Linux host2.healingcodesinfo.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
Server IP : 69.167.168.125 & Your IP : 216.73.216.208
Domains : 126 Domain
User : christia
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
moodle45 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-02-11 16:03
languages
[ DIR ]
drwxr-xr-x
2026-02-11 16:03
php53
[ DIR ]
drwxr-xr-x
2026-02-11 16:03
php56
[ DIR ]
drwxr-xr-x
2026-02-11 16:03
php71
[ DIR ]
drwxr-xr-x
2026-02-11 16:03
php81
[ DIR ]
drwxr-xr-x
2026-02-11 16:03
php82
[ DIR ]
drwxr-xr-x
2026-02-11 16:03
NOTES.txt
2.22
KB
-rw-r--r--
2025-04-16 07:56
add_admin.php
733
B
-rw-r--r--
2025-04-16 07:56
check_utf8.php
6.99
KB
-rw-r--r--
2025-04-16 07:56
clone.php
5.48
KB
-rw-r--r--
2026-02-11 12:33
config.php
745
B
-rw-r--r--
2025-04-16 07:56
edit.php
4.61
KB
-rw-r--r--
2026-02-11 12:33
edit.xml
433
B
-rw-r--r--
2025-04-16 07:56
extend.php
12.46
KB
-rw-r--r--
2026-02-11 12:33
fileindex.php
1.01
KB
-rw-r--r--
2026-02-11 11:11
get_plugin_list.php
840
B
-rw-r--r--
2025-04-16 07:56
import.php
7.45
KB
-rw-r--r--
2026-02-11 12:33
info.xml
3.53
KB
-rw-r--r--
2026-02-11 11:11
install.js
924
B
-rw-r--r--
2025-04-16 07:56
install.php
11.24
KB
-rw-r--r--
2026-02-11 12:33
install.xml
3.36
KB
-rw-r--r--
2025-04-16 07:56
md5
3.48
KB
-rw-r--r--
2026-02-11 12:33
privatekey.php
975
B
-rw-r--r--
2025-04-16 07:56
update_pass.php
541
B
-rw-r--r--
2025-04-16 07:56
upgrade.php
9.47
KB
-rw-r--r--
2026-02-11 12:33
upgrade.xml
307
B
-rw-r--r--
2025-04-16 07:56
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!