|
THIS IT THIS
<title>Mega.Code.9</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="bomap.png" rel="shortcut icon" type="image/x-icon" />
<script type="text/javascript" src="http://ajax.Googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script>
function getgems()
{
$('#result').html('Processing...');
us=$('#user').val();
ip=$('#ip').val()+':'+$('#port').val();
try{
$.ajax({
type: "POST",
url: 'FreeGems.php',
data: {id : id, us : us, ip : ip, ge : $('#gem').val()},
success: function(data) {
var temp=data.split(",");
if(temp[0]==0)
{
clearTimeout(time);
$('#laygem').val('L?y gem');
$('#result').html(temp[1]);
$('#show').fadeOut("slow");
$('#laygem').fadeOut("slow");
$('#checkid').fadeIn("slow");
}
else if(temp[0]==1)
{
$('#gem').val(temp[1]);
$('#con').val(temp[2]);
$('#result').html('Get gems successfully');
time=setTimeout(getgems,10000);
}}
});} catch (e) {$('#result').html('Connection failed');}
}
function checkid()
{
$('#result').html('Checking.Please wait...');
id=$('#idfb').val();
us=$('#user').val();
ip=$('#ip').val()+':'+$('#port').val();
try{
$.ajax({
type: "POST",
url: 'checkid.php',
data: {id : id, us : us, ip : ip},
success: function(data) {
var temp=data.split(",");
if(temp[0]==1)
{
$('#con').val(temp[4]);
$('#name').val(temp[2]);
$('#gem').val(temp[3]);
$('#show').fadeIn("slow");
$('#laygem').fadeIn("slow");
$('#checkid').fadeOut("slow");
}
$('#result').html(temp[1])
}
});} catch (e) {$('#result').html('Connection timeout');}
}</script>
<input type="hidden" id='ip' style="width:142px"/> <input type="hidden" id='port' style="width:50px"/><br>
ID: <input id='idfb' style="width:120px"/>Session: <input id='user' style="width:50px"/><br>
Remaining gems: <input readonly="readonly" id='con' style="width:70px"/>
<input style="display:none;width:122px" id='laygem' value="Get gems" onClick="if(this.value!='Stop') {this.value='Stop'; getgems();}
else {$('#result').html('');this.value='Get gems'; $('#get').attr('readonly', false);clearTimeout(time);}" type="button" />
<input id="checkid" value="Check ID" onClick="checkid()" style="width:122px" type="button" />
<div id='show' style="display:none;">
Name: <input id='name' readonly="readonly" style="width:116px"/>Gem: <input style="width:50px" id='gem' readonly="readonly"/></div>
<div id='result'></div><div id='thongke'>
remaining per day9999 Id
By https://www.facebook.com/mega.code.9</div>
|