Current Path : /var/www/html/
Upload File :
Current File : /var/www/html/404.php

<?php @session_start(); 
include_once('searching_files/FrontController.php'); 
include_once('social/__dashboardconfig/class.function.php');
include_once('social/__dashboardconfig/class_social.php');
 dashboard::establishConnection();
$obj_social=new Social;
 if(isset($_SESSION['userid']) && $_SESSION['userid']!='')
          {
	       echo '<script>window.location.href="social/index.php";</script>';
	      }   
?>
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title> 365 hops </title>
        <link rel="stylesheet" type="text/css" href="css/bootstrap.css" media="screen" />
        <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
         <link rel="stylesheet" href="css/styleextras.css" type="text/css" charset="utf-8" />
        <link rel="stylesheet" href="css/fractionslider.css">
       <!-- <link rel="stylesheet" type="text/css" href="style.css" media="screen" />-->
        <script src="js/jquery-1.9.0.min.js" type="text/javascript" charset="utf-8"></script>
        <script src="js/jquery.fractionslider.js" type="text/javascript" charset="utf-8"></script>
        <script src="js/main.js" type="text/javascript" charset="utf-8"></script>
        <script type="text/javascript" src="js/bootstrap.js"></script>
        <link rel="shortcut icon" href="images/favicon.ico" />
         <script src="social/js/jquery.validate.js" type="text/javascript" charset="utf-8"></script>
 <!-------- Google Api start------------>
 <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places"></script>
   <script>
function initialize() {
	
  var mapOptions = {
    center: new google.maps.LatLng(28.635308000000000000, 77.224960000000010000),
    display:0
  };
  var map = new google.maps.Map(document.getElementById('map-canvas'),
    mapOptions);

  var input = /** @type {HTMLInputElement} */(
      document.getElementById('pac-input'));

  var types ='geocode'; // document.getElementById('type-selector');
  map.controls[google.maps.ControlPosition.TOP_LEFT].push(input);
  map.controls[google.maps.ControlPosition.TOP_LEFT].push(types);

  var autocomplete = new google.maps.places.Autocomplete(input);
  autocomplete.bindTo('bounds', map);

  var infowindow = new google.maps.InfoWindow();
var marker = new google.maps.Marker({
    map: map
  });

  google.maps.event.addListener(autocomplete, 'place_changed', function() {
    infowindow.close();
    marker.setVisible(false);
    var place = autocomplete.getPlace();
    if (!place.geometry) {
      return;
    }
   
    var address = '';
    if (place.address_components) {
      address = [
        (place.address_components[0] && place.address_components[0].short_name || ''),
        (place.address_components[1] && place.address_components[1].short_name || ''),
        (place.address_components[2] && place.address_components[2].short_name || '')
      ].join(' ');
    }
   
    //infowindow.setContent('<div><strong>' + place.name + '</strong><br>' + address); 
  //  infowindow.open(map, marker);
	// var defined By Raj
	var latitude_value=place.geometry.location.lat();	
	var longtitude_value=place.geometry.location.lng();	
	if(place.address_components[0]=='[object Object]'){	
	var placenames=(place.address_components[0].long_name); //short_name
	 }
	 else
	  {
		  var placenames='';
		 } 
 if(place.address_components[1]=='[object Object]'){	 
	var districtname=(place.address_components[1].long_name);
	 }
	 else
	  {
		  var districtname='';
		 } 
 if(place.address_components[2]=='[object Object]'){	
	var statename=(place.address_components[2].long_name);
	 }
	 else
	  {
		 var statename='';
	  } 
	var fulladdr=address;
	$('#place1').val(place.name);
	$('#placefull').val(address);
	$('#place2').val(districtname);
	$('#place3').val(statename);
	$('#latitude').val(latitude_value);
	$('#longitude').val(longtitude_value);
	//submit_search();
 });

  // Sets a listener on a radio button to change the filter type on Places
  // Autocomplete.
 }
google.maps.event.addDomListener(window, 'load', initialize);
</script>
    <!-------End------->  
    <script type="text/javascript" >
$( document).ready(function(e) {
  
});
function get_interst_list(evcatid)
 {  $('#adv_clicked').val(1);
get_eventbyCatid_list(evcatid);
 if(evcatid!='')
     $.ajax({ 
            url: "searching_files/front_ajax.php?segmentlist_for_evfront=ok&evcatid="+evcatid,
            type: "GET",
			 success:(function(seglist){ 
			if(seglist!=''){
				$('#segmentlist_tabbbsid').empty();
				$('#segmentlist_tabbbsid').append(seglist);
				}
			})
          });
	
 }
	
