Linux spg20.cloudpowerdns.com 5.14.0-611.35.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 25 03:46:09 EST 2026 x86_64
LiteSpeed
Server IP : 46.4.120.162 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : seatingsolutions
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
moodle42 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-04-15 18:00
languages
[ DIR ]
drwxr-xr-x
2026-04-15 18:00
php53
[ DIR ]
drwxr-xr-x
2026-04-15 18:00
php56
[ DIR ]
drwxr-xr-x
2026-04-15 18:00
php71
[ DIR ]
drwxr-xr-x
2026-04-15 18:00
php81
[ DIR ]
drwxr-xr-x
2026-04-15 18:00
php82
[ DIR ]
drwxr-xr-x
2026-04-15 18:00
NOTES.txt
1.93
KB
-rw-r--r--
2024-10-30 07:35
add_admin.php
733
B
-rw-r--r--
2024-05-10 00:23
check_utf8.php
5.88
KB
-rw-r--r--
2024-05-10 00:23
clone.php
5.49
KB
-rw-r--r--
2025-07-14 06:34
config.php
745
B
-rw-r--r--
2024-05-10 00:23
edit.php
4.63
KB
-rw-r--r--
2025-07-14 06:34
edit.xml
433
B
-rw-r--r--
2024-05-10 00:23
extend.php
12.45
KB
-rw-r--r--
2025-07-14 06:34
fileindex.php
947
B
-rw-r--r--
2024-10-30 07:35
get_plugin_list.php
840
B
-rw-r--r--
2025-02-19 05:15
import.php
7.48
KB
-rw-r--r--
2025-07-14 06:34
info.xml
3.56
KB
-rw-r--r--
2025-07-14 06:24
install.js
924
B
-rw-r--r--
2024-05-10 00:23
install.php
11.16
KB
-rw-r--r--
2025-07-14 06:34
install.xml
3.24
KB
-rw-r--r--
2024-07-18 05:34
md5
4.4
KB
-rw-r--r--
2025-07-14 06:34
privatekey.php
975
B
-rw-r--r--
2024-05-10 00:23
update_pass.php
541
B
-rw-r--r--
2024-05-10 00:23
upgrade.php
9.46
KB
-rw-r--r--
2025-07-14 06:34
upgrade.xml
307
B
-rw-r--r--
2024-05-10 00:23
Save
Rename
<?php @unlink(__FILE__); // Validate if the request is from Softaculous if(php_sapi_name() == 'cli'){ if($argv[1] != '--pass=[[autopass]]'){ die("Unauthorized Access"); } if(isset($_SERVER['REMOTE_ADDR'])){ unset($_SERVER['REMOTE_ADDR']); } // Define CLI_SCRIPT before including config.php define('CLI_SCRIPT', true); }else{ if($_REQUEST['pass'] != '[[autopass]]'){ die("Unauthorized Access"); } } require('config.php'); $pluginman = core_plugin_manager::instance(); $plugins_list = array(); foreach ($pluginman->get_plugins() as $type => $plugins) { foreach ($plugins as $shortname => $plugin) {; if ($plugin->source == core_plugin_manager::PLUGIN_SOURCE_EXTENSION) { $plugins_list[] = $plugin->rootdir; } } } echo '<moodle_plugins>'.json_encode($plugins_list).'</moodle_plugins>'; ?>