Sentora Filemanager [extplorer]
02-17-2015, 10:33 PM
(This post was last modified: 02-17-2015, 11:31 PM by david.l.)
Hello,
Here is the filemanager apps that i developed for sentora based on extplorer version 2.1.7, i know it is pain in the ass when you do not have a proper filemanager for a such beautiful control panel. However, i dont know how to put it to zppy repo, i just manage to zip it and put to dropbox, please feel free to maintain it and put it to zppy repo.
Screenshot (right click open in new tab for large img):
1.
2.
3.
Download:
Instruction:
*** Backup the core files first, i do not responsible for any damage to your server cause by this installation
1. Download the zip file.
2. Unzip it to your desktop
3. Upload all the content inside /etc/ folder to your server's /etc/ folder
4. Change permission to 777 for files and folder at: /etc/sentora/panel/etc/apps/filemanager/
5. Run the filemanager.sql, i use phpmyadmin , make sure you click the sentora_core database first.
6. Login as zadmin to your server's cp
7. Click on Admin tab, Click Module Admin
8. Scroll down, search for File Manager, enable it for your user and save.
9. Browse to dashboard, you should see it there.
Features:
-When user logged out (not logged in) it will not accessible, for security reason.
-Will auto point to user's own directory at : /var/sentora/hostdata/
-Read logged in username and store it to session.
Modified Sentora Core files:
(pull username from db and put it to session)
Modified extPlorer Files:
you can compare the original extplorer here
Known Issue:
i cant seem to chmod files inside the filemanager, its been grey out. Maybe some one know how to solve this, please do let me know.
Please feel free to comment, little thanks would be great, i spend couple hours to research on sentora and extplorer.
Here is the filemanager apps that i developed for sentora based on extplorer version 2.1.7, i know it is pain in the ass when you do not have a proper filemanager for a such beautiful control panel. However, i dont know how to put it to zppy repo, i just manage to zip it and put to dropbox, please feel free to maintain it and put it to zppy repo.
Screenshot (right click open in new tab for large img):
1.
2.
3.
Download:
Quote:https://www.dropbox.com/s/457aqjf11oyz9o...r.zip?dl=0
Instruction:
*** Backup the core files first, i do not responsible for any damage to your server cause by this installation
1. Download the zip file.
2. Unzip it to your desktop
3. Upload all the content inside /etc/ folder to your server's /etc/ folder
4. Change permission to 777 for files and folder at: /etc/sentora/panel/etc/apps/filemanager/
5. Run the filemanager.sql, i use phpmyadmin , make sure you click the sentora_core database first.
6. Login as zadmin to your server's cp
7. Click on Admin tab, Click Module Admin
8. Scroll down, search for File Manager, enable it for your user and save.
9. Browse to dashboard, you should see it there.
Features:
-When user logged out (not logged in) it will not accessible, for security reason.
-Will auto point to user's own directory at : /var/sentora/hostdata/
-Read logged in username and store it to session.
Modified Sentora Core files:
Code:
/etc/sentora/panel/dryden/ctrl/auth.class.php
Modified extPlorer Files:
Code:
/etc/sentora/panel/etc/apps/filemanager/index.php
/etc/sentora/panel/etc/apps/filemanager/include/init.php
/etc/sentora/panel/etc/apps/filemanager/libraries/standalone.php
Known Issue:
i cant seem to chmod files inside the filemanager, its been grey out. Maybe some one know how to solve this, please do let me know.
Please feel free to comment, little thanks would be great, i spend couple hours to research on sentora and extplorer.