Linux res4.skyhost.pk 4.18.0-553.158.1.el8_10.x86_64 #1 SMP Wed Aug 26 03:18:33 EDT 2026 x86_64
LiteSpeed
Server IP : 65.109.66.33 & Your IP : 216.73.217.126
Domains : 334 Domain
User : supercareproduct
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-06-23 12:10
php53
[ DIR ]
drwxr-xr-x
2026-06-23 12:10
php56
[ DIR ]
drwxr-xr-x
2026-06-23 12:10
php71
[ DIR ]
drwxr-xr-x
2026-06-23 12:10
php81
[ DIR ]
drwxr-xr-x
2026-06-23 12:10
php82
[ DIR ]
drwxr-xr-x
2026-06-23 12:10
fileindex.php
442
B
-rw-r--r--
2023-07-10 00:16
import.php
2.46
KB
-rw-r--r--
2026-06-22 21:03
info.xml
5.51
KB
-rw-r--r--
2026-06-22 21:03
install.js
921
B
-rw-r--r--
2021-12-23 01:54
install.php
3.02
KB
-rw-r--r--
2026-06-22 21:03
install.xml
199
B
-rw-r--r--
2021-12-23 01:54
md5
1.8
KB
-rw-r--r--
2026-06-22 21:03
notes.txt
927
B
-rw-r--r--
2021-12-23 01:54
upgrade.php
2.39
KB
-rw-r--r--
2026-06-22 21:03
upgrade.xml
231
B
-rw-r--r--
2021-12-23 01: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.