Linux localhost.localdomain 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
Apache
: 10.29.51.72 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
7.2.34
apache
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 /
mpc_emas /
public /
Cannavaro /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
animsition
[ DIR ]
drwxr-xr-x
button
[ DIR ]
drwxr-xr-x
chartist
[ DIR ]
drwxr-xr-x
ckeditor
[ DIR ]
drwxr-xr-x
colorPicker
[ DIR ]
drwxr-xr-x
datatables
[ DIR ]
drwxr-xr-x
datepicker
[ DIR ]
drwxr-xr-x
donut-chart
[ DIR ]
drwxr-xr-x
dropZone
[ DIR ]
drwxr-xr-x
flot
[ DIR ]
drwxr-xr-x
footable
[ DIR ]
drwxr-xr-x
fullcalendar
[ DIR ]
drwxr-xr-x
gmap
[ DIR ]
drwxr-xr-x
growl
[ DIR ]
drwxr-xr-x
idealform
[ DIR ]
drwxr-xr-x
inputMask
[ DIR ]
drwxr-xr-x
loader
[ DIR ]
drwxr-xr-x
number-progress-bar
[ DIR ]
drwxr-xr-x
pace
[ DIR ]
drwxr-xr-x
range-slider
[ DIR ]
drwxr-xr-x
skycons
[ DIR ]
drwxr-xr-x
slimscroll
[ DIR ]
drwxr-xr-x
stackable
[ DIR ]
drwxr-xr-x
tab
[ DIR ]
drwxr-xr-x
tabs
[ DIR ]
drwxr-xr-x
textEditor
[ DIR ]
drwxr-xr-x
timepicker
[ DIR ]
drwxr-xr-x
tip
[ DIR ]
drwxr-xr-x
tree
[ DIR ]
drwxr-xr-x
tubular
[ DIR ]
drwxr-xr-x
upload
[ DIR ]
drwxr-xr-x
validate
[ DIR ]
drwxr-xr-x
vegas
[ DIR ]
drwxr-xr-x
wizard
[ DIR ]
drwxr-xr-x
app-menu-right.js
3.86
KB
-rw-r--r--
app-topmenu.js
2.31
KB
-rw-r--r--
app.js
4.27
KB
-rw-r--r--
bg-changer.js
867
B
-rw-r--r--
bootstrap.js
55.85
KB
-rw-r--r--
date.js
1.63
KB
-rw-r--r--
image-background.js
444
B
-rw-r--r--
jquery.js
243.11
KB
-rw-r--r--
jquery.nicescroll.min.js
56.74
KB
-rw-r--r--
jquery.tabSlideOut.v1.3.js
7.28
KB
-rw-r--r--
scriptbreaker-multiple-accordi...
2.6
KB
-rw-r--r--
sliding-menu-minimize.js
2.43
KB
-rw-r--r--
sliding-menu.js
2.34
KB
-rw-r--r--
sliding-right-menu.js
2.57
KB
-rw-r--r--
vegas.js
1.24
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : app.js
$(function() { paceOptions = { ajax: false, // disabled document: false, // disabled eventLag: false, // disabled elements: { selectors: ['.my-page'] } }; /* * INITIALIZE BUTTON TOGGLE * ------------------------ * always use this code for toggle and close button effect */ $("[data-widget='remove']").click(function() { //Find the box parent var box = $(this).parents(".box").first(); box.slideUp(); }); /* * Add collapse and remove events to boxes */ $("[data-widget='collapse']").click(function() { //Find the box parent var box = $(this).parents(".box").first(); //Find the body and the footer var bf = box.find(".box-body, .box-footer"); if (!box.hasClass("collapsed-box")) { box.addClass("collapsed-box"); bf.slideUp(); } else { box.removeClass("collapsed-box"); bf.slideDown(); } }); //Donut chart sidemenu $("#doughnutChart").drawDoughnutChart([{ title: "Tokyo", value: 232, color: "#2C3E50" }, { title: "San Francisco", value: 165, color: "#FC4349" }, { title: "New York", value: 183, color: "#6DBCDB" }]); //scrool prettyfy dropdown menu $(".menu").slimscroll({ height: "200px", alwaysVisible: true, size: "5px" }).css("width", "100%"); //tooltip menu sidebar setting $("[data-toggle='tooltip']").tooltip(); $(".side-bar").accordionze({ accordionze: true, speed: 300, closedSign: '<b class="fa fa-caret-left"></b>', openedSign: '<b class="fa fa-caret-down"></b>' }); $('.tooltip-tip').tooltipster({ position: 'top-left', animation: 'slide', theme: '.tooltipster-shadow', delay: 1, offsetY: '-50px', offsetX: '-60px', onlyOne: true }); //background image slide show }); //BACKGROUND CHANGER $(function() { $("#button-bg").click(function() { $("body").css({ "background": "url('img/wg_blurred_backgrounds_11.jpg')no-repeat center center fixed" }); }); $("#button-bg2").click(function() { $("body").css({ "background": "url('img/wg_blurred_backgrounds_5.jpg')no-repeat center center fixed" }); }); $("#button-bg3").click(function() { $("body").css({ "background": "url('img/wg_blurred_backgrounds_9.jpg')no-repeat center center fixed" }); }); $("#button-bg4").click(function() { $("body").css({ "background": "url('img/wg_blurred_backgrounds_19.jpg')no-repeat center center fixed" }); }); $("#button-bg5").click(function() { $("body").css({ "background": "url('img/wg_blurred_backgrounds_3.jpg')no-repeat center center fixed" }); }); $("#button-bg6").click(function() { $("body").css({ "background": "url('img/wg_blurred_backgrounds_6.jpg')no-repeat center center fixed" }); }); $("#button-bg7").click(function() { $("body").css({ "background": "url('img/dark_wood.png')repeat" }); }); $("#button-bg8").click(function() { $("body").css({ "background": "url('img/purty_wood_@2X.png')repeat fixed" }); }); $("#button-bg9").click(function() { $("body").css({ "background": "#1d2c3a" }); }); $("#button-bg10").click(function() { $("body").css({ "background": "#8BA987" }); }); $("#button-bg11").click(function() { $("body").css({ "background": "#067B82" }); }); $("#button-bg12").click(function() { $("body").css({ "background": "#79B4D5" }); }); $("#button-bg13").click(function() { $("body").css({ "background": "#20243F" }); }); /** * Background Changer end */ });
Close