!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.4.18 (Ubuntu). PHP/7.0.33-0ubuntu0.16.04.16 

uname -a: Linux digifus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/antonellaServer/js/   drwxr-xr-x
Free 10.24 GB of 29.4 GB (34.84%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     jquery.pagination.min.js (5.62 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * Generic Pagination Navigation
 * 
 * Copyright (c) 2009 Eric Garside (http://eric.garside.name)
 * Dual licensed under:
 * 	MIT: http://www.opensource.org/licenses/mit-license.php
 *	GPLv3: http://www.opensource.org/licenses/gpl-3.0.html
 */
(function(f){Array.prototype.last=function(){return this[this.length-1]};f(".ui-pagination-control").live("disable",function(){f(this).addClass("ui-state-disabled")}).live("enable",function(){f(this).removeClass("ui-state-disabled")}).live("click",function(){if(f(this).hasClass("ui-state-disabled")){return false}var h=f(this),j=h.parent().data("pagination-group"),i=f.pagination.groups[j];switch(h.data("pagination-type")){case"first":i.current=0;break;case"last":i.current=i.pages;break;case"next":i.current++;break;case"previous":i.current--;break;default:i.current=h.data("pagination-type");break}a(i,j);return false});f.pagination={defaults:{pages:0,current:0,text:{first:"<<",last:">>",next:">",previous:"<",spacer:"..."},templates:{first:'<a class="ui-pagination-control ui-pagination-decrement ui-pagination-first" href="#"></a>',last:'<a class="ui-pagination-control ui-pagination-increment ui-pagination-last" href="#"></a>',next:'<a class="ui-pagination-control ui-pagination-increment ui-pagination-next" href="#"></a>',previous:'<a class="ui-pagination-control ui-pagination-decrement ui-pagination-previous" href="#"></a>',number:'<a class="ui-pagination-control ui-pagination-digit" href="#"></a>',spacer:'<span class="ui-pagination-spacer"></span>'},numPaddingDigits:0,maxDigits:8},groups:{}};f.fn.pagination=function(j,h,k){if(f.isFunction(h)&&!k){k=h;h={}}switch(j){case"renumber":k=k||this.data("pagination-group");var i=f.pagination.groups[k];f.extend(i,h);i.pages--;d(i,k);break;case"callback":f.extend(f.pagination.groups[k||this.data("pagination-group")],{callback:h});break;case"force-change":k=k||this.data("pagination-group");f.extend(f.pagination.groups[k],h);a(f.pagination.groups[k],k);break;default:b.call(this,j,h,k);break}return this};function b(j,h,k){if(typeof k!="function"){k=function(){}}h=f.extend(true,{},f.pagination.defaults,h);var i=f.pagination.groups[j]={current:h.current,pages:h.pages-1,callback:k,incrementers:[],decrementers:[],allDigits:[],frontDigits:[],rearDigits:[],digits:[],frontSpacers:[],rearSpacers:[],thresholdLow:0,thresholdHigh:h.pages-1};h.maxDigits=h.maxDigits-(h.numPaddingDigits*2);this.each(function(){var o=f(this),x=0;if(o.hasClass("ui-pagination")){return}o.addClass("ui-pagination").data("pagination-group",j);var u=f(h.templates.first).data("pagination-type","first").text(h.text.first).appendTo(o),m=f(h.templates.previous).data("pagination-type","previous").text(h.text.previous).appendTo(o),q=f(h.templates.next).data("pagination-type","next").text(h.text.next),r=f(h.templates.last).data("pagination-type","last").text(h.text.last);if(h.numPaddingDigits){for(var v=0;v<h.numPaddingDigits;++v){var w=f(h.templates.number).addClass("ui-pagination-anchor").appendTo(o);if(!i.allDigits[x]){i.allDigits[x]=[]}i.allDigits[x].push(w);if(!i.frontDigits[v]){i.frontDigits[v]=[]}i.frontDigits[v].push(w);x++}}i.frontSpacers.push(f(h.templates.spacer).text(h.text.spacer).hide().appendTo(o));if(h.maxDigits){for(var s=0;s<h.maxDigits;++s){var w=f(h.templates.number).appendTo(o);if(!i.allDigits[x]){i.allDigits[x]=[]}i.allDigits[x].push(w);if(!i.digits[s]){i.digits[s]=[]}i.digits[s].push(w);x++}}i.rearSpacers.push(f(h.templates.spacer).text(h.text.spacer).hide().appendTo(o));if(h.numPaddingDigits){for(var t=h.numPaddingDigits-1;t>=0;--t){var w=f(h.templates.number).addClass("ui-pagination-anchor").appendTo(o);if(!i.allDigits[x]){i.allDigits[x]=[]}i.allDigits[x].push(w);if(!i.rearDigits[t]){i.rearDigits[t]=[]}i.rearDigits[t].push(w);x++}}i.decrementers.push(u,m);i.incrementers.push(q.appendTo(o),r.appendTo(o))});if(i.pages>0){d(i,j)}}function e(i){var j=i.current*1,h=(i.pages*1);if(h<0){h=0;i.pages=0}if(j>h){i.current=h}else{if(j<0){i.current=0}}}function d(i,l){var h=i.pages+1,k=h,j=0;f.each(i.frontDigits,function(m){f.each(this,function(){if(h){this.data("pagination-type",j).text(j+1).show()}else{this.hide()}});j++;if(h){h--}});i.thresholdLow=j;f.each(i.rearDigits,function(m){f.each(this,function(){if(h){this.data("pagination-type",k-1).text(k).show()}else{this.hide()}});k--;if(h){h--}});i.thresholdHigh=k-1;f.each(i.digits,function(m){f.each(this,function(){if(h){this.data("pagination-type",j).text(j+1).show()}else{this.hide()}});j++;if(h){h--}});a(i,l)}function a(k,q){e(k);var o=k.current*1,l=o+1,j=o-1,p=k.pages*1,h=k.digits.length-1,r=p<h?p:h,m=k.frontDigits.length?k.frontDigits.last()[0].data("pagination-type")*1:-1,n=k.rearDigits.length?k.rearDigits.last()[0].data("pagination-type")*1:p+1,i=k.digits[0][0].data("pagination-type")*1||0;highDisplay=k.digits[r][0].data("pagination-type")*1||p;if(j<0){j=0}if(l>p){l=p}if(o>=n){g(k,n-h-1)}else{if(o<=m){g(k,m+1)}else{if(j>m&&j<i){g(k,j)}else{if(l<n&&l>highDisplay){g(k,l-h)}}}}i=k.digits[0][0].data("pagination-type")*1;highDisplay=k.digits[r][0].data("pagination-type")*1;if(i>k.thresholdLow){c(k,"front","show")}else{c(k,"front","hide")}if(highDisplay<k.thresholdHigh){c(k,"rear","show")}else{c(k,"rear","hide")}f.each(k.allDigits,function(){var s=this[0].data("pagination-type")==k.current?"disable":"enable";f.each(this,function(){this.trigger(s)});if(s=="disable"){hasDisplayed=true}});f.each(k.decrementers,function(){f(this).trigger(o==0?"disable":"enable")});f.each(k.incrementers,function(){f(this).trigger(o==p?"disable":"enable")});k.callback.call(k.current,[q])}function g(h,i){f.each(h.digits,function(){f.each(this,function(){this.data("pagination-type",i).text(i+1)});i++})}function c(j,i,h){f.each(j[i+"Spacers"],function(){this[h]()})}})(jQuery);

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0057 ]--