Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle.backup.39 /
lib /
amd /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
adapter.min.js
75.6
KB
-rw-rw-r--
addblockmodal.min.js
518
B
-rw-rw-r--
ajax.min.js
1.31
KB
-rw-rw-r--
auto_rows.min.js
638
B
-rw-rw-r--
backoff_timer.min.js
808
B
-rw-rw-r--
chart_axis.min.js
1.59
KB
-rw-rw-r--
chart_bar.min.js
791
B
-rw-rw-r--
chart_base.min.js
2.83
KB
-rw-rw-r--
chart_builder.min.js
193
B
-rw-rw-r--
chart_line.min.js
420
B
-rw-rw-r--
chart_output.min.js
68
B
-rw-rw-r--
chart_output_base.min.js
152
B
-rw-rw-r--
chart_output_chartjs.min.js
3.73
KB
-rw-rw-r--
chart_output_htmltable.min.js
941
B
-rw-rw-r--
chart_pie.min.js
844
B
-rw-rw-r--
chart_series.min.js
2.19
KB
-rw-rw-r--
chartjs-lazy.min.js
204.36
KB
-rw-rw-r--
chartjs.min.js
52
B
-rw-rw-r--
config.min.js
33
B
-rw-rw-r--
custom_interaction_events.min....
3.25
KB
-rw-rw-r--
event.min.js
688
B
-rw-rw-r--
first.min.js
152
B
-rw-rw-r--
form-autocomplete.min.js
9.79
KB
-rw-rw-r--
form-cohort-selector.min.js
577
B
-rw-rw-r--
form-course-selector.min.js
967
B
-rw-rw-r--
fragment.min.js
865
B
-rw-rw-r--
icon_system.min.js
299
B
-rw-rw-r--
icon_system_fontawesome.min.js
951
B
-rw-rw-r--
icon_system_standard.min.js
403
B
-rw-rw-r--
inplace_editable.min.js
4.48
KB
-rw-rw-r--
key_codes.min.js
167
B
-rw-rw-r--
localstorage.min.js
172
B
-rw-rw-r--
log.min.js
226
B
-rw-rw-r--
loglevel.min.js
2.33
KB
-rw-rw-r--
modal.min.js
7.12
KB
-rw-rw-r--
modal_backdrop.min.js
1.04
KB
-rw-rw-r--
modal_cancel.min.js
774
B
-rw-rw-r--
modal_confirm.min.js
369
B
-rw-rw-r--
modal_events.min.js
258
B
-rw-rw-r--
modal_factory.min.js
1.66
KB
-rw-rw-r--
modal_registry.min.js
370
B
-rw-rw-r--
modal_save_cancel.min.js
1.2
KB
-rw-rw-r--
mustache.min.js
6.14
KB
-rw-rw-r--
notification.min.js
2.45
KB
-rw-rw-r--
paged_content_events.min.js
74
B
-rw-rw-r--
paged_content_factory.min.js
1.26
KB
-rw-rw-r--
paged_content_pages.min.js
1.61
KB
-rw-rw-r--
paged_content_paging_bar.min.j...
1.42
KB
-rw-rw-r--
paged_content_paging_dropdown....
1.44
KB
-rw-rw-r--
permissionmanager.min.js
3.08
KB
-rw-rw-r--
popover_region_controller.min....
4.59
KB
-rw-rw-r--
popper.min.js
18.79
KB
-rw-rw-r--
search-input.min.js
580
B
-rw-rw-r--
sessionstorage.min.js
174
B
-rw-rw-r--
storagewrapper.min.js
1.19
KB
-rw-rw-r--
str.min.js
1.5
KB
-rw-rw-r--
tag.min.js
8.17
KB
-rw-rw-r--
templates.min.js
6.61
KB
-rw-rw-r--
tooltip.min.js
1.47
KB
-rw-rw-r--
tree.min.js
5.43
KB
-rw-rw-r--
truncate.min.js
1.43
KB
-rw-rw-r--
url.min.js
661
B
-rw-rw-r--
user_date.min.js
1.06
KB
-rw-rw-r--
yui.min.js
29
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : chart_series.min.js
define([],function(){function a(a,b){if("string"!=typeof a)throw new Error("Invalid label for series.");if("object"!=typeof b)throw new Error("Values for a series must be an array.");if(b.length<1)throw new Error("Invalid values received for series.");this._colors=[],this._label=a,this._values=b}return a.prototype.TYPE_DEFAULT=null,a.prototype.TYPE_LINE="line",a.prototype._colors=null,a.prototype._label=null,a.prototype._labels=null,a.prototype._smooth=!1,a.prototype._type=a.prototype.TYPE_DEFAULT,a.prototype._values=null,a.prototype._xaxis=null,a.prototype._yaxis=null,a.prototype.create=function(b){var c=new a(b.label,b.values);return c.setType(b.type),c.setXAxis(b.axes.x),c.setYAxis(b.axes.y),c.setLabels(b.labels),b.colors&&b.colors.length>1?c.setColors(b.colors):c.setColor(b.colors[0]),c.setSmooth(b.smooth),c},a.prototype.getColor=function(){return this._colors[0]||null},a.prototype.getColors=function(){return this._colors},a.prototype.getCount=function(){return this._values.length},a.prototype.getLabel=function(){return this._label},a.prototype.getLabels=function(){return this._labels},a.prototype.getSmooth=function(){return this._smooth},a.prototype.getType=function(){return this._type},a.prototype.getValues=function(){return this._values},a.prototype.getXAxis=function(){return this._xaxis},a.prototype.getYAxis=function(){return this._yaxis},a.prototype.hasColoredValues=function(){return this._colors.length==this.getCount()},a.prototype.setColor=function(a){this._colors=[a]},a.prototype.setColors=function(a){if(a&&a.length!=this.getCount())throw new Error("When setting multiple colors there must be one per value.");this._colors=a||[]},a.prototype.setLabels=function(a){this._validateLabels(a),a="undefined"==typeof a?null:a,this._labels=a},a.prototype.setSmooth=function(a){a="undefined"==typeof a?null:a,this._smooth=a},a.prototype.setType=function(a){if(a!=this.TYPE_DEFAULT&&a!=this.TYPE_LINE)throw new Error("Invalid serie type.");this._type=a||null},a.prototype.setXAxis=function(a){this._xaxis=a||null},a.prototype.setYAxis=function(a){this._yaxis=a||null},a.prototype._validateLabels=function(a){if(a&&a.length>0&&a.length!=this.getCount())throw new Error("Series labels must match series values.")},a});
Close