File deleted successfully!
Close
Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
home
u619466350
domains
a1toursandtravels.com
public_html
File Name:
<?php ob_start(); //session_start(); include('admin/config/connection_config.php'); //page url link get function curPageURL() { $pageURL = 'http'; //if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";} $pageURL .= "://"; if ($_SERVER["SERVER_PORT"] != "80") { $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"]; } else { $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; } return $pageURL; } $l = $_GET['l']; if($l==1){ $location22='India'; } if($l==2){ $location22='International'; } ?> <!DOCTYPE html> <html lang="en"> <head> <base href="../"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title><?php echo $location22; ?> Weekend Tour Packages, A1 Tour & Travel</title> <!-- Font Awesome --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css"> <!-- Bootstrap core CSS --> <link href="css/c.css" rel="stylesheet"> <!-- Material Design Bootstrap --> <link href="css/mdb.min.css" rel="stylesheet"> <!-- Your main styles CSS --> <link href="css/color_style.css" rel="stylesheet"> <!-----searching script-----> <script> function showduration(str) { window.location="Weekend_Tour/<?php echo $l; ?>&token=" + str; } function showcity(str) { window.location="Weekend_Tour/<?php echo $l; ?>&city=" + str; } function showstate(str) { window.location="Weekend_Tour/<?php echo $l; ?>&state=" + str; } </script> <!-----/searching script-----> </head> <body> <!-- Button trigger modal --> <a data-toggle="modal" data-target="#basicExample"style="position: fixed;right: -7px;z-index: 9999;top: 175px;width: 120px;"> <img src="img/offer.png"style="width: 170px;"> </a> <!-- Modal --> <div class="modal fade" id="basicExample" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <!--Content--> <div class="modal-content"> <!--Header--> <div class="modal-header"> <h4 class="pull-left modal-title w-100" id="myModalLabel">Quick Enquiry Form</h4> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <!--Body--> <div class="modal-body"> <form action="get_mail.php" method="post"> <input type="text" name="name" placeholder="Name" class="form-control" required> <input type="text" name="email" placeholder="Email Id" class="form-control" required> <input type="text" name="phone" placeholder="Phone" class="form-control" required> <input type="date" name="journey_date" placeholder="Journey Date"class="form-control" required> <select name="People" id="People" class=" pull-left form-control" style="width: 49%; margin-bottom: 16px;" required> <option>Adults</option> <option>01</option> <option>02</option> <option>03</option> <option>04</option> <option>05</option> <option>06</option> <option>07</option> <option>08</option> <option>09</option> <option>10</option> <option>11</option> <option>12</option> <option>13</option> <option>14</option> <option>15</option> <option>More</option> </select> <select name="Kid" id="Kid" class="form-control pull-right" style="width: 49%; margin-bottom: 16px;" required> <option>Children</option> <option>00</option> <option>01</option> <option>02</option> <option>03</option> <option>04</option> <option>05</option> <option>06</option> <option>07</option> <option>08</option> <option>09</option> <option>10</option> <option>11</option> <option>12</option> <option>13</option> <option>14</option> <option>15</option> <option>More</option> </select> <input MAXLENGTH=8 SIZE=8 type="text" name="captcha" value="" placeholder="Capture Code" class="form-control pull-left" style="width:85%" required> <img src="captcha.php" style="padding: 5px;"/> <br> <textarea placeholder="Travel Requirements" name="requirements" id="requirements" class="form-control" value="Travel Requirements" style="margin-bottom: 16px;"></textarea> <input type="submit" class="btn btn-danger btn-lg form-control" name="button" id="button" value="SEND ENQUIRY" style=" padding: 8px;"> </form> </div> </div> </div> <!--/.Content--> </div> </div> <!-- Modal --> <!-- Start project--> <!--header--> <?php require("include/header.php"); ?> <!--/header--> <!--Navbar--> <?php require("include/nav.php"); ?> <!--/.Navbar--> <!--content start--> <content> <div class="row"> <br> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <h4 class="font-weight-normal"> <font color="#1937a5"> <?php echo $location22; ?></font> <font color="#000">Tour Packages </font></h4> <div class="clearfix"></div> <hr> </div> <!----Tour Detail----> <div class="col-lg-8 col-md-4 col-sm-6 col-xs-12"> <div class="panel-body"> <?php @$limit=$_GET['limit']; // Read the limit value from query string. if(strlen($limit) > 0 and !is_numeric($limit)){ echo "Data Error"; exit; } // If there is a selection or value of limit then the list box should show that value , so we have to lock that options // // Based on the value of limit we will assign selected value to the respective option// switch($limit) { case 2: $select2="selected"; $select10=""; $select5=""; break; case 5: $select5="selected"; $select10=""; $select2=""; break; default: $select10="selected"; $select5=""; $select2=""; break; } @$start=$_GET['start']; if(strlen($start) > 0 and !is_numeric($start)){ echo "Data Error"; exit; } ///// End of drop down to select number of records per page /////// $eu = ($start - 0); if(!$limit > 0 ){ // if limit value is not available then let us use a default value $limit =12; // No of records to be shown per page by default. } $this1 = $eu + $limit; $back = $eu - $limit; $next = $eu + $limit; //------Row Counting Start------// if((isset($_GET['token'])=='') && (isset($_GET['city'])=='') && (isset($_GET['state'])=='') ) { $sql = "SELECT count(*) cnt FROM tour_tb where location='$l' && Weekend_Tour='yes' order by date_time desc"; } else if(isset($_GET['token'])!='') { $token = $_GET['token']; if($token==6){ $sql = "SELECT count(*) cnt FROM tour_tb where location='$l' && Weekend_Tour='yes' && tour_duration <= 6 order by date_time desc"; } else{ $sql = "SELECT count(*) cnt FROM tour_tb where location='$l' && Weekend_Tour='yes' && tour_duration >= 7 order by date_time desc"; } } else if(isset($_GET['city'])!='') { $city = $_GET['city']; $sql = "SELECT count(*) cnt FROM tour_tb where location='$l' && Weekend_Tour='yes' && city='$city' order by date_time desc"; } else if(isset($_GET['state'])!='') { $state = $_GET['state']; $sql = "SELECT count(*) cnt FROM tour_tb where location='$l' && Weekend_Tour='yes' && state='$state' order by date_time desc"; } $rs_result = mysqli_query ($con,$sql); while($_row = mysqli_fetch_array($rs_result)) { $cnt=$_row['cnt']; } if($cnt==0) { echo "<br /><center><h2 style='color:red;'>No Record Found!</h2></center>"; } //------Row Counting End------// else { if((isset($_GET['token'])=='') && (isset($_GET['city'])=='') && (isset($_GET['state'])=='') ) { $sql = "SELECT * FROM tour_tb where location='$l' && Weekend_Tour='yes' order by date_time desc limit $eu, $limit"; } else if(isset($_GET['token'])!='') { $token = $_GET['token']; if($token==6){ $sql = "SELECT * FROM tour_tb where location='$l' && Weekend_Tour='yes' && tour_duration <= 6 order by date_time desc limit $eu, $limit"; } else{ $sql = "SELECT * FROM tour_tb where location='$l' && Weekend_Tour='yes' && tour_duration >= 7 order by date_time desc limit $eu, $limit"; } } else if(isset($_GET['city'])!='') { $city = $_GET['city']; $sql = "SELECT * FROM tour_tb where location='$l' && Weekend_Tour='yes' && city ='$city' order by date_time desc limit $eu, $limit"; } else if(isset($_GET['state'])!='') { $state = $_GET['state']; $sql = "SELECT * FROM tour_tb where location='$l' && Weekend_Tour='yes' && state ='$state' order by date_time desc limit $eu, $limit"; } $rs_result = mysqli_query ($con,$sql); while($row = mysqli_fetch_array($rs_result)){ $id = $row['id']; $location = $row['location']; $country = $row['country']; $state = $row['state']; $city = $row['city']; $local_area = $row['local_area']; $tour_name = $row['tour_name']; $tour_duration = $row['tour_duration']; $destination_covered = $row['destination_covered']; $tour_price = $row['tour_price']; $banner_image = $row['banner_image']; $thumb_banner_image = $row['thumb_banner_image']; $gallery1 = $row['gallery1']; $thumb_gallery1 = $row['thumb_gallery1']; $gallery2 = $row['gallery2']; $thumb_gallery2 = $row['thumb_gallery2']; $gallery3 = $row['gallery3']; $thumb_gallery3 = $row['thumb_gallery3']; $gallery4 = $row['gallery4']; $thumb_gallery4 = $row['thumb_gallery4']; $discription = $row['discription']; $Tour_By_Duration = $row['Tour_By_Duration']; $Weekend_Tour = $row['Weekend_Tour']; $Luxury_Tour = $row['Luxury_Tour']; $m1 = $row['JUN']; $m2 = $row['FEB']; $m3 = $row['MAR']; $m4 = $row['APR']; $m5 = $row['MAY']; $m6 = $row['JUN']; $m7 = $row['JUL']; $m8 = $row['AUG']; $m9 = $row['SEP']; $m10 = $row['OCT']; $m11 = $row['NOV']; $m12 = $row['DECM']; $hot_tour = $row['hot_tour']; $date_time = $row['date_time']; $link = $row['link']; ?> <!--Card--> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-12" style="background: url(img/bookmark-bg1.png);background-size: 100% 100%;padding:20px 10px"> <center><h6 class="white-text"><b><?php echo $tour_duration; ?> NIGHT</b></h6><br><center></div> <div class="col-lg-11 col-md-11 col-sm-11 col-xs-12" style="padding:0;"> <div class="card"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12" style="padding:0;"> <!--Card image--> <img class="img-fluid" src="admin/<?php echo $thumb_banner_image; ?>" alt="Card image cap" style="max-height:150px"> <!--/.Card image--> </div> <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12"> <!--Card content--> <div class="card-block"> <!--Title--> <h6 class="card-title" style="color:#240997"><b><?php echo $tour_name; ?></b></h6> <!--Text--> <p><?php echo $destination_covered; ?></p> <a href="" class="btn btn-success btn-sm">Rs. <?php echo $tour_price; ?></a> <a href="view_tour/<?php echo $link; ?>" class="btn btn-primary btn-sm">View detail</a> <!--Button: contact form--> <a href="view_tour/<?php echo $link; ?>" class="btn btn-danger btn-sm waves-effect waves-light">Enquiry Send <i class="fa fa-fighter-jet"></i> </a> </div> <!--/.Card content--> </div> <div class="clearfix"></div> </div> <!--/.Card--> </div> <?php } ?> <div class="clearfix"></div><br> <!------Paging Start--------> <div class="pp"> <center> <?php if((isset($_GET['token'])=='') && (isset($_GET['city'])=='') && (isset($_GET['state'])=='')) { $query = "select count(id) from tour_tb where location='$l' && Weekend_Tour='yes' order by date_time desc"; $nume1 = mysqli_query ($con,$query); while($row = mysqli_fetch_array($nume1)) { $nume=$row[0]; } if($back >=0) { ?> <!--prev btn---> <a class="btn btn-default" href='Weekend_Tour/<?php echo $l; ?>&start=<?php echo $back;?>&limit=<?php echo $limit;?>'><i class="fa fa-angle-left"></i></a> <?php } //////////////// Let us display the page links at center. We will not display the current page as a link /////////// $i=1; $k=1; for($i=0;$i < $nume;$i=$i+$limit){ if($i <> $eu){ ?> <!--numbring btn---> <a class="btn btn-danger btn-sm" href='Weekend_Tour/<?php echo $l; ?>&start=<?php echo $i;?>&limit=<?php echo $limit;?>'><?php echo $k;?></a> <?php } else { echo "<span class='btn btn-success btn-sm'>$k</span>";} /// Current page is not displayed as link and given font color red $k=$k+1; } ///////////// If we are not in the last page then Next link will be displayed. Here we check that ///// if($this1 < $nume) { ?> <!--next btn---> <a class="btn btn-default" href='Weekend_Tour/<?php echo $l; ?>&start=<?php echo $next;?>&limit=<?php echo $limit;?>'><i class="fa fa-angle-right"></i></a> <?php } } else if(isset($_GET['token'])!='') { $token = $_GET['token']; if($token==6){ $sql = "SELECT count(id) from tour_tb where location='$l' && Weekend_Tour='yes' && tour_duration <= 6 order by date_time desc"; } else{ $sql = "SELECT count(id) from tour_tb where location='$l' && Weekend_Tour='yes' && tour_duration >= 7 order by date_time desc"; } $nume1 = mysqli_query ($con,$sql); while($row = mysqli_fetch_array($nume1)) { $nume=$row[0]; } if($back >=0) { ?> <!--prev btn---> <a class='btn btn-default' href='Weekend_Tour/<?php echo $l; ?>&token=<?php echo $_GET['token'];?>&start=<?php echo $back;?>&limit=<?php echo $limit;?>'><i class="fa fa-angle-left"></i></a> <?php } //////////////// Let us display the page links at center. We will not display the current page as a link /////////// $i=1; $l=1; for($i=0;$i < $nume;$i=$i+$limit){ if($i <> $eu){ ?> <!--Numbering btn---> <a class='btn btn-danger' href='Weekend_Tour/<?php echo $l; ?>&token=<?php echo $_GET['token'];?>&start=<?php echo $i;?>&limit=<?php echo $limit;?>'><?php echo $l;?></a> <?php } else { echo "<span class='btn btn-success'>$l</span>";} /// Current page is not displayed as link and given font color red $l=$l+1; } ///////////// If we are not in the last page then Next link will be displayed. Here we check that ///// if($this1 < $nume) { ?> <!--next btn---> <a class='btn btn-default' href='Weekend_Tour/<?php echo $l; ?>&token=<?php echo $_GET['token'];?>&start=<?php echo $next;?>&limit=<?php echo $limit;?>'><i class="fa fa-angle-right"></i></a> <?php } } else if(isset($_GET['city'])!='') { $city = $_GET['city']; $sql = "SELECT count(id) from tour_tb where location='$l' && Weekend_Tour='yes' && city = '$city' order by date_time desc"; $nume1 = mysqli_query ($con,$sql); while($row = mysqli_fetch_array($nume1)) { $nume=$row[0]; } if($back >=0) { ?> <!--prev btn---> <a class="btn btn-default" href='Weekend_Tour/<?php echo $l; ?>&city=<?php echo $city; ?>&start=<?php echo $back;?>&limit=<?php echo $limit;?>'><i class="fa fa-angle-left"></i></a> <?php } //////////////// Let us display the page links at center. We will not display the current page as a link /////////// $i=1; $l=1; for($i=0;$i < $nume;$i=$i+$limit){ if($i <> $eu){ ?> <!--numbring btn---> <a class="btn btn-danger" href='Weekend_Tour/<?php echo $l; ?>&city=<?php echo $city; ?>&start=<?php echo $i;?>&limit=<?php echo $limit;?>'><?php echo $l;?></a> <?php } else { echo "<span class='btn btn-success'>$l</span>";} /// Current page is not displayed as link and given font color red $l=$l+1; } ///////////// If we are not in the last page then Next link will be displayed. Here we check that ///// if($this1 < $nume) { ?> <!--next btn---> <a class="btn btn-default" href='Weekend_Tour/<?php echo $l; ?>&city=<?php echo $city; ?>&start=<?php echo $next;?>&limit=<?php echo $limit;?>'><i class="fa fa-angle-right"></i></a> <?php } } else if(isset($_GET['state'])!='') { $state = $_GET['state']; $sql = "SELECT count(id) from tour_tb where location='$l' && Weekend_Tour='yes' && state = '$state' order by date_time desc"; $nume1 = mysqli_query ($con,$sql); while($row = mysqli_fetch_array($nume1)) { $nume=$row[0]; } if($back >=0) { ?> <!--prev btn---> <a class="btn btn-default" href='Weekend_Tour/<?php echo $l; ?>&state=<?php echo $state; ?>&start=<?php echo $back;?>&limit=<?php echo $limit;?>'><i class="fa fa-angle-left"></i></a> <?php } //////////////// Let us display the page links at center. We will not display the current page as a link /////////// $i=1; $l=1; for($i=0;$i < $nume;$i=$i+$limit){ if($i <> $eu){ ?> <!--numbring btn---> <a class="btn btn-danger" href='Weekend_Tour/<?php echo $l; ?>&state=<?php echo $state; ?>&start=<?php echo $i;?>&limit=<?php echo $limit;?>'><?php echo $l;?></a> <?php } else { echo "<span class='btn btn-success'>$l</span>";} /// Current page is not displayed as link and given font color red $l=$l+1; } ///////////// If we are not in the last page then Next link will be displayed. Here we check that ///// if($this1 < $nume) { ?> <!--next btn---> <a class="btn btn-default" href='Weekend_Tour/<?php echo $l; ?>&state=<?php echo $state; ?>&start=<?php echo $next;?>&limit=<?php echo $limit;?>'><i class="fa fa-angle-right"></i></a> <?php } } ?> </center> </div> <!------/Paging End--------> <?php } ?> </div> </div> <!-----/Tour Detail ------> <!-----seaching div ------> <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12"> <div style="background: #eee;padding: 20px;"> <div class="bg-img"> <select name="legory" class="form-control" onchange="showduration(this.value)" style="background:white;"> <option value="">Search by duration</option> <option value="6">1-7 days</option> <option value="15">7-15 days</option> </select> </div> <div class="clearfix"></div> <hr> <div class="bg-img"> <select class="form-control" name="legory" onchange="showcity(this.value)" style="background:white;"> <option value="">Search by City...</option> <?php $sql = "select * from mastercity_tb order by city"; $rs_result = mysqli_query ($con,$sql); while($row = mysqli_fetch_array($rs_result)){ $cityid = $row[0]; $city_name = $row[2]; ?> <option value="<?php echo $cityid; ?>"><?php echo $city_name; ?></option> <?php } ?> </select> </div> <div class="clearfix"></div> <hr> <div class="bg-img"> <select class="form-control" name="legory" onchange="showstate(this.value)" style="background:white;"> <option value="">Search by State...</option> <?php $sql = "SELECT DISTINCT state FROM tour_tb"; $rs_result = mysqli_query ($con,$sql); while($row = mysqli_fetch_array($rs_result)){ $state = $row['state']; ?> <option value="<?php echo $state; ?>"><?php echo $state; ?></option> <?php } ?> </select> </div> <div class="clearfix"></div> <hr> <!--Top Themes--> <?php require("include/theme.php"); ?> <!--/.Top Themes--> </div> </div> <!-----/seaching div ------> </div><br> </content> <!--Content End--> <!--Footer section--> <?php require("include/footer.php"); ?> <!--/Footer section--> <!-- /Start project--> <!-- JQuery --> <script type="text/javascript" src="js/jquery-2.2.3.min.js"></script> <!-- Bootstrap core JavaScript --> <script type="text/javascript" src="js/bootstrap.min.js"></script> <!-- keywrd seacching script --> <script src="//code.jquery.com/jquery-1.10.2.min.js"></script> <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script> <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"> <script type="text/javascript"> $(document).ready(function(){ $(document).on('keyup','#list_search',function(){ var value = $(this).val(); $.getJSON('ajax_search_list.php?keyword='+value, function (data) { var availableTags = data; $( "#list_search" ).autocomplete({ source: availableTags, select: function(event, ui) { $(event.target).val(ui.item.value); $('#search_form').submit(); return false; }, }); }); }); }); </script> </body> </html>
Bypass Options
Select edit method
Using basic write file
Using command
Info
Info!
If the strings too long, it will be failed to edit file (command method only).
Obfuscate PHP:
No Obfuscate
Obfuscate
Save Changes