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 | : 172.70.114.232
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 /
boxeswithlogo.com /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap.native-master
[ DIR ]
drwxr-xr-x
extensions
[ DIR ]
drwxr-xr-x
own-carousel-1.0.0
[ DIR ]
drwxr-xr-x
blog.js
120
B
-rw-r--r--
bootstrap.bundle.min.js
77.74
KB
-rw-r--r--
bootstrap.min.js
58.65
KB
-rw-r--r--
categories.js
1.32
KB
-rw-r--r--
category_page.js
184
B
-rw-r--r--
check_overflow.js
2.36
KB
-rw-r--r--
circle-progress.js
2.99
KB
-rw-r--r--
config.js
714
B
-rw-r--r--
custom.js
4.19
KB
-rw-r--r--
dashboards-analytics.js
14.68
KB
-rw-r--r--
detail_page.js
0
B
-rw-r--r--
easyzoom.js
3.98
KB
-rw-r--r--
extended-ui-perfect-scrollbar....
1.06
KB
-rw-r--r--
form-basic-inputs.js
188
B
-rw-r--r--
gmaps.js
64.64
KB
-rw-r--r--
gtag.js
146
B
-rw-r--r--
head.js.php
209
B
-rw-r--r--
home_scripts.js
3.14
KB
-rw-r--r--
jquery-3.6.js
126.34
KB
-rw-r--r--
jquery-ui.js
249.19
KB
-rw-r--r--
jquery.appear.js
2.36
KB
-rw-r--r--
jquery.countdown.min.js
13.33
KB
-rw-r--r--
jquery.js
83.57
KB
-rw-r--r--
jquery.nice-select.js
5.69
KB
-rw-r--r--
jquery.plugin.min.js
3.31
KB
-rw-r--r--
jquery.themepunch.revolution.m...
63.53
KB
-rw-r--r--
jquery.themepunch.tools.min.js
107.84
KB
-rw-r--r--
lightcase.js
25.68
KB
-rw-r--r--
lightslider.js
46.96
KB
-rw-r--r--
main.js
3.76
KB
-rw-r--r--
owl.carousel.filter.js
401
B
-rw-r--r--
owl.carousel.min.js
43.3
KB
-rw-r--r--
pages-account-settings-account...
852
B
-rw-r--r--
popper.min.js
20.76
KB
-rw-r--r--
product_detail.js
1.32
KB
-rw-r--r--
script.js
599
B
-rw-r--r--
showmoreless.js
6.07
KB
-rw-r--r--
shuffle.min.js
20.34
KB
-rw-r--r--
slick.js
41.86
KB
-rw-r--r--
theme.js
20.91
KB
-rw-r--r--
ui-modals.js
1.04
KB
-rw-r--r--
ui-popover.js
443
B
-rw-r--r--
ui-toasts.js
1.27
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : circle-progress.js
!function(i){function t(i){this.init(i)}t.prototype={value:0,size:100,startAngle:-Math.PI,thickness:"auto",fill:{gradient:["#3aeabb","#fdd250"]},emptyFill:"rgba(0, 0, 0, .1)",animation:{duration:1200,easing:"circleProgressEasing"},animationStartValue:0,reverse:!1,lineCap:"butt",constructor:t,el:null,canvas:null,ctx:null,radius:0,arcFill:null,lastFrameValue:0,init:function(t){i.extend(this,t),this.radius=this.size/2,this.initWidget(),this.initFill(),this.draw()},initWidget:function(){var t=this.canvas=this.canvas||i("<canvas>").prependTo(this.el)[0];t.width=this.size,t.height=this.size,this.ctx=t.getContext("2d")},initFill:function(){var t,e=this,a=this.fill,s=this.ctx,r=this.size;if(!a)throw Error("The fill is not specified!");if(a.color&&(this.arcFill=a.color),a.gradient){var n=a.gradient;if(1==n.length)this.arcFill=n[0];else if(n.length>1){for(var c=a.gradientAngle||0,l=a.gradientDirection||[r/2*(1-Math.cos(c)),r/2*(1+Math.sin(c)),r/2*(1+Math.cos(c)),r/2*(1-Math.sin(c))],h=s.createLinearGradient.apply(s,l),o=0;o<n.length;o++){var d=n[o],g=o/(n.length-1);i.isArray(d)&&(g=d[1],d=d[0]),h.addColorStop(g,d)}this.arcFill=h}}function u(){var a=i("<canvas>")[0];a.width=e.size,a.height=e.size,a.getContext("2d").drawImage(t,0,0,r,r),e.arcFill=e.ctx.createPattern(a,"no-repeat"),e.drawFrame(e.lastFrameValue)}a.image&&(a.image instanceof Image?t=a.image:(t=new Image).src=a.image,t.complete?u():t.onload=u)},draw:function(){this.animation?this.drawAnimated(this.value):this.drawFrame(this.value)},drawFrame:function(i){this.lastFrameValue=i,this.ctx.clearRect(0,0,this.size,this.size),this.drawEmptyArc(i),this.drawArc(i)},drawArc:function(i){var t=this.ctx,e=this.radius,a=this.getThickness(),s=this.startAngle;t.save(),t.beginPath(),this.reverse?t.arc(e,e,e-a/2,s-2*Math.PI*i,s):t.arc(e,e,e-a/2,s,s+2*Math.PI*i),t.lineWidth=a,t.lineCap=this.lineCap,t.strokeStyle=this.arcFill,t.stroke(),t.restore()},drawEmptyArc:function(i){var t=this.ctx,e=this.radius,a=this.getThickness(),s=this.startAngle;i<1&&(t.save(),t.beginPath(),i<=0?t.arc(e,e,e-a/2,0,2*Math.PI):this.reverse?t.arc(e,e,e-a/2,s,s-2*Math.PI*i):t.arc(e,e,e-a/2,s+2*Math.PI*i,s),t.lineWidth=a,t.strokeStyle=this.emptyFill,t.stroke(),t.restore())},drawAnimated:function(t){var e=this,a=this.el;a.trigger("circle-animation-start"),i(this.canvas).stop(!0,!0).css({animationProgress:0}).animate({animationProgress:1},i.extend({},this.animation,{step:function(i){var s=e.animationStartValue*(1-i)+t*i;e.drawFrame(s),a.trigger("circle-animation-progress",[i,s])},complete:function(){a.trigger("circle-animation-end")}}))},getThickness:function(){return i.isNumeric(this.thickness)?this.thickness:this.size/14}},i.circleProgress={defaults:t.prototype},i.easing.circleProgressEasing=function(i,t,e,a,s){return(t/=s/2)<1?a/2*t*t*t+e:a/2*((t-=2)*t*t+2)+e},i.fn.circleProgress=function(e){var a="circle-progress";if("widget"==e){var s=this.data(a);return s&&s.canvas}return this.each(function(){var s=i(this),r=s.data(a),n=i.isPlainObject(e)?e:{};r?r.init(n):(n.el=s,r=new t(n),s.data(a,r))})}}(jQuery);
Close