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 : deprecated.js
define( [ "./core", "./core/nodeName", "./core/camelCase", "./core/toType", "./var/isFunction", "./var/isWindow", "./var/slice", "./deprecated/ajax-event-alias", "./deprecated/event" ], function( jQuery, nodeName, camelCase, toType, isFunction, isWindow, slice ) { "use strict"; // Support: Android <=4.0 only // Make sure we trim BOM and NBSP var rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; // Bind a function to a context, optionally partially applying any // arguments. // jQuery.proxy is deprecated to promote standards (specifically Function#bind) // However, it is not slated for removal any time soon jQuery.proxy = function( fn, context ) { var tmp, args, proxy; if ( typeof context === "string" ) { tmp = fn[ context ]; context = fn; fn = tmp; } // Quick check to determine if target is callable, in the spec // this throws a TypeError, but we will just return undefined. if ( !isFunction( fn ) ) { return undefined; } // Simulated bind args = slice.call( arguments, 2 ); proxy = function() { return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); }; // Set the guid of unique handler to the same of original handler, so it can be removed proxy.guid = fn.guid = fn.guid || jQuery.guid++; return proxy; }; jQuery.holdReady = function( hold ) { if ( hold ) { jQuery.readyWait++; } else { jQuery.ready( true ); } }; jQuery.isArray = Array.isArray; jQuery.parseJSON = JSON.parse; jQuery.nodeName = nodeName; jQuery.isFunction = isFunction; jQuery.isWindow = isWindow; jQuery.camelCase = camelCase; jQuery.type = toType; jQuery.now = Date.now; jQuery.isNumeric = function( obj ) { // As of jQuery 3.0, isNumeric is limited to // strings and numbers (primitives or objects) // that can be coerced to finite numbers (gh-2662) var type = jQuery.type( obj ); return ( type === "number" || type === "string" ) && // parseFloat NaNs numeric-cast false positives ("") // ...but misinterprets leading-number strings, particularly hex literals ("0x...") // subtraction forces infinities to NaN !isNaN( obj - parseFloat( obj ) ); }; jQuery.trim = function( text ) { return text == null ? "" : ( text + "" ).replace( rtrim, "" ); }; } );
Close