function event_list_by_interest(segmentid)
    { $('#adv_clicked').val(1);
	if(segmentid!='')
     $.ajax({ 
            url: "searching_files/front_ajax.php?geteventlist_for_front=ok&segmentid="+segmentid,
            type: "GET",
			 success:(function(eventlists){ 
			if(eventlists!=''){
				$('#event_container_id').empty();
				$('#event_container_id').append(eventlists);
				}
			})
          });
}
function get_eventbyCatid_list(catid)
 {

     $.ajax({ 
            url: "searching_files/front_ajax.php?eventBycat_for_evfront=ok&catid="+catid,
            type: "GET",
			 success:(function(evelisttts){  //alert(evelisttts);
			if(evelisttts!=''){
				$('#event_container_id').empty();
				$('#event_container_id').append(evelisttts);
				}
			})
          });
	
 }


function submit_search()
  {
    $('#search_events').submit();
  	  }
$(document).ready(function(e) {
 
setTimeout( function(){
	if($('#adv_clicked').val()==0){
	 $('#sportmenuid').trigger('click');
	}
    }, 10000);   
});	  	  
</script>
<script language="javascript" type="text/javascript">
function open_sinupform()
  {
	$('#closesininform').trigger('click');
	$("#signup_triger_btn").trigger('click');
	}
$(document).ready(function(e) {
    $('#signupform').validate();
});
$(document).ready(function(){
	
	$('#signupform').submit(function(e) {
    $('#signupbtn').hide('fast');
		register();
		e.preventDefault();
		
	});
	
});
	
function register()
  {
	hideshow('loading',1);
	error(0);
	
	$.ajax({
		type: "POST",
		url: "submit.php",
		data: $('#signupform').serialize(),
		dataType: "json",
		success: function(msg){
			if(parseInt(msg.status)==1)
			{
				window.location=msg.txt;
			}
			else if(parseInt(msg.status)==0)
			{
				error(1,msg.txt);
				$('#signupbtn').show('fast');	
			}
			
			hideshow('loading',0);
		}
	});

}


function hideshow(el,act)
{
	if(act) $('#'+el).css('visibility','visible');
	else $('#'+el).css('visibility','hidden');
}

function error(act,txt)
{
	hideshow('error',act);
	if(txt) $('#error').html(txt);
}
</script>

 <script src="js/jquery.slides.min.js"></script>
  <script>
    $(function() {
      $('#slides').slidesjs({
        width:1400,
        height: 435,
        play: {
          active: true,
          auto: true,
          interval: 4000,
          swap: true
        }
      });
    });
		
  </script>
    </head>
    <body>
     <?php include_once("includes/new_header.php");?>
     <div class="homecontenbg row">
        <div class="homecontent container">
       <section class="tab-area tabs-target">

                <span class="target-fix" id="tabC"></span>
                <span class="target-fix" id="tabB"></span>
                <div class="border"></div>

                <article class="tab" style="display:block;">
                    <section class="tab-area-inner tabs-target-inner">

                        <span class="target-fix-inner" id="tabD"></span>
                        <span class="target-fix-inner" id="tabE"></span>
                        <span class="target-fix-inner" id="tabF"></span>

                                              <article class="tab-inner col-lg-10 col-md-10 col-sm-10 col-xs-10" id="event_container_id" >
                      <h1 style="font-size:48px">400 Error<br/>
                      Sorry! We couldn't find it.</h1>
		             </article>
                   </section>
                </article>
                 </section>
                 
        </div></div><!--/homecontent-->
        <div class="clear"></div>
        <div class="featuredcontent">
            <div class="container">
                <h2>365hops is a unique platform where one can find all the adventure and Sports activities at one place</h2>
                <div class="featuredcontentarea">
                    <div class="featuredcontentleft col-lg-6 col-md-6 col-sm-12 col-xs-12">
                        <h2 class="floatleft">365hops for Adventure</h2>
                        <img class="floatright fclimageright" src="images/icons/f3.png" alt="" />
                        <div class="clear"></div>
                        <img class="floatleft fclimageleft" src="images/icons/f1.png" alt="" />
                        <p class="fclpright">On 365hops, one can find the adventure activities shared by adventure freaks around their location and join them.</p>
                        <p class="fclpleft">We work with local adventure groups  working in all parts of India and handpick the best and most reliable adventure activities for you. Leave all the planning and co-ordination on us and enjoy your adventure while we plan your activity.</p>
                        <img class="fclimageright" src="images/icons/f2.png" alt="" />
                    </div><!--/featuredcontentleft-->
                    <div class="featuredcontentright col-lg-6 col-md-6 col-sm-12 col-xs-12">
                        <h2>365hops for Sports &amp; Fitness</h2>
                        <p class="fcrpleft floatleft">Find  and share all the sports activities, matches, tournaments happening around you.</p>
                        <img class="fcrpimageright" src="images/icons/f4.png" alt="" />
                        <img class="floatleft fcrpimageleft" src="images/icons/f5.png" alt="" />
                        <p class="fcrpright">365hops is working with local sports organizations to bring you the best of the sports events. Come, join and play.</p>
                    </div><!--/featuredcontentright-->
                </div><!--/featuredcontentarea-->
            </div><!--/container-->
        </div><!--/featuredcontent-->
        <div class="clear"></div>
  
        
        <!--/testimonials-->
        <div class="clear"></div>
        <?php include_once("includes/new_footer.php");?>

,