FREE-TO-PLAY WORLDS, MULTIPLAYER ARENAS, HIGH-PERFORMANCE HOSTS
Follow this guide to correctly add your server to the list and attract more players.
To add your server, go to the Add Server page and fill in the required fields:
Note: Category and name cannot be changed later. Choose carefully!
A good description helps attract more players. Here are some suggestions:
You can edit the description later, so keep it updated!
You can upload a 728×90 px banner when adding your server, but it will only be visible if you activate Premium.
If you upgrade to Premium later, your banner will appear automatically.
Use our JavaScript widget to allow players to vote directly from your site or game launcher, with automatic cooldown and validation.
The voting widget is a small script you can embed on your site to let players vote without leaving your page.
The widget handles validation and cooldown internally — no extra logic needed on your side.
Include the following script in your page where you want the voting widget to appear:
<script> const player_id = 'JohnDoe'; // Replace with your player's ID </script> <script src="https://rankly.top/js/vote_widget.js"></script>
The widget will automatically fetch the current vote status and display the vote button or the cooldown timer.
Unlike other vote sites, we combine player ID and user IP to prevent duplicate votes and enforce cooldowns.
Cooldown is typically 12 to 24 hours, depending on the server settings.
Need help or want a customized version? Contact us.
Our postback system allows your server to receive a notification when a player successfully votes.
Just set your postback URL in your server panel — we’ll handle the rest automatically after each vote.
Use this link format on your website or client to send players to vote:
https://yourtopsite.com/vote.php?server_id=123&player_id=PLAYERNAME
Replace PLAYERNAME
with your player's in-game name or unique ID.
Once the vote is confirmed, we send a request to the Postback URL you provided in your server settings.
URL example:
https://yourserver.com/callback.php?player_id={player_id}&secret={postback_secret}&success=1
Parameters:
{player_id}
– The player who voted{postback_secret}
– A secure token linked to your serversuccess=1
– Indicates the vote was valid and counted<?php $player_id = $_GET['player_id'] ?? ''; $success = $_GET['success'] ?? 0; $referer = $_SERVER['HTTP_REFERER'] ?? ''; if (stripos($referer, 'https://rankly.top') !== 0) { echo 2; return; } // Success check if ($success == 1 && !empty($player_id)) { //thanks your player with a reward! echo 1; return; } echo 0; ?>
You can promote your game by purchasing a banner in a featured position, visible on specific category pages. This helps increase visibility and clicks from players interested in your game genre.
Once purchased, your banner will appear immediately in the selected position, unless that spot is already booked by another advertiser.
Make sure your banner is clear and attractive. Offensive or misleading banners will be rejected.
Each category + position combination can only host one banner at a time.
If a position is already taken, it will be disabled automatically in the form. You will also see until when it's booked.
If the upload fails or there's an error with the banner, no payment is processed.