GIF89a;
| Direktori : /home/serb/www/ |
| Current File : /home/serb/www/escortimages.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";?>
<link href="css/dropzone.css" type="text/css" rel="stylesheet" />
<style type="text/css">
#main{
color: blue;
font-size:24px;
position relative;
width: 700px;
margin: 20px auto;
padding: 10px;
text-align: center;
border: 1px dotted;
}
.esct_pic
{
float:left;
margin-right:10px;
width:135px;
}
</style>
<style type="text/css">
a.tooltips {
position: relative;
display: inline;
}
a.tooltips span {
position: absolute;
width:220px;
color: #FFFFFF;
background: #000000;
height:auto;
text-align: center;
visibility: hidden;
border-radius: 6px;
padding:4px;
}
a.tooltips span:after {
content: '';
position: absolute;
top: 100%;
left: 32%;
margin-left: -8px;
width: 0; height: 0;
border-top: 8px solid #000000;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
}
a:hover.tooltips span {
visibility: visible;
opacity: 0.8;
bottom: 30px;
left: 50%;
margin-left: -76px;
z-index: 999;
}
</style>
<script src="dropzone.js"></script>
<link rel="stylesheet" href="css/elements.css" />
<script src="js/my_js.js"></script>
<body>
<?
$sql_gen="select * from escort_details where user_id='".$_SESSION['userid']."'";
$res_gen=execute_query($sql_gen);
$row_gen=mysql_fetch_array($res_gen);
if($row_gen['gender']=='Male')
{
include "includes/boys-header.php";
} else
{
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>
<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;">
<?
$sql_postad="select * from escort_details where user_id='".$_SESSION['userid']."' AND status='a'";
$res_postad=execute_query($sql_postad);
$num_postad=mysql_num_rows($res_postad);
$row_postad=mysql_fetch_array($res_postad);
?>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<?
$sql_pstad="select * from escort_details where user_id='".$_SESSION['userid']."' ";
$res_pstad=execute_query($sql_pstad);
$num_pstad=mysql_num_rows($res_pstad);
$row_pstad=mysql_fetch_array($res_pstad);
if($num_pstad>0)
{
if($row_pstad['status']=='a')
{
?>
<td class="updatehdrstyle23"><a href="myaccount.php"><img src="images/edit_profile.png" style="vertical-align:middle;" /><br/>My Profile</a></td>
<? }
else
{?>
<td class="updatehdrstyle23"><img src="images/edit_profile.png" style="vertical-align:middle;" /><br/>My Profile</td>
<? }
} else
{ ?>
<td class="updatehdrstyle23"><a href="userpostad.php"><img src="images/add_escort.png" style="vertical-align:middle;" /><br/>Post ad</a></td>
<? } ?>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="escortimages.php"><img src="images/my_photo.png" style="width:52px; height:52px; vertical-align:middle" /><br/>My Photos</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="add-myvideos.php"><img src="images/my_videos.png" style="width:55px; height:55px; vertical-align:middle" /><br/>My Videos</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="verifyimage.php"><img src="images/verifyimage.png" style="width:55px; height:55px; vertical-align:middle" /><br/> 100% verify</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="add-mytours.php?pid=<?=$row_postad['id']?>"><img src="images/my_tour.png" style="width:55px; height:55px; vertical-align:middle" /><br/> My Tours</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="blacklist.php"><img src="images/blacklist.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Black List</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<?
if( $num_postad>0)
{
if($row_postad['ft_ad_status']=='Yes')
{
$todaydate=date('Y-m-d');
$exp=$row_postad['ft_ad_expair'];
if($todaydate>$exp)
{?>
<td class="updatehdrstyle23"><a href="advertise-vipmember.php?estid=<?=$row_postad['id']?>"><img src="images/premium.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Premium</a></td>
<? }
else
{ ?>
<td class="updatehdrstyle23"><img src="images/premium.png" onclick ="div_show()" style="width:55px; height:55px; vertical-align:middle" /><br/>Premium</td>
<? }
}
else
{?>
<td class="updatehdrstyle23"><a href="advertise-vipmember.php?estid=<?=$row_postad['id']?>"><img src="images/premium.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Premium</a></td>
<? } ?>
<? }
else
{?>
<td class="updatehdrstyle23"><img src="images/premium.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Premium</td>
<? } ?>
</tr>
<tr height="8"></tr>
<tr>
<td class="updatehdrstyle23"><a href="escort-harrasment.php"><img src="images/blacklist.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Report Harrasers</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="password-setting.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="view-own-ad.php?name=<?=$row_postad['nickname']?>&phone=<?=$row_postad['tel_national']?>"><img src="images/viewad.png" style="width:55px; height:55px; vertical-align:middle" /><br/>View Ad</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="remove-account.php"><img src="images/removeacc.png" style="width:55px; height:55px; vertical-align:middle" /><br/>Remove Account/AD</a></td>
<td width="20" align="center"><img src="images/accmenudivider.png" /></td>
<td class="updatehdrstyle23"><a href="mybanner.php"><img src="images/bannericon2.png" style="width:55px; height:55px; vertical-align:middle" /><br/>My Banner</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>
</table>
</div>
<div id="abc">
<div id="popupContact">
<div class="contactin" >
<!--<form action="sendmail-process.php" method="post" id="form11" name="f1" onSubmit="return validate();" >-->
<div class="deliveredmsg" id="avt25">
<table border="0" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr>
<td class="wanttext">
<? $todaydate=date('Y-m-d');
$exp=$row_postad['ft_ad_expair'];
$diff=(strtotime($exp) - strtotime($todaydate)) / (60 * 60 * 24);
$diffday=explode('.',$diff)
?>
<span class="messagetext">You have a current featured ad in progress and it can be renewed in <?=$diffday[0]?> amount of days. </span>
</td>
</tr>
<tr height="10"></tr>
<tr>
<td>
<div style="height:35px;">
</div>
</td>
</tr>
<tr height="10"></tr>
<tr>
<td align="center">
<a href="escortimages.php"><img src="images/close.png" /></a>
</td>
</tr>
<tr height="20">
<td></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<br/>
<div style=" width:960px; margin:0 auto; font-family:'Open Sans',sans-serif; font-size:14px; color:#000;">
<div class="postadpagebody">
<h1>My Pictures</h1>
<div style="width:800px; margin:0 auto;">
<br/>
<form action="deletepics_process.php" method="post" name="picsdelete" style="margin: 0px; padding: 0px;" enctype="multipart/form-data" onSubmit="return validate();">
<?
$ii=1;
$est_pics="SELECT * FROM escort_photo where userid='".$_SESSION['userid']."'";
$res_pics=execute_query($est_pics);
$num_pics=mysql_num_rows($res_pics);
if($num_pics>0)
{
while($row_pics=mysql_fetch_array($res_pics))
{
?>
<div class="esct_pic">
<img src="avtar/<?=$row_pics['picture']?>" style="width:135px; height:135px; " /><br/><input type="checkbox" name="picid[]" value=<?=$row_pics['id']?> /> Delete
</div>
<?
if($ii%5==0)
{
?>
<br class="spacer" />
<div style="height:25px;"> <br class="spacer" /></div>
<?
}
$ii++; } ?>
<br class="spacer" />
<table border="0" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr height="20"></tr>
<tr>
<td class="logintext">Delete a Photo</td>
<td width="20"></td>
<td style="color:#944d5f;">Select using checkboxes above</td>
<td width="15"></td>
<td><input type="image" src="images/delete.png" /></td>
</tr>
<tr height="20"></tr>
</table>
<? } ?>
</form>
</div>
</div>
<div id="main">
<p> Drag n Drop Your image files below -</p>
</div>
<form action="file-upload.php" class="dropzone">
</form>
<br/>
<a href="escortimages.php" style="text-align:center;"><img src="images/submit.png" /></a>
</div>
<br class="spacer" />
</div>
</div>
<div class="stdtls_footer"></div>
</div>
<br class="spacer" />
</div>
</div>
<? include "includes/footer.php";?>