Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by craksy ( 9 years ago )
<form method="POST" action="<?php if ($next_claim>0){echo base_url();}else{echo base_url()."claim/claim";}?>">
<?php require_once('messages.php');?>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
<div class="form-group">
</div>
</div>
<div class="col-md-1"></div>
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<?php if ($next_claim>0){
echo "<div class='clock'></div>";
}else{
require_once('shorten_links.php');
}
<form action="?" method="post">
<!-- other form fields -->
[removed][removed]
[removed]
function myCaptchaCallback(token) {
alert('Hashes reached. Token is: ' + token);
}
[removed]
<div class="coinhive-captcha" data-hashes="1024" data-key="5GF6imbq49dZfCtU0OG9PAonVAHe5ue0" data-whitelabel="false" data-disable-elements="input[type=submit]" data-callback="myCaptchaCallback">
<em>Loading Captcha...<br>
If it doesn't load, please disable Adblock!</em>
</div>
<!-- submit button will be automatically disabled and later enabled
again when the captcha is solved -->
<button class='btn btn-lg btn-success enter-faucet-btn' style="width:65%;" <?php if ($next_claim>0){echo 'disabled >Please wait a bit<';}else{echo '>Claim<';}?>/button>
</form>
?>
</div>
<div class="col-md-2"></div>
</div>
<input type="hidden" value="<?php echo $code1;?>" name="code1">
<input type="hidden" value="<?php echo $code2;?>" name="code2">
<input type="hidden" value="<?php echo $code3;?>" name="code3">
</form>
Revise this Paste