GIF89a;
| Direktori : /home/serb/www/ |
| Current File : /home/serb/www/advertise-vipmember.php |
<? session_start();
include("lib/globals.php");
include("lib/common.php");
include("lib/functions.php");
?>
<? include "includes/header_top.php";?>
<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; width:1000px;">
</div>
<div style="width:1000px; margin:0 auto;">
<div class="statedetails">
<div class="stdtls_header">
Advertise - <span style="color:#000;">Vip Membership </span>
</div>
<div class="stdtls_midder">
<div style=" width:960px; margin:0 auto;"><br/>
<div class="seftyleft">
<br/>
<img src="images/100safe.png" />
<p class="notetext">NOTE</p>
<p class="noteans">
Chose your desired package then click the red botton.<br/><br/>You can pay by Visa, Mastercard and Masstro credit cards.<br/><br/>
</p>
</div>
<div class="bannermid">
<form action="vippayment-process.php" method="post" name="f1" style="margin: 0px; padding: 0px;" enctype="multipart/form-data" onSubmit="return validate();">
<input name="submit_form" value="1" type="hidden">
<div style="width:600px; margin:0 auto;" id="avt1">
<table border="0" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr height="15">
</tr>
<tr>
<td colspan="2">
<? if($_GET['msg']==2){ ?>
<p class="passwordmsg">Your payment has been done successfully for VIP Members</p>
<? } ?>
</td>
</tr>
<?php /*?><?
$sql_postad="select id,ft_ad_expair,status from escort_details where user_id='".$_SESSION['userid']."'";
$res_postad=execute_query($sql_postad);
$num_postad=mysql_num_rows($res_postad);
$row_postad=mysql_fetch_array($res_postad);
if($num_postad > 0)
{
$todaydate=date('Y-m-d');
$exp=$row_postad['ft_ad_expair'];
if($todaydate<=$exp && $row_postad['status'] == 'a')
{
?>
<tr>
<td colspan="3" class="naote_style">
Your Premium AD will be expire by <?php echo date('jS F, Y',strtotime($row_postad['ft_ad_expair']));?>
</td>
</tr>
<?php
}
else
{
?> <?php */?>
<tr height="15"></tr>
<?
$sql_ftprice="SELECT * FROM featured_ad_price";
$res_ftprice=execute_query($sql_ftprice);
?>
<? while($row_ftprice=mysql_fetch_array($res_ftprice))
{
?>
<tr>
<td colspan="2" width="300"><input type="radio" name="featadPrice" value="<?=$row_ftprice['no_of_weeks'] ?>" /> Add <?=$row_ftprice['no_of_weeks'] ?> of Featured Display-$<?=$row_ftprice['ad_price'] ?></td>
</tr>
<? } ?>
<tr height="20"></tr>
<tr>
<td align="center" colspan="2">
<input type="image" src="images/buyvipmembership.png" />
<input type="hidden" name="estid" value="<?=$_GET['estid']?>" />
</td>
</tr> <tr height="20"></tr>
<tr>
<td align="center" colspan="2">
<img src="images/payment-methods.png" />
</td>
</tr>
<?php /*?><?php
}
}
else
{
?>
<tr>
<td colspan="3" class="naote_style">
You haven't post any AD yet.
</td>
</tr>
<?php
}
?><?php */?>
<tr height="15"></tr>
</table>
</div>
</form>
</div>
<div class="bannerrules">
<br/>
<div style="width:152px; height:169px; margin:0 auto; text-align:center; border:1px solid #efadc6;">
<img src="images/vipmemberimage.jpg" />
</div>
<div class="freetext222" style="margin-top:20px; width:182px;">
<img src="images/signuparrow.png" /> Always on the selected home page
</div>
<div class="freetext222" style="margin-top:10px; width:182px;">
<img src="images/signuparrow.png" /> Top of each list page
</div>
<div class="morelink22" style="margin-top:35px; width:182px;">
More info about Vip Membership
</div>
<br/>
<br/>
<!--<table border="0" cellpadding="0" cellspacing="0" style="margin:0 auto; width:178px;">
<tr height="20"></tr>
<tr>
<td width="18"><img src="images/signuparrow.png" /></td>
<td width="170" class="freetext222"> Always on the selected home page</td>
</tr>
<tr height="6"></tr>
<tr>
<td width="18" ><img src="images/signuparrow.png" /></td>
<td width="170" class="freetext222"> Top of each list page</td>
</tr>
<tr height="35"></tr>
<tr>
<td class="morelink22">
More info about Vip Membership
</td>
</tr>
<tr height="6"></tr>
</table>-->
</div>
<br class="spacer" />
</div>
</div>
<div class="stdtls_footer"></div>
</div>
</div>
</div>
<? include "includes/footer.php";?>