Empire Forge | Phoenix MC

There are currently 0 players online.

Connect now using the IP N3.MC-SERVERS.TECH:9000

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Earn

{include file='header.tpl'} {include file='navbar.tpl'}

Click Tracking & Rewards

{if empty($users)}

⚠️ No users found. Make sure click tracking is working!

{else}{foreach $users as $user}{/foreach}
User Clicks Reward Status
{$user.username} {$user.click_count} {if $user.click_count >= 10} ✅ Reward Unlocked! <button onclick="claimReward('{$user.id}')">Claim Reward</button> {else} ⏳ Keep clicking to earn a reward! {/if}
{/if}

{include file='footer.tpl'}

<script> function claimReward(userId) { fetch('/claim_reward.php?user=' + userId) .then(response => response.text()) .then(data => alert(data)); } </script>