GIF89a;
| Direktori : /home/serb/www/ |
| Current File : /home/serb/www/remove-hobbyistaccount.php |
<?
session_start();
if(!($_SESSION['islogin']))
{
?>
<script language="javascript">
location.href="index.php";
</script>
<? }
include("lib/globals.php");
include("lib/common.php");
include("lib/functions.php");
?>
<? include "includes/header_top.php";?>
<body>
<script type="text/javascript">
function selectCity(country_id){
if(country_id!="-1"){
loadData('state',country_id);
$("#city_dropdown").html("<option value='-1'>Select city</option>");
}else{
$("#state_dropdown").html("<option value='-1'>Select state</option>");
$("#city_dropdown").html("<option value='-1'>Select city</option>");
}
}
function selectState(state_id){
if(state_id!="-1"){
loadData('city',state_id);
}else{
$("#city_dropdown").html("<option value='-1'>Select city</option>");
}
}
function loadData(loadType,loadId){
var dataString = 'loadType='+ loadType +'&loadId='+ loadId;
$("#"+loadType+"_loader").show();
$("#"+loadType+"_loader").fadeIn(400).html('Please wait...');
$.ajax({
type: "POST",
url: "loadData.php",
data: dataString,
cache: false,
success: function(result){
$("#"+loadType+"_loader").hide();
$("#"+loadType+"_dropdown").html("<option value='-1'>Select "+loadType+"</option>");
$("#"+loadType+"_dropdown").append(result);
}
});
}
</script>
<script language="javascript">
function showCity(str)
{
if (str=="")
{
document.getElementById("visitor_city").innerHTML="";
return;
}
if (window.XMLHttpRequest)
{// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}
else
{// code for IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.onreadystatechange=function()
{
if (xmlhttp.readyState==4 && xmlhttp.status==200)
{
document.getElementById("visitor_city").innerHTML=xmlhttp.responseText;
}
}
xmlhttp.open("GET","getucity.php?c="+str,true);
xmlhttp.send();
}
</script>
<? include "includes/header.php";?>
<div class="main_bg">
<div style="height:32px;"></div>
<div style="width:1000px; margin:0 auto;">
<div class="statedetails">
<div class="stdtls_header">
<span style="color:#000;">Home/My Account
</div>
<div class="stdtls_midder">
<div style="height:10px;"></div>
<?
$sql_email="SELECT * FROM user_info WHERE userid='".$_SESSION['userid']."'";
$res_email=execute_query($sql_email);
$row_email=mysql_fetch_array($res_email);
?>
<div class="left_containmain">
<div style=" width:980px; margin:0 auto; margin:0 auto; font-family:'Open Sans',sans-serif; font-size:14px; color:#000;">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="updatehdrstyle23"><a href="hobbyist-account.php"><img src="images/edit_profile.png" style="vertical-align:middle;" /><br/>My Profile</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="notification.php"><img src="images/notification.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Notification</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><img src="images/my_reviews.png" style="width:55px; height:55px; vertical-align:middle" /><br/> My Reviews</td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="hobbyiest-followescorts.php"><img src="images/follower.png" style="width:55px; height:55px; vertical-align:middle;" /><br/>Follow Escorts</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="contact_us.php"><img src="images/support.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Support</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="hobbyist-password.php"><img src="images/settings.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Settings</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="remove-hobbyistaccount.php"><img src="images/removeacc.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Remove Account</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="logout.php"><img src="images/logout.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Logout</a></td>
</tr>
<tr height="8"></tr>
</table>
</div>
<br/>
<div style=" width:960px; margin:0 auto; font-family:'Open Sans',sans-serif; font-size:14px; color:#000;">
<form method="post" action="rmvhobbyaccount_process.php" name="remove_acc">
<input name="submit_form" value="1" type="hidden">
<div class="postadpagebody">
<h1>Remove Account/Ad</h1>
<div class="srv_infodtlssss">
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td colspan="2">
<? if($_GET['msg']==1){ ?>
Your Dont Have Any Ad In Our Database.
<? } ?>
<? if($_GET['msg']==2){ ?>
Your Ad Has Been Removed Successfuly.
<? } ?>
<? if($_GET['msg']==3){ ?>
Your Account And Ad Has Been Removed Successfuly.
<? } ?>
</td>
</tr>
<tr>
<td style="text-align:right;"><input type="checkbox" name="rmvAcc" /></td>
<td class="logintext">Remove Your Account</td>
</tr>
<tr>
<td></td>
<td><input type="image" src="images/submit.png" /></td>
</tr>
</table>
</div>
</div>
</form>
</div>
<br class="spacer" />
</div>
</div>
<div class="stdtls_footer"></div>
</div>
<br class="spacer" />
</div>
</div>
<? include "includes/footer.php";?>