| 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 : |
<html>
<head>
<title>craneblue.com</title>
<link rel="icon" type="image/png" href="http://localhost/gtunes/main_icon/crane log.png" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--link rel="icon" href="kvt_con/khalaf_log.jpg" type="image/ico"-->
<link rel="stylesheet" type="text/css" href="main_css/crane_land.css" />
</head>
<?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;?>">
<input type="text" id="ip_user" class="helping_id" style="display:none;" value="<?php echo $user_ip;?>">
<body class="body" onload="count_user();" >
<!--div id="brain_load" class="brain_load" >Loading Please Wait...</div-->
<div class="main_live_disp_div" >
<div class="main_live_view_div" >
<img src="kvt_con/gt audio.jpeg" width="100%" height="100%" />
</div>
<div class="main_live_req_user_div" >Your Best Music Empire</div>
<a href="http://craneblue.ml/" ><button class="main_live_start" >Get Started </button></a>
</div><!-- end of main_live_disp_div-->
<!--div style="float:left;width:100%;height:93%;line-height:300px;background:#C60872;color:#fff;font-size:1.3em;text-align:center;font-weight:bold;" >Coming Soon...</div-->
<script>
</script>
<!--div class="footer" >© 2020 Craneblue , Lagaata</div-->
</div><!-- end of main_display-->
</body>
</html>