PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/thefreetrips.com/hotels/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/thefreetrips.com/hotels/SearchResults.php

<?php require_once('../Connections/connTravel.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") 
{
  if (PHP_VERSION < 6) {
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
  }

  $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);

  switch ($theType) {
    case "text":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;    
    case "long":
    case "int":
      $theValue = ($theValue != "") ? intval($theValue) : "NULL";
      break;
    case "double":
      $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
      break;
    case "date":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;
    case "defined":
      $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
      break;
  }
  return $theValue;
}
}

mysql_select_db($database_connTravel, $connTravel);
$query_rsAnalytics = "SELECT * FROM tblContent WHERE CID = 'Analytics'";
$rsAnalytics = mysql_query($query_rsAnalytics, $connTravel) or die(mysql_error());
$row_rsAnalytics = mysql_fetch_assoc($rsAnalytics);
$totalRows_rsAnalytics = mysql_num_rows($rsAnalytics);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php require('../website_name.php'); ?> - The Best Prices For Hotels</title>
<style type="text/css">
html {overflow: auto;} 
html, body, div, iframe {margin: 0px; padding: 0px; height: 100%; border: none; } 
iframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x: hidden;} 

</style>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link href="../styles.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="../images/favicon.ico" />
</head>

<body>
<?php echo $row_rsAnalytics['txtContent']; ?>
<div id="Top">
  <div id="InTop">
    <div class="topnavi"><a href="/guides" title="Guides">GUIDES</a></div>
    <div class="topnavi"><a href="/videos" title="Videos">VIDEOS</a></div>
    <div class="topnavi"><a href="/contact" title="Contact Us">CONTACT US</a></div>
<div class="topnavi"><a href="/destinations" title="Destination">DESTINATION</a></div>
<div class="topnavi"><a href="/hotels" title="Hotels">HOTELS</a></div>
<div class="topnaviC"><a href="../" title="Hotels">HOME</a></div>
<a href="../"><img src="../images/logo.png" alt="<?php require('../website_name.php'); ?>" width="300" height="75" border="0" /></a></div>
</div>
<iframe id="tree" name="tree" src="<?php require_once('../website_url.php'); ?>/SearchResults.aspx?destination=<?php echo $_GET['destination']; ?>&checkin=<?php echo $_GET['checkin']; ?>&checkout=<?php echo $_GET['checkout']; ?>&label=<?php echo $_GET['label']; ?>&Adults=<?php echo $_GET['Adults']; ?>&Rooms=<?php echo $_GET['Rooms']; ?>&sort=<?php echo $_GET['sort']; ?>" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" scrolling="auto"></iframe>
</body>
</html>
<?php
mysql_free_result($rsAnalytics);
?>