Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.196
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
moodle /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
languages
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php53
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php56
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php71
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php81
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php82
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
NOTES.txt
1.12
KB
-rw-r--r--
2021-12-23 11:54
add_admin.php
733
B
-rw-r--r--
2022-06-30 12:50
clone.php
4.62
KB
-rw-r--r--
2024-05-02 11:46
config.php
716
B
-rw-r--r--
2021-12-23 11:54
edit.php
5.65
KB
-rw-r--r--
2024-05-02 11:46
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
575
B
-rw-r--r--
2021-12-23 11:54
import.php
4.11
KB
-rw-r--r--
2024-05-02 11:46
info.xml
2.3
KB
-rw-r--r--
2024-05-02 10:25
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
16.51
KB
-rw-r--r--
2024-05-02 11:46
install.xml
3.18
KB
-rw-r--r--
2021-12-23 11:54
md5
3.71
KB
-rw-r--r--
2024-05-02 11:46
update_pass.php
3.17
KB
-rw-r--r--
2021-12-23 11:54
upgrade.php
5.87
KB
-rw-r--r--
2024-05-02 11:46
upgrade.xml
307
B
-rw-r--r--
2021-12-23 11: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, 'dbport' => '', 'dbsocket' => '', ); $CFG->wwwroot = '[[punycode_softurl]]'; $CFG->dataroot = '[[softdatadir]]'; $CFG->admin = 'admin'; $CFG->directorypermissions = 0777; 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!