X7ROOT File Manager
Current Path:
/var/softaculous/sidu
var
/
softaculous
/
sidu
/
📁
..
📄
fileindex.php
(442 B)
📁
images
📄
import.php
(2.44 KB)
📄
info.xml
(5.54 KB)
📄
install.js
(921 B)
📄
install.php
(3.04 KB)
📄
install.xml
(199 B)
📄
md5
(8.61 KB)
📄
notes.txt
(927 B)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
upgrade.php
(2.39 KB)
📄
upgrade.xml
(231 B)
Editing: notes.txt
The following problem has been resolved in SIDU 3.7----------------------------------- If you get errors when you click on 'User' tab in menu then Solutions (Recommended by Script Vendor): 1 - open file: user.php ======================== <?php //0id 1tab 2user@host 3db 4table include 'inc.page.php'; $SIDU['page']['nav']='defa'; uppe(); echo "<div class='web'>"; main($SIDU,$user,$acs,$acs2,$grant,$cmd); echo '</div>'; down(); ... ========================= Above is the top part of user.php. simply add "@" before uppe() and main(...) and down() so it will look like the following: ======================== <?php //0id 1tab 2user@host 3db 4table include 'inc.page.php'; $SIDU['page']['nav']='defa'; @uppe(); echo "<div class='web'>"; @main($SIDU,$user,$acs,$acs2,$grant,$cmd); echo '</div>'; @down(); ... ========================= 2)We have changed the php requirement to 5.4 due to syntax error in version 6.0.
Upload File
Create Folder