Current Path : /var/www/html/
Upload File :
Current File : /var/www/html/abbout.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;
define("baseurl","https://www.365hops.com/");
 if(isset($_SESSION['userid']) && $_SESSION['userid']!='')
          {
          
          }   
 if(isset($_REQUEST['location_tags']) and $_REQUEST['location_tags']!='' and $_REQUEST['latitude']!='' and $_REQUEST['longitude']!=''){
	 $latitude_creat=$_REQUEST['latitude'];
     $longitude_creat=$_REQUEST['longitude'];
      if($_REQUEST['place2']!=''){
	   $CityName_creat=$_REQUEST['place2'];
	   }else{$CityName_creat=$_REQUEST['location_tags'];}
	 }
  else{
// Posted From location lat & Lon for later use
	 /* require_once("social/php-detect-country/ip.codehelper.io.php");
      require_once("social/php-detect-country/php_fast_cache.php");
      $_ip = new ip_codehelper();
      $real_client_ip_address =$_ip->getRealIP(); 
      $visitor_location= $_ip->getLocation($real_client_ip_address);*/

$latitude_creat=28.635308;//$visitor_location['CityLatitude'];
$longitude_creat=77.22496000000001;//$visitor_location['CityLongitude'];
$CityName_creat='New Delhi';//$visitor_location['CityName'];	
if($CityName_creat==''){$CityName_creat='New Delhi';} 
  }
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
 <title> 365hops  </title>
<link rel="stylesheet" href="css_new/bootstrap.css" type="text/css" >
<link rel="stylesheet" href="css_new/bootstrap.min.css" type="text/css" >
<link rel="stylesheet" href="css_new/bootstrap-theme.css" type="text/css" >
<link rel="stylesheet" href="css_new/bootstrap-theme.min.css" type="text/css" >
<link rel="stylesheet" href="css_new/style.css" type="text/css" >
 <link rel="shortcut icon" href="images/favicon.ico" />
<script type="text/javascript" src="js_new/jquery.js"></script>

<script type="text/javascript" src="js_new/bootstrap.js"></script>
<script type="text/javascript" src="js_new/bootstrap.min.js"></script>

<script type="text/javascript" src="js_new/jquery-ui.js"></script>
<script type="text/javascript" src="js_new/jMenu.jquery.js"></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);

function validate_for_location()
 {
	 if($('.controls').val()!=''){
   	if($('#latitude').val()==''){
		$('.controls').focus();
		return false;
		}
	 }
	}
function submit_search()
{
	$('#searchform1').submit();
	}
function changeloc()
{
	$('.locat').hide('fast');
	$('#changloc_input').show('fast');
	}	
</script>
    <script type="text/javascript">
function initialize2(){
  var mapOptions = {
    center: new google.maps.LatLng(28.635308000000000000, 77.224960000000010000),
   	display:0
  };
  var map = new google.maps.Map(document.getElementById('map-canvas_popup'),
    mapOptions);

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

  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;
	
	$('#change_place1').val(place.name);
	$('#change_placefull').val(address);
	$('#change_place2').val(districtname);
	$('#change_place3').val(statename);
	$('#change_lat').val(latitude_value);
	$('#change_lon').val(longtitude_value);
	onchnaheformsubmit();
  });
 }

google.maps.event.addDomListener(window, 'load', initialize2);
 function onchnaheformsubmit()
 {
	 $('#chanhplcform').submit();
	 }
