To register a server, simply go to the registration page and fill out the form with your server details.
Users can vote every 12 hours. Each vote counts toward the server ranking.
The ranking resets at the end of each month. All votes are cleared and servers start fresh.
You can claim rewards by visiting your server profile and following the instructions for claiming.
The Callback URL is a way for your server to be notified when a user votes for your server on TopServer.live. This allows you to track votes and reward users accordingly. Here's how it works:
1. Set up the Callback URL:
https://yourwebsite.com/callback
.2. How the Callback Works:
When a user votes for your server, TopServer.live sends a POST request to the callback URL you've provided. The reward
parameter is included in the request, which contains the user's ID who voted. The URL will look like this: https://yourwebsite.com/callback?reward=USER_ID
. You can use this ID to reward the user.
3. Important Notes:
reward
parameter will contain the user's ID. You can use this ID to track the user and reward them according to your server's rules.Step-by-step breakdown:
reward
parameter).reward
parameter and implement your own reward system.