GIF89a;
| Direktori : /home/serb/public_html/m/ |
| Current File : /home/serb/public_html/m/agency-details.php |
<?
session_start();
//include("config.php");
include("lib/globals.php");
include("lib/common.php");
include("lib/functions.php");
/*$sql="SELECT * FROM page_content WHERE id='45'";
$res=execute_query($sql);
$row=mysql_fetch_array($res);*/
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="height=device-height,width=device-width,initial-scale=1.0,maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>Escort Service-Escorts,Female Escorts,Models,Call Girls,GEF,Companions</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="themes/escserve.css" />
<link rel="stylesheet" href="themes/jquery.mobile.icons.min.css" />
<link rel="stylesheet" href="jMobile.css" />
<script src="jquery.min.js"></script>
<script src="jqueryMobile.js"></script>
</head>
<body>
<div data-role="page" id="page" data-theme="d" data-transition="flip">
<div id="headerTop"></div>
<? include "includes/header.php";?>
<!-- <div data-role="content" id="searchboxx">
<div data-role="fieldcontain" id="ser" data-iconpos="right">
<input type="search" name="search-2" id="search-2" value="" />
</div>
</div>-->
<?
$ph=str_replace('+','',$_GET['phone']);
$sql_escort="select * from user_info where agency_name='".$_GET['name']."' AND agency_ph like '%$ph%'";
$res_escort=execute_query($sql_escort);
$row_escort=mysql_fetch_array($res_escort);
?>
<div data-role="content">
<h2 id="loginheadertext"><?=$row_escort['agency_name']?> - Agency Details</h2>
<p id="alsignup">About This Agengy:</p>
<span style="font-size:14px;"><?=stripslashes($row_escort['agency_about'])?></span><br/>
<span style="font-size:14px;">CREATED : <? $date=explode('-',$row_escort['agency_createdt']);
echo $date[1].'/'.$date[2].'/'.$date[0];
?></span><br/>
<p id="alsignup">Cantact Details:</p>
<span style="font-size:14px;">Phone Number: <?=$row_escort['agency_ph']?></span><br/>
<span style="font-size:14px;">Email: Cantact Me</span><br/>
<span style="font-size:14px;">Message: Send private message</span><br/>
<span style="font-size:14px;">Website: <a href="<?=$row_escort['webpage']?>" target="_blank"><?=$row_escort['webpage']?></a></span><br/>
<p id="alsignup">Working Location:</p>
<span style="font-size:14px;"><?=stripslashes($row_escort['wrk_location'])?></span><br/>
<p style="text-align:center; margin:0 !important; padding:0 !important;"><img src="http://escortservice.org/profile_pic/<?=$row_escort['pic']?>" style="height:231px;" /></p>
<!--<p id="alsignup">Do you have a promo code? <a href="#" data-transition="flip" id="loginnow">Redeem it now, before you register!</a></p>-->
<!-- <p id="loginalertmsg">
Please use your EscortService username and password to login bellow.
</p>
<p id="loginalertmsg">
Need to Register? <a href="join.html" id="jointextcolor" data-transition="flip" data-prefetch>Get Started Now!</a>
</p>-->
<!--<a href="#dlg-invalid-credentials" data-rel="popup" data-transition="pop" data-position-to="window" id="btn-submit" ><img src="continue.png" style="height:35px; margin-top:10px;"></a>-->
<div data-role="popup" id="dlg-invalid-credentials" data-dismissible="false" style="max-width:400px;">
<div role="main" class="ui-content">
<h3 class="mc-text-danger">Login Failed</h3>
<p>Did you enter the right credentials?</p>
<div class="mc-text-center"><a href="#" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn-b mc-top-margin-1-5">OK</a></div>
</div>
</div>
</div>
<div data-role="content">
<h2 id="loginheadertext"><?=$row_escort['agency_name']?> - Escorts</h2>
<ul data-role="listview">
<?
$sql_nescorts="select * from escort_details WHERE status='a' AND user_id='".$row_escort['userid']."' order by id DESC ";
$res_nescorts=execute_query($sql_nescorts);
while($row_nescorts=mysql_fetch_array($res_nescorts))
{
$sql_nimage="SELECT * FROM escort_photo where postid='".$row_nescorts['id']."'";
$res_nimage=execute_query($sql_nimage);
$num_nimage=mysql_num_rows($res_nimage);
$row_nimage=mysql_fetch_array($res_nimage);
if($num_nimage>0)
{
?>
<li>
<a id="cityesimg" href="escort-details.php?estid=<?=$row_nescorts['id']?>&cityname=<?=$row_nescorts['escort_city']?>" data-ajax="false" data-transition="fade">
<img width="80" height="100" src="http://escortservice.org/avtar/<?=$row_nimage['picture']?>" />
<h3 id="pdingleft"><?=$row_nescorts['nickname']?></h3>
<p id="pdingleft"><?=$row_nescorts['escort_city']?></p>
<p id="pdingleft">
<? $desc=explode(' ',$row_nescorts['description']);
for($k=0; $k<=17; $k++)
{
echo $desc[$k].' ';
}
?>...
</p>
<br/>
</a>
</li>
<?
}else
{?>
<li>
<a id="cityesimg" href="escort-details.php?estid=<?=$row_nescorts['id']?>&cityname=<?=$row_nescorts['escort_city']?>" data-ajax="false" data-transition="fade">
<img width="80" height"80" src="http://escortservice.org/images/no_photo_female.gif" />
<h3 id="pdingleft"><?=$row_nescorts['nickname']?></h3>
<p id="pdingleft"><?=$row_nescorts['escort_city']?></p>
<p id="pdingleft">
<? $desc=explode(' ',$row_nescorts['description']);
for($k=0; $k<=17; $k++)
{
echo $desc[$k].' ';
}
?>...
</p>
<br/>
</a>
</li>
<? }
}?>
</ul>
</div>
<div data-role="panel" data-display="push" data-position="right" data-theme="d" id="navMenu">
<? include "includes/right-menubar.php";?>
</div><!-- /panel -->
<div data-role="footer" >
<div id="footerTop">
<? include "includes/footer.php";?>
</div>
<div id="footerBottom"><p>Copyright 2015 ESCORTSERVICE.ORG | All Rights reserved.</p></div>
</div>
</div>
</body>
</html>