GIF89a;
Direktori : /home/serb/www/ |
Current File : /home/serb/www/sitemap.php |
<? session_start(); include("lib/globals.php"); include("lib/common.php"); include("lib/functions.php"); ?> <? include "includes/header_top.php";?> <body> <? 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"> <span style="color:#000;">Site Map </div> <div class="stdtls_midder"> <div style="height:10px;"></div> <div style=" width:940px; margin:0 auto; font-family:'Open Sans',sans-serif; font-size:14px; color:#000;"> <div class="linkdesp" style="width:100%;margin:0;"> <table border="0" cellpadding="0" cellspacing="0" style="width: 100%;"> <?php $sql_post="SELECT * FROM page_content WHERE page_status='a' ORDER BY page_order, page_name ASC"; $res_post=execute_query($sql_post); while($row_post=mysql_fetch_array($res_post)) { ?> <tr> <td><a href="http://www.escortservice.org/<?php echo str_replace(array(' ', '&'), array('-', 'and'), strtolower($row_post['page_name'])); ?>" style="color:#ad0066 ;"><?php echo $row_post['page_name']; ?></a></td> </tr> <?php } ?> <tr><th style="text-align: left; padding: 10px 0;">Cities</th></tr> <?php $sql_post = "SELECT * FROM `citys` WHERE city_status = 'a' ORDER BY name ASC"; $res_post = execute_query($sql_post); $i = 0; while($row_post=mysql_fetch_array($res_post)) { if ($i == 0 || $i >= 5) { $i = 1; echo '<tr>'; } ?> <td width="25%"><a href="http://<?php echo str_replace(' ', '-', strtolower($row_post['name'])); ?>.escortservice.org/" style="color:#ad0066 ;"><?php echo $row_post['name']; ?></a></td> <?php if ($i == 0 || $i >= 5) { $i = 1; echo '</tr>'; } $i++; } /* ?> <tr> <td><a href="http://escortservice.org/home.php" style="color:#ad0066 ;">Home</a></td> </tr> <tr> <td><a href="http://escortservice.org/page_contain.php?page_id=55" style="color:#ad0066 ;">About Us</a></td> </tr> <tr> <td><a href="http://escortservice.org/contact_us.php" style="color:#ad0066 ;">Contact Us</a></td> </tr> <tr height="15"></tr> <tr> <td><a href="http://escortservice.org/join.php" style="color:#ad0066 ;">Register</a></td> </tr> <tr> <td><a href="http://escortservice.org/hookup.php" style="color:#ad0066 ;">Hookup</a></td> </tr> <tr> <td><a href="http://escortservice.org/advertise-banner.php" style="color:#ad0066 ;">Advertisement</a></td> </tr> <tr> <td><a href="#" style="color:#ad0066 ;">Reviews</a></td> </tr> <tr height="15"></tr> <tr> <td><a href="http://escortservice.org/home.php" style="color:#ad0066 ;">Escorts</a></td> </tr> <tr> <td><a href="http://escortservice.org/city-tourescorts.php" style="color:#ad0066 ;">City Tours</a></td> </tr> <tr> <td><a href="http://escortservice.org/new-arrivals.php" style="color:#ad0066 ;">New Arrivals</a></td> </tr> <tr> <td><a href="http://escortservice.org/agencyescorts-list.php" style="color:#ad0066 ;">Agency Escorts</a></td> </tr> <tr> <td><a href="http://escortservice.org/independent-escorts.php" style="color:#ad0066 ;">Independent Escorts</a></td> </tr> <tr height="15"></tr> <tr> <td><a href="http://escortservice.org/travel-escorts.php" style="color:#ad0066 ;">Travel Girls</a></td> </tr> <tr> <td><a href="http://escortservice.org/agency-list.php" style="color:#ad0066 ;">Escort Agency</a></td> </tr> <tr> <td><a href="http://escortservice.org/trans-escorts.php" style="color:#ad0066 ;">Trans</a></td> </tr> <tr height="15"></tr> <tr> <td><a href="http://escortservice.org/page_contain.php?page_id=53" style="color:#ad0066 ;">Privacy Policy</a></td> </tr> <tr> <td><a href="http://escortservice.org/page_contain.php?page_id=59" style="color:#ad0066 ;">Terms of Services</a></td> </tr> */ ?> </table> </div> </div> </div> <div class="stdtls_footer"></div> </div> </div> <br class="spacer" /> <br/> </div> <? include "includes/footer.php";?>