- Once you upload the system, do proceed to the system installation right away.
- For those who download previous version of AjaxExplorer, replace the old files with the new version files.
Make sure not to install on folders that does not assign to you by your host provider, it may cause your hosting provider to revoke your account.
AjaxExplorer Copyright (C) 2007-2013 S.M.Sid Software.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Head to GNU site http://www.gnu.org/licenses for license copy.
The main objective of this project is to allow user to manage their files on the internet as easy as Windows Explorer does (or any other OS in that matter):
- Recycle Bin features
- Rename file by clicking it
- Right click menu features
- Replicate Folders directory tree view
- Compress and extract multiple files in two click away
- Smooth drag and drop multiple files upload (Thanks to Blueimp)
- Text editor with syntax highlighter (Thanks to EditArea - Christophe Dolivet)
- Dragging a file and dropping it over a folder will move the file inside the folder
- Single click will highlight the file, holding a click while moving it will drag the file, double click will open the file base on file extension
- Replicate keyboard & mouse control such as Delete, Ctrl+A, Ctrl+C, Ctrl+D, Ctrl+V, Ctrl+X, Ctrl+Mouse Select, and Shift+Mouse Select
- Multiple file command (copy, edit, move, open, rename, chmod, delete, download, zip compress and extract files) can be apply through highlighted files
- User can highlight multiple files in many ways: by keyboard press (Ctrl + A or Arrow keys), by mouse click and drag, or both (Ctrl + Mouse Select or Shift + Mouse Select)
- and many more!
The system provide fast browsing capability since it uses AJAX to feed it with directories file (only the file name & it's attributes, no other rubbish such as HTML tag were transfer on AJAX) and client-side scripting to generate the graphic on user's computer.
There are multiple ways to use AjaxExplorer Terminal, below are some of the example:
Creating backup and open multiple files:
copy /site/wp-content/themes/twentyeleven/rtl.css
rename /site/wp-content/themes/twentyeleven/copy_rtl.css /site/wp-content/themes/twentyeleven/$DATE$_rtl.css
editor /site/wp-content/themes/twentyeleven/rtl.css
copy /site/wp-content/themes/twentyeleven/style.css
rename /site/wp-content/themes/twentyeleven/copy_style.css /site/wp-content/themes/twentyeleven/$DATE$_style.css
editor /site/wp-content/themes/twentyeleven/style.css
Creating project release files:
create /temp/ajaxexplorer/ae.db/
copy /dev/ajaxexplorer/ae.db/.htaccess /temp/ajaxexplorer/ae.db/
create /temp/ajaxexplorer/ae.log/
copy /dev/ajaxexplorer/ae.log/.htaccess /temp/ajaxexplorer/ae.log/
create /temp/ajaxexplorer/ae.user/
xcopy /dev/ajaxexplorer/ /temp/ajaxexplorer/ control,model,view,changelog.txt,index.php,install.bk,license.txt,readme.html
rename /temp/ajaxexplorer/install.bk /temp/ajaxexplorer/install.php
compress /temp/ajaxexplorer /
delete /temp
rename /ajaxexplorer.zip /AjaxExplorer_1.90.zip
download /AjaxExplorer_1.90.zip
Command format:
browse [FILEPATH]
compress [FILEPATH + FILENAME] [FILEPATH]
copy [FILEPATH + FILENAME] [FILEPATH]
create [FILEPATH + FILENAME]
delete [FILEPATH + FILENAME]
download [FILEPATH + FILENAME]
editor [FILEPATH + FILENAME]
extract [FILEPATH + FILENAME] [FILEPATH]
move [FILEPATH + FILENAME] [FILEPATH]
rename [FILEPATH + FILENAME] [FILEPATH + FILENAME]
search [FILEPATH + FILENAME]
sign-in [USERNAME] [USERPASS]
sign-out
xcompress [FILEPATH] [FILEPATH] [MULTIPLE FILENAME]
xcopy [FILEPATH] [FILEPATH] [MULTIPLE FILENAME]
xdelete [FILEPATH] [MULTIPLE FILENAME]
xextract [FILEPATH] [FILEPATH] [MULTIPLE FILENAME]
xmove [FILEPATH] [FILEPATH] [MULTIPLE FILENAME]
xrename [FILEPATH] [FILEPATH] [MULTIPLE FILENAME] [FILENAME]
Command feature:
$DATE$ - Add current date format YYMMDD [121112]
$TIME$ - Add current Unix timestamp [1352867318]
You can exclude "D:" path when executing terminal command, its auto include, unless you wish to use "L:", "P:" or "R:" directory path
Create command allows you to create multiple folders and file in one line coding, end it with / to declare it as folder. Example:
- Create folders only : create /site/newfolder1/newfolder2/newfolder3/
- Create folders and file : create /site/newfolder1/newfolder2/newfolder3/newfile.php
The Command select box can be use to get automated code which can be save and load anytime, it is something like batch file, it allows you to initiate multiple task easily
The script are stored on User Profiles
Some of the shortcuts may not work in IE, Opera and Safari browser
~ | Terminal |
Esc | Sign Out |
Tab | Focus on Address field * / Execute terminal command ** |
F1 | User Manual |
F2 | System Account |
F3 | System Cookies |
F4 | System Setting |
F5 | Refresh Directory |
Ctrl + F5 | Reload Browser |
F6 | Toogle side menu with folder tree view |
F7 | File Editor |
Arrow | Navigate through files * |
Alt + Arrow | Navigate through directory history |
Delete | Delete highlighted files * |
Enter | Open file base on extensions settings: Open file, download file or editing file |
Ctrl + A | Select all * |
Ctrl + C | Copy highlighted files * |
Ctrl + D | Delete highlighted files * |
Ctrl + S | Save file in Text Editor * |
Ctrl + V | Paste copied/moved files * |
Ctrl + X | Move highlighted files * |
Ctrl + Z | Property of highlighted files * |
Ctrl/Shift + Arrow Ctrl/Shift + Mouse | Same effect as Windows Explorer |
Only happen when your focus is on the Address field: | |
Arrow Down | Navigate to next history directory |
Arrow Up | Navigate to previous history directory |
Ctrl + Arrow Left | Set current address to parent's folder |
Ctrl + Arrow Right | Open current address folder |
* When your focus is not on menu or field (such as input, select, textarea, and so on) |
You could see this icon on top right corner to check if file shortcuts are activated
System features such as user icon, cookies file, terminal file are save in
File Path | Allow you to assign each user to individual file path |
Create | Copy file/folder, create new file/folder, and extract file |
Modify | Rename file/folder, restore file/folder, move file/folder, edit file content, and set file/folder permission |
Delete | Delete file/folder and empty recycle bin |
Transfer | Download file |
Create + Transfer | Upload file and compress file/folder |