Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
moodle20 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-07-16 08:04
php53
[ DIR ]
drwxr-xr-x
2025-07-16 08:04
php56
[ DIR ]
drwxr-xr-x
2025-07-16 08:04
php71
[ DIR ]
drwxr-xr-x
2025-07-16 08:04
php81
[ DIR ]
drwxr-xr-x
2025-07-16 08:04
php82
[ DIR ]
drwxr-xr-x
2025-07-16 08:04
NOTES.txt
381
B
-rw-r--r--
2021-12-23 00:54
add_admin.php
733
B
-rw-r--r--
2022-06-30 02:50
clone.php
4.62
KB
-rw-r--r--
2025-07-14 02:38
config.php
746
B
-rw-r--r--
2021-12-23 00:54
data.zip
3.51
MB
-rw-r--r--
2025-07-16 08:04
edit.php
5.44
KB
-rw-r--r--
2025-07-14 02:38
edit.xml
433
B
-rw-r--r--
2021-12-23 00:54
fileindex.php
455
B
-rw-r--r--
2021-12-23 00:54
import.php
7.87
KB
-rw-r--r--
2025-07-14 02:38
info.xml
1.94
KB
-rw-r--r--
2025-07-14 02:24
install.js
921
B
-rw-r--r--
2021-12-23 00:54
install.php
10.74
KB
-rw-r--r--
2025-07-14 02:38
install.xml
2.07
KB
-rw-r--r--
2021-12-23 00:54
md5
6.04
KB
-rw-r--r--
2025-07-14 02:38
moodle20.sql
477
KB
-rw-r--r--
2025-07-16 08:04
moodle20.zip
26.59
MB
-rw-r--r--
2025-07-16 08:04
upgrade.php
5.69
KB
-rw-r--r--
2025-07-14 02:38
upgrade.xml
307
B
-rw-r--r--
2021-12-23 00:54
Save
Rename
<?php // Moodle configuration file unset($CFG); global $CFG; $CFG = new stdClass(); $CFG->dbtype = 'mysqli'; $CFG->dblibrary = 'native'; $CFG->dbhost = '[[softdbhost]]'; $CFG->dbname = '[[softdb]]'; $CFG->dbuser = '[[softdbuser]]'; $CFG->dbpass = '[[softdbpass]]'; $CFG->prefix = '[[dbprefix]]'; $CFG->dboptions = array ( 'dbpersist' => 0, 'dbsocket' => 0, ); $CFG->wwwroot = '[[punycode_softurl]]'; $CFG->dataroot = '[[softdatadir]]'; $CFG->admin = 'admin'; $CFG->directorypermissions = 0777; $CFG->passwordsaltmain = '[[passwordsaltmain]]'; require_once(dirname(__FILE__) . '/lib/setup.php'); // There is no php closing tag in this file, // it is intentional because it prevents trailing whitespace problems!