function showinteresttrip(tip,triplocation)
 {
	 <?php if($_SESSION['userid']!='') {?>
   $.ajax({ 
          url: "social/segmentdata_ajax.php?tripshowinterest=ok&id="+tip,
          type: "GET",
		  success:(function(inttrip){ 
			 var numinterststrip=parseInt($('#numberofinteresttrip_'+tip).text());
			 numinterststrip=parseInt(numinterststrip)+1;
			$('#numberofinteresttrip_'+tip).text(numinterststrip);
			 $('#showinterestTrip_'+tip).hide('fast');	
			$('#showuninterestTrip_'+tip).show('fast');
			$('#tripinquirylocation').text(triplocation); 
			 $('#enqeventtype').val('Event'); 
			 $('#enqeventid').val(tip);	  
			var loginBox2='#enquiryOpen';
			$(loginBox2).fadeIn(300);
		
		
		var popMargTop = ($(loginBox2).height() + 24) / 2; 
		var popMargLeft = ($(loginBox2).width() + 24) / 2; 
		
		$(loginBox2).css({ 
			'margin-top' : -popMargTop,
			'margin-left' : -popMargLeft
		});
		
		
		$('body').append('<div id="mask"></div>');
		$('#mask').fadeIn(300);
		})
     });
	  <? }else{?> 
       login_popopn();
      <? }?> 
	 }	 
 function showuninteresttrip(tuip)
  {
	<?php if($_SESSION['userid']!='') {?>
   $.ajax({ 
          url: "social/segmentdata_ajax.php?tripshowuninterest=ok&id="+tuip,
          type: "GET",
		  success:(function(intuntrip){ 
		  if(intuntrip==1){
			 var numinterststrip2=parseInt($('#numberofinteresttrip_'+tuip).text());
			 numinterststrip2=parseInt(numinterststrip2)-1;
			$('#numberofinteresttrip_'+tuip).text(numinterststrip2);
			$('#showuninterestTrip_'+tuip).hide('fast');
			 $('#showinterestTrip_'+tuip).show('fast');	
		   }
		})
     });
	  <? }else{?> 
       login_popopn();
      <? }?> 
	 }
function send_enquiry_trip()
 {  
	var tripid=$('#enqeventid').val();
	var event_mobile=$('#event_mobile').val();
	var event_email=$('#event_email').val();
	 var enqtype=$('#enqeventtype').val(); 
	var numberofpeople=$('#numberofpeople').val();
 	if($("#recieveother").prop('checked') == true) {
         var recieveother=1;
        } 
	 else {
          var recieveother=0;
           }
	
	
	if($('#event_mobile').val()=='' || $("#event_mobile").val().length!=10){
		$('#event_mobile').addClass('error');
		$('#event_mobile').focus();
		 return false;
		}else{
			$('#event_mobile').removeClass('error');
			}
	if($('#event_email').val()!=''){		
	if(IsEmail2($('#event_email').val())==false){
		   $('#event_email').addClass('error');
	       $('#event_email').focus();
	      return false;
		 }else{ $('#event_email').removeClass('error');}
	 }else{ $('#event_email').removeClass('error');}
		 
	if($('#numberofpeople').val()==''){
		$('#numberofpeople').addClass('error');
		$('#numberofpeople').focus();
		 return false;
		}else{
			$('#numberofpeople').removeClass('error');
			}	
		 //
		 $('a.close, #mask').trigger('click');
		  $.ajax({ 
          url: "social/main_ajax.php?sendevent_enquiry=ok&eventid="+tripid+"&mobileno="+event_mobile+"&email="+event_email+"&numberofpeople="+numberofpeople+"&recieveother="+recieveother+"&enqtype="+enqtype,
          type: "GET",
		  success:(function(){
			   $('a.close, #mask').trigger('click');
			   })
         }); 
		 // 
	}	
function IsEmail2(email) {
       var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
       return regex.test(email);
      }	 
</script> 
<script type="text/javascript">
$(document).ready(function() {
/*	$('a.login-window').click(function() {
		var loginBox = $(this).attr('href');

		
		$(loginBox).fadeIn(300);
		
		
		var popMargTop = ($(loginBox).height() + 24) / 2; 
		var popMargLeft = ($(loginBox).width() + 24) / 2; 
		
		$(loginBox).css({ 
			'margin-top' : -popMargTop,
			'margin-left' : -popMargLeft
		});
		
		
		$('body').append('<div id="mask"></div>');
		$('#mask').fadeIn(300);
		
		return false;
	});
	*/
	$('a.close, #mask').click(function(e) {
       $('#mask , .login-popup').fadeOut(300 , function() {
		$('#mask').remove();  
	}); 
	return false;
	});
});
function getPlanDetails(planid)
 {
	  $.ajax({ 
          url: "social/segmentdata_ajax.php?getplandetail=ok&id="+planid,
          type: "GET",
		  success:(function(planidet){
			 //  alert(planidet);
			   $('#plandetailpopup').html(planidet); 
		})
  }); 
	 //
	 var loginBox='#login-box';
			$(loginBox).fadeIn(300);
		 
		
		$(loginBox).css({ 
			'margin-top' : -popMargTop,
			'margin-left' : -popMargLeft
		});
		
		
		$('body').append('<div id="mask"></div>');
		$('#mask').fadeIn(300);
		return false;
	
	 	}
