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-coblaa/BM_game/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : D:/xampp/htdocs-coblaa/BM_game/index.php
<html>
<?php 
session_start();
include('db.php'); 
?>
<div style="display:none;">
 <?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"];
$mein='CB1';
/*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
*/
$curr_day = date("d");
$curr_month = date("m");
$curr_year = date("Y");
$curr_hour = date("H");
?>
<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;?>">
<?php 
if(!isset($_SESSION['my_id'])){echo"<script>window.open('login', '_self')</script>";}else{ $user_id = $_SESSION['my_id']; ?>
<input id="my_id" value="<?php echo $user_id ?>" style="display:none;" />

</div>

<head>

<title>Buisness Mind Game</title>
<link rel="icon" type="image/png" href="https://coblaa.com/coblaa/main_icon/coblaa_log.png"  />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="IdVsOf5B8COvGCwQNq8yUoovQ4LsqWGPB20AqjBVScY" />
<meta name="description" content="Download Ugandan Music <?php echo $curr_year = date("Y"); ?>, <?php echo $curr_year = date("Y"); ?> Free Ugandan Music, Uganda Music mp3 Download, Latest Ugandan Songs 2024">
<link rel="stylesheet" type="text/css" href="main_css/index.css?v5" />
<meta name="google-adsense-account" content="ca-pub-4728417548940171"><!--gog ads  -->
<!--script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4728417548940171"crossorigin="anonymous"></script><!-- ad unit  -->

</head> 

</head>

<body id="body">
<div class="main_home_div" >
<img src="main_icon/back_btn.png" Onclick="history.back();" class="back_btn" />
<span class="main_home_title">BM Game</span>
<img src="main_icon/down_arrow.png" onClick="show_more_option();" class="down_arrow_btn" />
</div>
<div class="main_home_div_position" ></div>

<div id="more_option_div" class="more_option_div"> 
<a href="bm_market"><button class="more_option_btn">Retail Shop</button></a>
<a href="purchase"><button class="more_option_btn">Wholesale</button></a>
<a href="bm_transaction"><button class="more_option_btn">Transactions</button></a>
<a href="earn"><button class="more_option_btn">Game</button></a>

<a href="bm_withdraw"><button class="more_option_btn">Withdraw</button></a>
<?php if($user_id==$mein){ ?>
<a href="earn_control"><button class="more_option_btn">Earn Control</button></a>
<a href="bm_member"><button class="more_option_btn">Members</button></a>
<?php } ?>
<a href="logout"><button class="more_option_btn">Logout</button></a>
</div>

<div class="main_content_div" >

<div class="single_dash_div" >
<span class="dash_label_one" >CB</span>
<span id="user_point_output"  class="total_income" ></span>
<span class="dash_label" >Total Points</span>
</div>

<div id="user_point_output" class="sub_single_dash_div" style="backgroundk:#cf04c2;" >
<span class="sub_dash_label_one" >CB</span>
<span id="point_transaction_output" class="sub_total_income" ></span>
<span class="dash_label" >Today's Points</span>
</div>

<div class="sub_single_dash_div" style="backgroundk:#000;" >
<span id="user_name_output"  class="sub_dash_label_one" ></span>
<span class="sub_total_income" >Lv-1</span>
<span class="dash_label" >Basic</span>
</div>

<div class="sub_single_dash_div" style="backgroundk:#000;" >
<span id="user_name_output"  class="sub_dash_label_one" >Referral Points</span>
<span id="disp_total_refer_point_output" class="sub_total_income" ></span>
<span class="dash_label" id="disp_user_referral_output" ></span>
</div>

<!--div class="single_dash_div" >

<span class="dash_label" >Transaction</span>
</div-->
</div>
<?php
$cur_date =$curr_year.'-'.$curr_month.'-'.$curr_day;
  $get_user_sale_bost = "select * from sale_boosttb where my_id='$user_id' AND sale_date='$cur_date' ";
  $run_get_user_sale_bost = mysqli_query($con,$get_user_sale_bost);
  $check_user_sale_bost = mysqli_num_rows($run_get_user_sale_bost);
  if($check_user_sale_bost <1){
?>
<a href='kvt_adpage'><div id="boost_sales_div" onClickk="show_ad_boost_live()" class="boost_sales_div" >Boost Sales x 10</div></a>

  <?php } ?>

  <a href='earn'><div idk="boost_sales_div" style="background:#ca7d10;color:#fff;" class="boost_sales_div" >Get More Points</div></a>

<span id="check_member_output" ></span>

<!--div id="shell_gift_div" class="shell_gift_div" >

<div class="sub_gift_div" >
<span class="gift_title" >Amazing gift!</span>
<span class="gift_body" style="line-height:90px;" >FREE</span>
<span class="gift_body" style="line-height:30px;" >GIFT</span>
<span class="gift_body" ><button onClick="get_gift_points(250);" class="gift_btn" >Claim</button></span>
<button class="close_gift_btn" >x</button>
</div>

<div class="gift_disp_div" >
<span class="gift_title" style="background:#5e16d4;color:#fff;" >Coblaa</span>
<span class="gift_body" style="height:120px;line-height:120px;" >Gifts you</span>
<span class="gift_body" style="line-height:30px;color:#16a739;" >250</span>
<span class="gift_body" style="font-size:1em;ine-heightk:30px;colork:#16a739;" >Points</span>
<button class="close_gift_btn" style="border:5px solid blue;color:blue;margin-top:10px;"  >ok</button>
</div>

</div-->

<script>
boost_color_track =1;
const boost_sales_div = document.getElementById("boost_sales_div");
setInterval(function() {
	if(boost_color_track ==1){
	boost_sales_div.style="background:#13d5e8;color:#fff;";
	boost_color_track =2;
	}else if(boost_color_track ==2){
		boost_sales_div.style="background:#0ec0d1;color:#fff;";
		boost_color_track =3;
	}else if(boost_color_track ==3){
		boost_sales_div.style="background:#0ba0ae;color:#fff;";
		boost_color_track =4;
	}else if(boost_color_track ==4){
		boost_sales_div.style="background:#0a7e89;color:#fff;";
		boost_color_track =1;
	}
	}, 1000);
/*function show_ad_boost_live()
{
    document.getElementById('single_ad_div').style.display="block";		
	my_id = document.getElementById('my_id').value;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=save_ad_view_task",false);
	xmlhttp.send(null);

	//document.getElementById('top').innerHTML=xmlhttp.responseText;

}*/
chcek_member();
function chcek_member()
{
	my_id = document.getElementById('my_id').value;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=chcek_member",false);
	xmlhttp.send(null);
	document.getElementById('check_member_output').innerHTML=xmlhttp.responseText;

}
function join_bmgame_now()
{
	my_id = document.getElementById('my_id').value;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=join_bmgame_now",false);
	xmlhttp.send(null);
	document.getElementById('check_member_output').innerHTML=xmlhttp.responseText;
	disp_user_point();
	document.getElementById('shell_welcome_div').style.display="none";
	document.getElementById('shell_welcome_div2').style.display="block";
	
}

smo_btn_status=1;
function show_more_option()
{ 	
	if(smo_btn_status==1){ smo_btn_status=0;
	document.getElementById('more_option_div').style.display="block"; 
	}else{ smo_btn_status=1;
		document.getElementById('more_option_div').style.display="none"; 
		}
}

disp_user_point();
function disp_user_point()
{
	my_id = document.getElementById('my_id').value;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=disp_user_point",false);
	xmlhttp.send(null);
	document.getElementById('user_point_output').innerHTML=xmlhttp.responseText;
	//alert(my_id);
}

disp_user_info();
function disp_user_info()
{
	my_id = document.getElementById('my_id').value;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=disp_user_info",false);
	xmlhttp.send(null);
	document.getElementById('user_name_output').innerHTML=xmlhttp.responseText;
}
disp_user_referral();
function disp_user_referral()
{
	my_id = document.getElementById('my_id').value;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=disp_user_referral",false);
	xmlhttp.send(null);
	document.getElementById('disp_user_referral_output').innerHTML=xmlhttp.responseText;
}
disp_total_referral_points();
function disp_total_referral_points()
{
	my_id = document.getElementById('my_id').value;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=disp_total_referral_points",false);
	xmlhttp.send(null);
	document.getElementById('disp_total_refer_point_output').innerHTML=xmlhttp.responseText;
}


disp_point_transaction();
function disp_point_transaction()
{
	my_id = document.getElementById('my_id').value;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=disp_point_transaction",false);
	xmlhttp.send(null);
	document.getElementById('point_transaction_output').innerHTML=xmlhttp.responseText;
}
chcek_gift();
function chcek_gift()
{
	my_id = document.getElementById('my_id').value;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=chcek_gift",false);
	xmlhttp.send(null);
	document.getElementById('check_member_output').innerHTML=xmlhttp.responseText;
	cur_gift = document.getElementById('cur_gift').value;
	if(cur_gift ==1){document.getElementById('shell_gift_div').style.display="flex";}
	
}
function close_gift_shell()
{
document.getElementById('shell_gift_div').style.display="none";	
}
function get_gift_points(ggp)
{
	
	document.getElementById('gift_btn').style.display="none"; 
	my_id = document.getElementById('my_id').value;
	gift_points = ggp;
	xmlhttp = new XMLHttpRequest();
	xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&gift_points="+gift_points+"&&status=get_gift_points",false);
	xmlhttp.send(null);
	document.getElementById('point_transaction_output').innerHTML=xmlhttp.responseText;
	gift_insert_done = document.getElementById('gift_insert_done').value;
	if(gift_insert_done == 1){
document.getElementById('sub_gift_div').style.display="none"; 
document.getElementById('gift_disp_div').style.display="block"; 
		

		}else{ alert('Something Went Wrong!'); close_gift_shell();}
}
function get_back_homepage()
{
 window.open('index','_self');	
}

</script>


</body>
<?php } ?>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit