“Fox Explorer”

Created: 31/7/2013
By: Robert Vulpe
Email: nytr0gen.george@gmail.com

Thank you for purchasing my script. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here, or email me at nytr0gen.george@gmail.com. Thank you so much!


Table of Contents

  1. Preparing
  2. Upload process
  3. Installation
  4. Install.php explanation
  5. Interface explanation
  6. Template
  7. Cascading style sheets
  8. Javascript files
  9. Images and icons
  10. Faq

1. Setting up your FTP server - top

This script requires PHP 5.3

Now, first thing you want to do, is to setup your FTP server for the domain where the script will be installed.


2. Upload process - top

The first step is to upload the content inside the folder "Script" (IMPORTANT NOTE: Upload what's inside the folder Script, not the script folder) into your public_html folder or into your default FTP root folder.


3. Installation process - top

Now, after you uploaded everything, you can start the installation process.
All you have to do now is access from your browser the file name install.php and make those configurations. Check the install.php explanation here.
After you are done you have to delete this file manually from the FTP. Also, later, you can reupload it and reinstall if you changed your mind about something. It's that easy.


4. Install.php explanation - top


5. Interface explanation - top

  1. The title. You can change it when you are installing the script or by accessingincludes/config.php. Clicking it gets you back to the home directory.
  2. The path you just accessed. By clicking any directory name from that bar it gets you to that folder.
  3. The location bar. Here you can quickly change your current path to anything you want.
  4. New folder button. By pressing it a dialog box will pop up asking you what should it be named. It will create the folder in your current path.
  5. Upload button. By pressing it a dialog box will pop up in which you can select any files from your computer and upload them to your current path.
  6. Search button. By pressing it a dialog box will pop up in which you can type your search query. Wildcards are accepted. It will search your current path and all the subdirectories.
  7. File headers(name, data modified, type, perms, size). You can press on any of them for an instant sort of files.
  8. A directory. Pressing it opens that specific directory.
  9. Information box. It provides a detalied look about the file.
  10. Download button.
  11. Files. Pressing any file from here will make the Information box appear with details about that specific file and options. You can select multiple files.
  12. Up, back, forward.
  13. Tools. Cut, copy, paste, rename, delete. After you press cut or copy, you will have the option to paste that file anywhere you want just by browsing the explorer wherever you want.
  14. You can bookmark any path and access it later from your web browser.

6. Template - top

The template is located in theme directory. You will find there all images, css files, html files and javascript scrips I used for creating this gorgeous design. Also, you can change anything to fit your specific needs of the site.

In case you want some elements to behave dynamically in interaction with php all you have to do is add $_tmpl['element'] in index.php or, depending on your needs, any file from sources directory. Then you will add it into one of the html files using {$element}. That does the trick.


7. Cascading style sheets - top

This script is designed almost fully with modern.css from http://metroui.org.ua/ . Those guys did the greatest job with this design and I am very proud to be a part of making the world more pleasant to the eye with beautiful aesthetics. You can find the license here

Also for a better understanding of how it works, check out their site.


8. Javascript Files - top

This script is coded with the powerful jQuery. Much appreciation to everyone in that project.

Also I have used liteUploader, TinySort, Dialog Box from Metro UI and my own javascript file. They are all located in theme under js.


9. Images and icons - top

Metro UI CSS has a very amazing colection of icons. You can check them out and see how they work here.


10. Faq - top

  1. Q: Will you add updates or is this the last version of the script?
    A: I will very much appreciate some feedback. I am open to new ideas and features for this script and I will definitely work on making it better and more gorgeous.
  2. Q: How can I contact you if I have a problem related to the script?
    A: You can find me at nytr0gen.george@gmail. I always check my email so I'll get back to you in a very short amount of time.

Robert Vulpe

Go To Table of Contents