function sendplan_cmnt(plnid)
	{
	<?php if($_SESSION['userid']!='') {?>
		var cmnt=$('#broad_cmnt').val();
		if(cmnt!=''){ $('#broad_cmnt').css('border','1px solid #333');
		 $.ajax({ 
          url: "social/segmentdata_ajax.php?postcomment_plan=ok&id="+plnid+"&msg="+cmnt,
          type: "GET",
		  success:(function(msggs){ 
			 $('#commentlistPlan').html(msggs);	
			 $('#broad_cmnt').val(''); 
		})
  }); 
		}else{ $('#broad_cmnt').css('border','1px solid red');
		return false;}
   <? }else{?> 
  login_popopn();
  <? }?>
		}
function showinterestplan22(inplnid)
{
	<?php if($_SESSION['userid']!='') {?>
   $.ajax({ 
          url: "social/segmentdata_ajax.php?planshowinterest=ok&id="+inplnid,
          type: "GET",
		  success:(function(interstp1){
			 var numinterststrip22=parseInt($('#numberofinterestplan_'+inplnid).text());
			 numinterststrip22=parseInt(numinterststrip22)+1;
			$('#numberofinterestplan_'+inplnid).text(numinterststrip22);
			 $('#showinterestPlan_'+inplnid).hide('fast');	
			$('#showuninterestPlan_'+inplnid).show('fast');
			 	  
		})
     });
	  <? }else{?> 
       login_popopn();
      <? }?>  
	  
	}	
function showuninterestplan22(uninplnid)
{
	 <?php if($_SESSION['userid']!='') {?>
   $.ajax({ 
          url: "social/segmentdata_ajax.php?planshowuninterest=ok&id="+uninplnid,
          type: "GET",
		  success:(function(uninterstp){
			  if(uninterstp==1){
				  var numinterststrip23=parseInt($('#numberofinterestplan_'+uninplnid).text());
			           numinterststrip23=parseInt(numinterststrip23)-1;
			          $('#numberofinterestplan_'+uninplnid).text(numinterststrip23);
					  $('#showuninterestPlan_'+uninplnid).hide('fast');
			           $('#showinterestPlan_'+uninplnid).show('fast');	
			           
				  }
		})
     });
	  <? }else{?> 
       login_popopn();
      <? }?> 
	}		
function showinterestplan(plid)
 { 
   <?php if($_SESSION['userid']!='') {?>
   $.ajax({ 
          url: "social/segmentdata_ajax.php?planshowinterest=ok&id="+plid,
          type: "GET",
		  success:(function(interstp){
			 var numinterstsp=parseInt($('#numinterstsp').text());
			 numinterstsp=parseInt(numinterstsp)+1;
			 $('#numinterstsp').text(numinterstsp);
			 $('#interestp').hide('fast');	
			 $('#uninterestp').show('fast');
			 	  
		})
     });
	  <? }else{?> 
       login_popopn();
      <? }?>  
  }
 function showuninterestplan(pluid)
  {
	   <?php if($_SESSION['userid']!='') {?>
   $.ajax({ 
          url: "social/segmentdata_ajax.php?planshowuninterest=ok&id="+pluid,
          type: "GET",
		  success:(function(uninterstp){
			  if(uninterstp==1){
			var numinterstsp=parseInt($('#numinterstsp').text());
			 numinterstsp=parseInt(numinterstsp)-1;
			 $('#numinterstsp').text(numinterstsp);
			 $('#uninterestp').hide('fast');
			 $('#interestp').show('fast');
			  }
		})
     });
	  <? }else{?> 
       login_popopn();
      <? }?> 
	 } 
