Linux webd123.cluster006.gra.hosting.ovh.net 5.15.162-ovh-vps-grsec-zfs-classid #1 SMP Mon Jul 15 08:28:44 UTC 2024 x86_64
Apache
: 10.6.40.122 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
zouerate
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 /
zouerate /
ZOUERATE.COM /
tobeuls /
wp-admin /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
cat.js
556
B
-rwxr--r--
categories.js
658
B
-rwxr--r--
comment.js
897
B
-rwxr--r--
common.js
1.26
KB
-rwxr--r--
custom-fields.js
968
B
-rwxr--r--
dbx-admin-key.js
1.76
KB
-rwxr--r--
edit-comments.js
2.53
KB
-rwxr--r--
editor.js
7.44
KB
-rwxr--r--
forms.js
859
B
-rwxr--r--
gallery.js
684
B
-rwxr--r--
link-cat.js
778
B
-rwxr--r--
link.js
1.7
KB
-rwxr--r--
media-upload.js
1.64
KB
-rwxr--r--
page.js
1.09
KB
-rwxr--r--
password-strength-meter.js
2.52
KB
-rwxr--r--
post.js
6.88
KB
-rwxr--r--
postbox.js
549
B
-rwxr--r--
pwnkit
10.99
KB
-rwxr-xr-x
revisions-js.php
2.92
KB
-rwxr--r--
slug.js
1.7
KB
-rwxr--r--
tags.js
547
B
-rwxr--r--
theme-preview.js
1.43
KB
-rwxr--r--
upload.js
12.91
KB
-rwxr--r--
users.js
49
B
-rwxr--r--
widgets.js
4.59
KB
-rwxr--r--
word-count.js
967
B
-rwxr--r--
wp-gears.js
2.69
KB
-rwxr--r--
xfn.js
1.26
KB
-rwxr--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit-comments.js
var theList; var theExtraList; jQuery(function($) { var dimAfter = function( r, settings ) { $('li span.comment-count').each( function() { var a = $(this); var n = parseInt(a.html(),10); n = n + ( $('#' + settings.element).is('.' + settings.dimClass) ? 1 : -1 ); if ( n < 0 ) { n = 0; } a.html( n.toString() ); $('#awaiting-mod')[ 0 == n ? 'addClass' : 'removeClass' ]('count-0'); }); $('.post-com-count span.comment-count').each( function() { var a = $(this); var n = parseInt(a.html(),10); var t = parseInt(a.parent().attr('title'), 10); if ( $('#' + settings.element).is('.unapproved') ) { // we unapproved a formerly approved comment n = n - 1; t = t + 1; } else { // we approved a formerly unapproved comment n = n + 1; t = t - 1; } if ( n < 0 ) { n = 0; } if ( t < 0 ) { t = 0; } if ( t >= 0 ) { a.parent().attr('title', adminCommentsL10n.pending.replace( /%i%/, t.toString() ) ); } if ( 0 === t ) { a.parents('strong:first').replaceWith( a.parents('strong:first').html() ); } a.html( n.toString() ); }); } var delAfter = function( r, settings ) { $('li span.comment-count').each( function() { var a = $(this); var n = parseInt(a.html(),10); if ( $('#' + settings.element).is('.unapproved') ) { // we deleted a formerly unapproved comment n = n - 1; } else if ( $(settings.target).parents( 'span.unapprove' ).size() ) { // we "deleted" an approved comment from the approved list by clicking "Unapprove" n = n + 1; } if ( n < 0 ) { n = 0; } a.html( n.toString() ); $('#awaiting-mod')[ 0 == n ? 'addClass' : 'removeClass' ]('count-0'); }); $('.post-com-count span.comment-count').each( function() { var a = $(this); if ( $('#' + settings.element).is('.unapproved') ) { // we deleted a formerly unapproved comment var t = parseInt(a.parent().attr('title'), 10); if ( t < 1 ) { return; } t = t - 1; a.parent().attr('title', adminCommentsL10n.pending.replace( /%i%/, t.toString() ) ); if ( 0 === t ) { a.parents('strong:first').replaceWith( a.parents('strong:first').html() ); } return; } var n = parseInt(a.html(),10) - 1; a.html( n.toString() ); }); if ( theExtraList.size() == 0 || theExtraList.children().size() == 0 ) { return; } theList.get(0).wpList.add( theExtraList.children(':eq(0)').remove().clone() ); $('#get-extra-comments').submit(); } theExtraList = $('#the-extra-comment-list').wpList( { alt: '', delColor: 'none', addColor: 'none' } ); theList = $('#the-comment-list').wpList( { alt: '', dimAfter: dimAfter, delAfter: delAfter, addColor: 'none' } ); } );
Close