403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/rsdgroup/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/rsdgroup/store_locator_old.php
<?php
include_once("conf/settings.php");
include_once("conf/func.php");


$brandList = getAllBrandListByLocator();
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>RSD</title>

<link rel="stylesheet" href="css/style.css">

<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->

<script type="text/javascript">
function getState(val){

	$.ajax({ 
		type: "POST", 
		url: "ajax/city_store_locator.php",
		data: "Brand_Id="+val, 
		success: function(res){	  
			$("#state_id").html(res);
		}
	});
}

function getCity(val){

	$.ajax({ 
		type: "POST", 
		url: "ajax/city_store_locator.php",
		data: "State_Id="+val, 
		success: function(res){	 
			$("#city_id").html(res);
		}
	});
}


function getLocation(city_val){
	$.ajax({ 
		type: "POST", 
		url: "ajax/city_store_locator.php",
		data: "City_Id="+city_val, 
		success: function(res1){	 
			$("#location_id").html(res1);
		}
	});
}

function getLocatotList(locationid_val){
	$.ajax({ 
		type: "POST", 
		url: "ajax/store_locator.php",
		data: "Location_Id="+locationid_val, 
		success: function(res2){  
			$("#locator_list").html(res2);
		}
	});
}
</script>
<script src="http://maps.google.com/maps/api/js?v=3&sensor=false" type="text/javascript"></script>

</head>

<body onLoad="initMap();" style="margin:0px; border:0px; padding:0px;">
<!--header start here-->  
<?php include_once("inc/header.php"); ?>
<!--header end here-->

<!--section start here-->
<section>
<div class="braedcrumb"><a href="<?php echo $baseurl; ?>">Home</a>&nbsp;&nbsp;&gt;&nbsp;&nbsp;<span>Store Locator</span></div>
 <div class="ourPro">
    	<h3>Store Locator</h3>
        
           <div class="contact_box">
            
            
            	<div class="branchSelectBox">
                	<h5>Branch</h5>
                    <div class="branchTable">
                    	<table width="100%" border="0" cellspacing="0" cellpadding="0">
												    
							<tr>
                            	<td height="50" valign="top">
                                <div class="dropArrow">
                                  <div class="styled-select">
                                    <select id="brand_id" name="brand_id" onChange="getState(this.value);">
									<option value="">--Select Brand--</option>
									<?php 
									foreach($brandList as $brand) { 
									?>
									<option value="<?php echo $brand['Species_Id'];?>"><?php echo $brand['Species_Name'];?></option>
									<?php } ?>	
                                    </select>
                                  </div>
                                </div>
                                </td>
                            </tr>
							
							
   							<tr>
                            	<td height="50" valign="top">
                                <div class="dropArrow">
                                  <div class="styled-select">
                                    <select id="state_id" name="state_id" onChange="getCity(this.value);">
									<option value="">--Select State--</option>
                                    </select>
                                  </div>
                                </div>
                                </td>
                            </tr>
                            <tr>
                            	<td height="50" valign="top">
                                <div class="dropArrow">
                                  <div class="styled-select">
                                    <select id="city_id" name="city_id" onChange="getLocation(this.value);">
                                        <option value="">--Select City-</option>
                                    </select>
                                  </div>
                                </div>
                                </td>
                            </tr>
                            <tr>
                            	<td height="50" valign="top">
                                <div class="dropArrow">
                                  <div class="styled-select">
                                    <select id="location_id" name="location_id" onChange="getLocatotList(this.value);">
                                      <option value="">-- Select Location --</option>
                                    </select>
                                  </div>
                                </div>
                                </td>
                            </tr>
                             <tr>
                            	<td valign="top" align="center">
                                	<a class="srchbtnred" href="#">Search</a>
                                </td>
                            </tr>
                         </table>
                    </div>
                </div>
                
				
			 <div id="locator_list">
                <!--<div class="branchMapBox">
                	<div class="branchMapBoxIn">
                    	<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.in/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=RSD+Group,+Pandav+Nagar,+New+Delhi,+Delhi&amp;aq=0&amp;oq=rsd&amp;sll=28.650802,77.149437&amp;sspn=0.007071,0.013078&amp;ie=UTF8&amp;hq=RSD+Group,&amp;hnear=Pandav+Nagar,+New+Delhi,+East+Delhi,+Delhi&amp;t=m&amp;z=12&amp;iwloc=A&amp;cid=15751108586214197918&amp;ll=28.65083,77.149462&amp;output=embed"></iframe></div>
                        
                      
                        <div class="branchLocatetxt">
						  <table width="100%" cellspacing="0" cellpadding="0" border="0" class="locatetable">
						   <tbody><tr>
							<th width="30%" valign="top">Store  Location</th>
							<td width="70%" valign="top">YE-Anarkali</td>
						  </tr>
						  <tr>
							<th valign="top">Store Code</th>
							<td valign="top">GA008</td>
						  </tr><tr>
							<th valign="top">Model</th>
							<td valign="top">Y.E</td>
						  </tr>
						  <tr>
							<th valign="top">Contact Person</th>
							<td valign="top">Vipin Yadav</td>
						  </tr>
						  <tr>
							<th valign="top">Mobile No</th>
							<td valign="top">+91-7530891709, +91-8860602234</td>
						  </tr>
						  <tr>
							<th valign="top">Address with PIN Code</th>
							<td valign="top">63, sounth Anarkali Ext.  Near Baldev Park Community Hall Delhi-51</td>
						  </tr>
						  </tbody></table>
                  </div>
                  
                  <div class="branchLocatetxt">
					  <table width="100%" cellspacing="0" cellpadding="0" border="0" class="locatetable">
					   <tbody><tr>
						<th width="30%" valign="top">Store  Location</th>
						<td width="70%" valign="top">YE-Anarkali</td>
					  </tr>
					  <tr>
						<th valign="top">Store Code</th>
						<td valign="top">GA008</td>
					  </tr><tr>
						<th valign="top">Model</th>
						<td valign="top">Y.E</td>
					  </tr>
					  <tr>
						<th valign="top">Contact Person</th>
						<td valign="top">Vipin Yadav</td>
					  </tr>
					  <tr>
						<th valign="top">Mobile No</th>
						<td valign="top">+91-7530891709, +91-8860602234</td>
					  </tr>
					  <tr>
						<th valign="top">Address with PIN Code</th>
						<td valign="top">63, sounth Anarkali Ext.  Near Baldev Park Community Hall Delhi-51</td>
					  </tr>
					  </tbody></table>
                  </div>
			
				 
                <div class="cl"></div>
				</div>-->
				
             </div>   
                
            <div class="cl"></div>
            </div>
       
 </div>
	   
<!--footer top start here-->
<?php include_once("inc/footer-top.php"); ?>
<!--footer top end here-->
    
</section>
<!--section end here-->


<!--footer start here-->
<?php include_once("inc/footer.php"); ?>
<!--footer end here-->

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit