| 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:/active_xampp_upgrade/coblaa/ |
Upload File : |
<html>
<head>
<title>Coblaa Music, Coblaa earn</title>
<link rel="icon" type="image/jpg" href="http://craneblue.com/coblaa/main_icon/coblaa_log.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="main_css/earn.css?v9" />
<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>
<span 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"];
$country = $geo["geoplugin_countryName"];
//echo" mmm $user_ip";
$curr_day = date("d");
$curr_month = date("m");
$curr_year = date("Y");
?>
<input type="text" id="user_ip" value="<?php echo"$user_ip";?>" style="display:none;" />
<input type="text" id="user_city" value="<?php echo"$city";?>" style="display:none;" />
<input type="text" id="user_country" value="<?php echo"$country";?>" style="display:none;" />
<input type="text" id="curr_day" value="<?php echo"$curr_day";?>" style="display:none;" />
<input type="text" id="curr_month" value="<?php echo"$curr_month";?>" style="display:none;" />
<input type="text" id="curr_year" value="<?php echo"$curr_year";?>" style="display:none;" />
<?php
session_start();
include('db.php');
if(isset($_SESSION['my_id']))
{
$user_id = $_SESSION['my_id'];
?>
</span>
<input id="my_id" value="<?php echo $user_id ?>" style="display:none;" />
<input id="my_id" value="<?php echo $sg_edit ?>" style="display:none;" />
<input id="my_id" value="<?php echo $sg_del ?>" style="display:none;" />
<body id="boded" >
<?php
$get_game_acc ="select * from gamebanktb where user_id='$user_id'";
$run_get_game_acc = mysqli_query($con,$get_game_acc);
$check_get_game_acc = mysqli_num_rows($run_get_game_acc);
if($check_get_game_acc >0){
?>
<div id="cb_preloader" class="cb_preloader" ><img src="main_icon/preloader.gif" class="cb_preloader_img" ></div>
<div class="main_home_div" >
<div id="main_header_div" class="main_header_div" >
<a href="index"><img src="main_icon/coblaa_log.png" class="coblaa_log_img" ></a>
<h1 class="main_home_title" >Coblaa Earn</h1>
<img src="main_icon/menu_icon.png" onClick="show_menu_div();" class="menu_icon" >
</div>
</div>
<div class="positioning_div"></div>
<div id="menu_shell_div" class="menu_shell_div">
<div class="menu_div">
<?php if(isset($_SESSION['my_id'])){ ?>
<div class="profile_div">
<img src="main_icon/coblaa_log.png" class="profile_img" >
<span idk="profile_usr_name_output" class="profile_usr_name" ></span>
</div>
<?php } ?>
<a href="index"><button class="menu_btn">Home</button></a>
<?php if(isset($_SESSION['my_id'])){ ?>
<button onClick="show_withdraw_div();" class="menu_btn">Withdrawal</button>
<button onClick="show_airtime_topup_div();" class="menu_btn">Mobile Topup</button>
<a href="earn_control"><button class="menu_btn">Earn Control</button></a>
<?php } ?>
<button class="menu_btn">Contact us</button>
<a href="terms"><button class="menu_btn">Privacy Policy</button></a>
<?php if(isset($_SESSION['my_id'])){ ?>
<a href="logout"><button class="menu_btn">Logout</button></a>
<?php }else{ ?>
<a href="login"><button class="menu_btn">Login</button></a>
<?php } ?>
</div>
<div onClick="close_menu_div();" class="menu_clocing_div"></div>
</div>
<div class="userprofile_div" >
<span class="user_left" >
<span onClick="();" class="userprofile_spa"><img src="main_icon/userprofile.png" class="earn_profile_img" ></span>
<span id="profile_usr_name_output" class="userprofile_name">Tincy</span>
<span id="ref_code_output" class="user_ref_code"></span>
</span>
<span class="user_right" >
<span onClick="();" class="coin_icon_spa"><img src="main_icon/coin.png" class="coin_img" ></span>
<span id="user_cur_amt_output" class="coin_name">10000</span>
<span class="ug_span" stylek='display:none;'>
<span onClick="();" class="ug_name"><img src="main_icon/enegy.png" class="coin_img" ></span>
<span id="enegy_count_output" class="coin_in_ug">300</span>
</span>
</span>
</div>
<div class="content_div" >
<div id="play_game_output"></div>
<div id="game_life_div" class="game_life_div" >
<span class="game_life_title">Game energy too low</span>
<span class="game_life_tip">Come Back Tomorrow</span>
<button class="game_life_recharge_btn">Recharge now</button>
</div>
<div id="ad_div" class="ad_div" >
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4728417548940171"
crossorigin="anonymous"></script>
<!-- c_cs_ad -->
<ins class="adsbygoogle"
style="display:inline-block;width:100%;height:100%"
data-ad-client="ca-pub-4728417548940171"
data-ad-slot="9849495936"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<button id="game_claim_btn" onClick="claim_coin()" class="game_claim_btn" >Claim</button>
<div id="transaction_div" class="transaction_div">
<span class="transaction_title">Transaction</span>
<span class="trans_history_lebal_span" >
<span class="transaction_lebal" style="width:15%;">Refno</span>
<span class="transaction_lebal">Trans type</span>
<span class="transaction_lebal">Coin Amt </span>
<span class="transaction_lebal" style="width:15%;">Status</span>
<span class="transaction_lebal">Wallet </span>
<span class="transaction_lebal" style="width:20%;">Date</span>
</span>
<span id="trans_history_output"></span>
</div>
<div id="airtime_topup_div" class="airtime_topup_div">
<span class="airtime_topup_title">Mobile Airtime Topup<span onClick="close_withdraw_div();" class="close_withdraw_div">x</span></span>
<span id="card_airtime_span">
<span onClickk="close_withdraw_div();" class="sub_airtime_card">
<span onClickk="close_withdraw_div();" class="recharge_network_lebal">
<img src="main_icon/airtel_log.png" class="airtel_img" >
</span>
<span onClickk="close_withdraw_div();" class="airtime_amt">100 ugx</span>
<button onClick="airtime_topup(100);" class="airtime_buy_btn">Buy</button>
</span>
<span onClickk="close_withdraw_div();" class="sub_airtime_card">
<span onClickk="close_withdraw_div();" class="recharge_network_lebal">
<img src="main_icon/airtel_log.png" class="airtel_img" >
</span>
<span onClickk="close_withdraw_div();" class="airtime_amt">250 ugx</span>
<button onClick="airtime_topup(250);" class="airtime_buy_btn">Buy</button>
</span>
<span onClickk="close_withdraw_div();" class="sub_airtime_card">
<span onClickk="close_withdraw_div();" class="recharge_network_lebal">
<img src="main_icon/airtel_log.png" class="airtel_img" >
</span>
<span onClickk="close_withdraw_div();" class="airtime_amt">500 ugx</span>
<button onClick="airtime_topup(500);" class="airtime_buy_btn">Buy</button>
</span>
<span id="sub_airtime_card" class="sub_airtime_card">
<span onClickk="close_withdraw_div();" class="recharge_network_lebal">
<img src="main_icon/airtel_log.png" class="airtel_img" >
</span>
<span class="airtime_amt">1000 ugx</span>
<button onClick="airtime_topup(1000);" class="airtime_buy_btn">Buy</button>
</span>
</span>
<span id="airtime_recharge_input_span" class="airtime_recharge_input_span">
<span onClickk="close_withdraw_div();" class="recharge_no_input_lebal">Enter Airtel Number</span>
<input type="Number" id="topup_number" maxlength="9" class="recharge_no_input" />
<span id="topup_airtym_amt" class="airtime_input_amt" style="color:green;" ></span>
<span id="topup_amt_cb" class="airtime_input_amt" style="color:purple;" ></span>
<span id="topup_erorr" class="topup_erorr" style="color:#000;" ></span>
<button onClick="buy_recharge_card();" class="airtime_buy_btn2">Buy</button>
<button onClick="cancel_recharge_card();" class="airtime_buy_btn2" style="background:red;">Cancel</button>
</span>
<span id="airtime_comfirm" onClickk="close_withdraw_div();" class="airtime_comfirm">
<span onClickk="close_withdraw_div();" class="airtime_input_amt">Check and confirm transaction details</span>
<span id="confirm_phone_no" class="airtime_input_amt">0757777777 ugx 500</span>
<button onClick="yes_topup_now();" class="airtime_buy_btn2">Yes</button>
<button onClick="close_airtime_comfirm();" class="airtime_buy_btn2" style="background:red;">No</button>
</span>
<span id="topup_erorr2" class="topup_erorr" style="color:#000;" ></span>
</div>
<div id="withdrawal_div" class="withdrawal_div">
<span class="withdrawal_title">Withdrawal<span onClick="close_withdraw_div();" class="close_withdraw_div">x</span></span>
<span class="available_bal_lebal">Available Balance:</span>
<!--span class="available_bal_icon_span">
<img src="main_icon/coin.png" class="coin_img" >
<span class="available_bal_out"> 10000</span>
</span>
<span class="available_bal_ugx">UGX: 1000</span-->
<span id="disp_withdraw_cur_amt_output"></span>
<span class="final_withdraw_span">
<span class="final_withdraw_lebal">Receiving account</span>
<input id="recev_acc" class="final_withdraw_input" />
<span class="final_withdraw_lebal">Withdrawal cb coins</span>
<input id="withdrawal_amt_coin" onkeyup="make_cal();" class="final_withdraw_input" />
<span class="final_withdraw_lebal">UGX - 0.01</span>
<span id="withdraw_amt_ugx" class="final_withdraw_input" ></span>
</span>
<span id="withdrawal_error" class="withdrawal_error"></span>
<button onClick="withdrawal_now();" class="withdrawal_btn">Withdrawal</button>
</div>
</div><!-- end of content_div -->
<div id="game_nofti_msg" class="game_nofti_msg" >
<div class="erorr_msg">
<div id="erorr_msg_title" class="erorr_msg_title">Your reward has been added </div>
<button onClick="clear_game_nofti_msg();" class="erorr_msg_btn">OK</button>
</div>
</div>
<div id="erorr_msg_help" style="display:none;" ></div>
<span id="cur_game_chance2" style="display:none;" ></span>
<?php }else{ ?>
<span id="get_start_error" class="withdrawal_error"></span>
<div class="get_start_div" ><button onClick="create_gamebank();" class="get_start_btn">Get Started</button></div>
<?php } ?>
<div class="footer_div">Terms and Conditions </div>
<script>
window.addEventListener('load', function(){
document.getElementById('cb_preloader').style.display="none";
} );
function show_menu_div()
{
document.getElementById('menu_shell_div').style.display="block";
//alert(47);
}
function close_menu_div()
{
document.getElementById('menu_shell_div').style.display="none";
//alert(47);
}
disp_pro_usr();
function disp_pro_usr()
{
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?status=disp_pro_usr",false);
xmlhttp.send(null);
document.getElementById('profile_usr_name_output').innerHTML=xmlhttp.responseText;
}
disp_cur_amt();
function disp_cur_amt()
{
my_id = document.getElementById('my_id').value;
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=disp_cur_amt",false);
xmlhttp.send(null);
document.getElementById('user_cur_amt_output').innerHTML=xmlhttp.responseText;
}
disp_game();
function disp_game()
{
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?status=disp_game",false);
xmlhttp.send(null);
document.getElementById('play_game_output').innerHTML=xmlhttp.responseText;
document.getElementById('game_claim_btn').style="display:none;";
// gameplay_chanes_count();
}
function compare_valvegame(cvg)
{
selected_icon = cvg;
correct_game_valve = document.getElementById('game_icon_img_top').innerHTML;
//game_icon_img_bottom_value1 ='game_icon_img_bottom_value1'+cvg;
//game_icon_img_bottom_value2 ='game_icon_img_bottom_value1'+cvg;
//game_icon_img_bottom_value3 ='game_icon_img_bottom_value1'+cvg;
//game_icon_img_bottom_value4 ='game_icon_img_bottom_value1'+cvg;
//alert(selected_icon);
//alert(correct_game_valve); sub_game_bottom
if(selected_icon == correct_game_valve){
document.getElementById(selected_icon).style="background:#95fdaa;border:2px solid #57f276;";
document.getElementById('corrent_g_icon').style="background:#95fdaa;border:2px solid #57f276;";
document.getElementById('sub_game_bottom').style="display:none;";
document.getElementById('game_claim_btn').style="display:block;";
document.getElementById('cur_reward').value='K';
}else{
document.getElementById(selected_icon).style="background:#f7b0de;border:2px solid #f93636;";
document.getElementById('corrent_g_icon').style="background:#f7b0de;border:2px solid #f93636;";
document.getElementById('sub_game_bottom').style="display:none;";
document.getElementById('try_agin_btn').style="display:block;";
document.getElementById('cur_reward').value='V';
}
}
gameplay_chanes_count();
function gameplay_chanes_count()
{
my_id = document.getElementById('my_id').value;
curr_day = document.getElementById('curr_day').value;
curr_month = document.getElementById('curr_month').value;
curr_year = document.getElementById('curr_year').value;
cur_final_date =curr_day+"-"+curr_month+"-"+curr_year;
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=gameplay_chanes_count",false);
xmlhttp.send(null);
document.getElementById('erorr_msg_help').innerHTML=xmlhttp.responseText;
game_chance = document.getElementById('game_chance').innerHTML;
game_chance_date = document.getElementById('game_chance_date').innerHTML;
document.getElementById('enegy_count_output').innerHTML=game_chance;
if(game_chance >300 && game_chance_date==cur_final_date){
document.getElementById('play_game_output').style.display="none";
document.getElementById('game_life_div').style.display="block";
document.getElementById('cur_game_chance2').innerHTML=1;
}else if(game_chance >300 && game_chance_date !== cur_final_date){
document.getElementById('play_game_output').style.display="block";
document.getElementById('game_life_div').style.display="none";
document.getElementById('cur_game_chance2').innerHTML=1;
} else{
document.getElementById('play_game_output').style.display="block";
document.getElementById('game_life_div').style.display="none";
document.getElementById('cur_game_chance2').innerHTML=Number(game_chance)+1;
}
}
function claim_coin()
{
document.getElementById('game_claim_btn').style="display:none;";
my_id = document.getElementById('my_id').value;
cur_game_chance = document.getElementById('cur_game_chance2').innerHTML;
//cur_game_chance =Number(game_chance)+1;
cur_reward = document.getElementById('cur_reward').value;
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&cur_reward="+cur_reward+"&&cur_game_chance="+cur_game_chance+"&&status=insert_greward_game",false);
xmlhttp.send(null);
document.getElementById('erorr_msg_title').innerHTML=xmlhttp.responseText;
document.getElementById('game_nofti_msg').style="display:block;display:flex;justify-content:center;align-items:center;";
// alert('Coin still minting come back later');
gameplay_chanes_count();
disp_game();
disp_cur_amt();
disp_withdraw_cur_amt();
disp_trans_history();
}
function clear_game_nofti_msg()
{
document.getElementById('game_nofti_msg').style="display:none;";
disp_game();
}
disp_trans_history();
function disp_trans_history()
{
my_id = document.getElementById('my_id').value;
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=disp_trans_history",false);
xmlhttp.send(null);
document.getElementById('trans_history_output').innerHTML=xmlhttp.responseText;
}
disp_withdraw_cur_amt();
function disp_withdraw_cur_amt()
{
my_id = document.getElementById('my_id').value;
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=disp_withdraw_cur_amt",false);
xmlhttp.send(null);
document.getElementById('disp_withdraw_cur_amt_output').innerHTML=xmlhttp.responseText;
}
function make_cal()
{
withdrawal_amt_coin = document.getElementById('withdrawal_amt_coin').value;
document.getElementById('withdraw_amt_ugx').innerHTML= withdrawal_amt_coin * 0.01;
cur_avb_coin = document.getElementById('cur_avb_coin').innerHTML;
if(withdrawal_amt_coin > Number(cur_avb_coin)){
document.getElementById('withdrawal_error').innerHTML="Insufficient balance";
document.getElementById('withdrawal_error').style="color:red;";
}else{
document.getElementById('withdrawal_error').innerHTML="";
}
}
function show_withdraw_div()
{
document.getElementById('withdrawal_div').style="display:block;";
document.getElementById('airtime_topup_div').style="display:none;";
document.getElementById('transaction_div').style="display:none;";
document.getElementById('ad_div').style="display:none;";
document.getElementById('play_game_output').style="display:none;";
close_menu_div();
}
function close_withdraw_div()
{
document.getElementById('withdrawal_div').style="display:none;";
document.getElementById('transaction_div').style="display:block;";
document.getElementById('ad_div').style="display:block;";
document.getElementById('play_game_output').style="display:block;";
}
function withdrawal_now()
{
my_id = document.getElementById('my_id').value;
withdrawal_amt_coin = document.getElementById('withdrawal_amt_coin').value;
recev_acc = document.getElementById('recev_acc').value;
withdraw_amt_ugx = document.getElementById('withdraw_amt_ugx').innerHTML=withdrawal_amt_coin*0.1;
cur_avb_coin = document.getElementById('cur_avb_coin').innerHTML;
recev_acc_leng = recev_acc.length;
if(recev_acc =="" || withdrawal_amt_coin ==""){
document.getElementById('withdrawal_error').innerHTML="Enter receiving account no & amount";
document.getElementById('withdrawal_error').style="color:red;";
}else{
if(withdrawal_amt_coin > Number(cur_avb_coin)){
document.getElementById('withdrawal_error').innerHTML="Insufficient balance";
document.getElementById('withdrawal_error').style="color:red;";
}else{
if(recev_acc_leng !==9 ){
document.getElementById('withdrawal_error').innerHTML="Invalid receiving account";
document.getElementById('withdrawal_error').style="color:red;";
}else{
if(withdraw_amt_ugx <2000){
document.getElementById('withdrawal_error').innerHTML="Minimum withdrawal from 2000";
document.getElementById('withdrawal_error').style="color:red;";
}else{
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&withdrawal_amt_coin="+withdrawal_amt_coin+"&&recev_acc="+recev_acc+"&&status=insert_withdraw_amt",false);
xmlhttp.send(null);
document.getElementById('withdrawal_error').innerHTML=xmlhttp.responseText;
document.getElementById('withdrawal_error').style="color:green;";
document.getElementById('withdrawal_amt_coin').value="";
document.getElementById('recev_acc').value="";
disp_withdraw_cur_amt();
disp_trans_history();
}
}
}
}
}
function create_gamebank()
{
my_id = document.getElementById('my_id').value;
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=create_gamebank",false);
xmlhttp.send(null);
document.getElementById('get_start_error').innerHTML=xmlhttp.responseText;
window.open('earn','_self');
}
disp_ref_code();
function disp_ref_code()
{
my_id = document.getElementById('my_id').value;
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&status=disp_ref_code",false);
xmlhttp.send(null);
document.getElementById('ref_code_output').innerHTML=xmlhttp.responseText;
}
function show_airtime_topup_div()
{
document.getElementById('airtime_topup_div').style="display:block;";
document.getElementById('withdrawal_div').style="display:none;";
document.getElementById('transaction_div').style="display:none;";
document.getElementById('ad_div').style="display:none;";
document.getElementById('play_game_output').style="display:none;";
close_menu_div();
document.getElementById('airtime_recharge_input_span').style="display:none;";
document.getElementById('card_airtime_span').style="display:block;";
document.getElementById('topup_erorr2').style="display:none;";
}
function close_withdraw_div()
{
document.getElementById('airtime_topup_div').style="display:none;";
document.getElementById('transaction_div').style="display:block;";
document.getElementById('ad_div').style="display:block;";
document.getElementById('play_game_output').style="display:block;";
}
function cancel_recharge_card()
{
document.getElementById('airtime_recharge_input_span').style="display:none;";
document.getElementById('card_airtime_span').style="display:block;";
}
function airtime_topup(attu)
{
recharge_amt=attu;
cb_ugx_px = document.getElementById("cb_ugx_px").innerHTML;
document.getElementById('airtime_recharge_input_span').style="display:block;";
document.getElementById('card_airtime_span').style="display:none;";
cb_coins = recharge_amt/cb_ugx_px;
cur_avb_coin = document.getElementById('cur_avb_coin').innerHTML;
if(cb_coins > cur_avb_coin){
document.getElementById('topup_erorr2').innerHTML="You do not have engouh coins";
document.getElementById('topup_erorr2').style="display:block;color:red;";
document.getElementById("airtime_recharge_input_span").style="display:none;";
}else{
topup_airtym_amt = document.getElementById("topup_airtym_amt").innerHTML='You will receive '+recharge_amt+' ugx airtime';
topup_amt_cb = document.getElementById("topup_amt_cb").innerHTML='You will be charged '+cb_coins+' cb coins';
document.getElementById('topup_airtym_amt').style="display:block;color:green;";
document.getElementById('topup_amt_cb').style="display:block;color:purple;";
}
}
function buy_recharge_card()
{
my_id = document.getElementById('my_id').value;
topup_number = document.getElementById("topup_number").value;
topup_number_leng =topup_number.length;
if(topup_number=="" || topup_number_leng !==9 ){
document.getElementById("topup_erorr").innerHTML='Enter a vild phone number';
document.getElementById('topup_erorr').style="display:block;color:red;";
document.getElementById('topup_number').style="border:1px solid red;";
}else{
document.getElementById('airtime_comfirm').style="display:block;";
document.getElementById("confirm_phone_no").innerHTML= topup_number+" ugx "+ recharge_amt;
document.getElementById('airtime_recharge_input_span').style="display:none;";
document.getElementById('topup_erorr').style="display:none;";
document.getElementById('topup_number').style="border:0px;";
}
}
function yes_topup_now()
{
my_id = document.getElementById('my_id').value;
cur_avb_coin = document.getElementById('cur_avb_coin').innerHTML;
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","autopage.php?my_id="+my_id+"&&topup_number="+topup_number+"&&recharge_amt="+recharge_amt+"&&cb_coins="+cb_coins+"&&cur_avb_coin="+cur_avb_coin+"&&status=insert_buy_recharge_card",false);
xmlhttp.send(null);
document.getElementById('topup_erorr2').innerHTML=xmlhttp.responseText;
document.getElementById('topup_erorr2').style="display:block;color:green;";
document.getElementById("topup_number").value="";
//document.getElementById('topup_airtym_amt').style="display:none;";
//document.getElementById('topup_amt_cb').style="display:none;";
//alert(topup_number_leng);
document.getElementById('airtime_comfirm').style="display:none;";
}
function close_airtime_comfirm()
{
document.getElementById('airtime_comfirm').style="display:none;";
document.getElementById('airtime_recharge_input_span').style="display:block;";
}
</script>
</body>
<?php //}else{ ?>
<!--div class="get_start_div" ><button>Get Started</button></div-->
<?php
//}
}else{
echo"<script>window.open('login','_self')</script>";
}
?>
</html>