Internet Explorer
Internet Explorer is not supported. Please upgrade to a more modern browser.
{include file='header.tpl'} {include file='navbar.tpl'}
️ No users found. Make sure click tracking is working!
User | Clicks | Reward Status |
---|---|---|
{$user.username} | {$user.click_count} | {if $user.click_count >= 10} |
{include file='footer.tpl'}
<script> function claimReward(userId) { fetch('/claim_reward.php?user=' + userId) .then(response => response.text()) .then(data => alert(data)); } </script>