function login_popopn()
{
	login_triger44($(location).attr('href'));
	}
function login_triger44(redirect_url)
 { 
  if(redirect_url!='')
   {   $('#login_triger_btn').trigger('click');
  $.ajax({
      type: "POST",
        url: "<?=baseurl?>searching_files/front_ajax.php",
        data: { page_url: redirect_url},
        success:function(){  
       
        }

         });
  
  }else{
  $('#login_triger_btn').trigger('click');
  }
}	
function beentherevisit(visitid)
 {
	
    <?php if($_SESSION['userid']!='') {?>
   $.ajax({ 
          url: "social/segmentdata_ajax.php?visitbeenthere=ok&id="+visitid,
          type: "GET",
		  success:(function(beens){
			  if(beens==1){
			var numinterstsp=parseInt($('#visitbeenthernumber_'+visitid).text());
			 numinterstsp=parseInt(numinterstsp)+1;
			 $('#visitbeenthernumber_'+visitid).text(numinterstsp);
			 $('#beentherevisit_'+visitid).hide('fast');
			 $('#notbeentherevisit_'+visitid).show('fast');
			  }
		})
     });
	  <? }else{?> 
       login_popopn();
      <? }?> 	
	}	

function notbeentherevisit(visitid2)
{
	<?php if($_SESSION['userid']!='') {?>
   $.ajax({ 
          url: "social/segmentdata_ajax.php?visitnotbeenthere=ok&id="+visitid2,
          type: "GET",
		  success:(function(beens1){ 
		        if(beens1==1){
			   var numinterstsp=parseInt($('#visitbeenthernumber_'+visitid2).text());
			  numinterstsp=parseInt(numinterstsp)-1;
			 $('#visitbeenthernumber_'+visitid2).text(numinterstsp);
			 $('#notbeentherevisit_'+visitid2).hide('fast');
			  $('#beentherevisit_'+visitid2).show('fast');
			  }
				})
     });
	  <? }else{?> 
       login_popopn();
      <? }?> 	
	}	
</script>

		<link rel="stylesheet" type="text/css" href="css/normalize.css" />
		<script src="js/modernizr.custom.js"></script>
<!--<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>-->
    <!-------End------->  
</head>
<!--<div class="top-border"></div>-->
<? include_once("includes/header_new.php");?>
<!---End--->  


<section class="body-container abbout-cont" >
	<div class="container">
    	<div class="row">
        	<div class="col-lg-12">
            	<div class="sec-top"> 
               <p>
 "365hops is a social platform for people interested in sports, adventure and fitness. This is a location and interest based network which connects you to the people around your area who share same interests as you. Apart from people, we also bring you the events happening around you in sports and adventure domain and discussions on live matches from Cricket to Football.  <br>
 It lets you meet with the like minded sports and fitness enthusiasts, share your thoughts, find people for a sports date or adventure trip or a work out session. People can also create their own events, tournaments or adventure trips with their detailed summary and pics. We push this event to every individual on the network who is interested in such kind of activities. One can connect to these interested individuals on the platform only. Similary, one can also join events organized by professionals or created by people from their area. <br> <br>
 
 For all the sports enthusiasts, we are providing an interesting platform for discussing all the sports stuff with people who are actually interested in sports. We are organizing live match discussions for every match and game, be it Cricket, Football or Tennis. This platform provides you a unique way to connect and share posts, pic, videos and blogs with others. You will get all the latest activities on every game only on 365hops.com.  
 "
</p>
                </div>
            </div>
            
        </div>
    </div>
</section>
<div class="clearfix"></div>


<body>

<?php include_once("analyticstracking.php");?>
<?php include_once("includes/login.php");?>
<?php include_once("includes/footer_new.php");?>
</body>
</html>

,