Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : explo
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
2024-05-03 02:57
php53
[ DIR ]
drwxr-xr-x
2024-05-03 02:57
php56
[ DIR ]
drwxr-xr-x
2024-05-03 02:57
php71
[ DIR ]
drwxr-xr-x
2024-05-03 02:57
php81
[ DIR ]
drwxr-xr-x
2024-05-03 02:57
php82
[ DIR ]
drwxr-xr-x
2024-05-03 02:57
fileindex.php
442
B
-rw-r--r--
2023-07-10 05:16
import.php
2.44
KB
-rw-r--r--
2024-05-02 08:35
info.xml
5.54
KB
-rw-r--r--
2024-05-02 06:25
install.js
921
B
-rw-r--r--
2021-12-23 06:54
install.php
3.04
KB
-rw-r--r--
2024-05-02 08:35
install.xml
199
B
-rw-r--r--
2021-12-23 06:54
md5
8.61
KB
-rw-r--r--
2024-05-02 08:35
notes.txt
927
B
-rw-r--r--
2021-12-23 06:54
upgrade.php
2.39
KB
-rw-r--r--
2024-05-02 08:35
upgrade.xml
231
B
-rw-r--r--
2021-12-23 06: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.