Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.130.22
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
course /
format /
onetopic /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
amd
[ DIR ]
drwxr-xr-x
backup
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
LICENSE
34.3
KB
-rw-r--r--
README.txt
4.65
KB
-rw-r--r--
changenumsections.php
4.59
KB
-rw-r--r--
composer.json
203
B
-rw-r--r--
duplicate.php
6.28
KB
-rw-r--r--
format.js
965
B
-rw-r--r--
format.php
3.04
KB
-rw-r--r--
lib.php
34.27
KB
-rw-r--r--
renderer.php
44.2
KB
-rw-r--r--
styles.css
5.45
KB
-rw-r--r--
version.php
1.26
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : format.js
// Javascript functions for onetopic course format M.course = M.course || {}; M.course.format = M.course.format || {}; M.course.format.showInfo = function(id) { new M.core.dialogue({ draggable: true, headerContent: '<span>' + M.util.get_string('info', 'moodle') + '</span>', bodyContent: Y.Node.one('#' + id), centered: true, width: '480px', modal: true, visible: true }); Y.Node.one('#' + id).show(); }; M.course.format.dialogueinitloaded = false; M.course.format.dialogueinit = function() { if (M.course.format.dialogueinitloaded) { return; } M.course.format.dialogueinitloaded = true; Y.all('[data-infoid]').each(function(node) { node.on('click', function(e) { e.preventDefault(); M.course.format.showInfo(node.getAttribute('data-infoid')); }); }); };
Close