2
Set your callback URL
- Open Account → edit your listing (or use Edit on the server page).
- Find Vote callback URL.
- Paste the same callback URL you use for other toplists (RuneLocus, GTop100, etc.).
Example: https://yourserver.com/vote/callback.php
- Optional: set a Callback secret if your script checks one. ForgeRanks sends it as
p_secret and secret.
After a successful vote we request your callback with common toplist parameters, including
callback, userid, username, voted=1, and your secret if set.
3
Add ForgeRanks to your site’s vote list
Put ForgeRanks next to your other toplist buttons so your vote panel can create a pending vote row
(with a uid / token) before the player leaves your site.
Many RSPS panels (Fusion-style fx_sites, etc.) work like this — other games usually have a similar “external vote sites” table.
Add a row such as:
titleForgeRanks
urlhttps://forgeranks-toplist.com/server.html?slug=YOUR-SLUG&callback=
site_id90001 (any unique id your panel accepts)
active1
Ending the URL with callback= lets most panels append the pending vote uid.
If your other sites use a different placeholder, match that format instead and keep the ForgeRanks slug the same.
INSERT INTO fx_sites (title, url, site_id, active)
VALUES (
'ForgeRanks',
'https://forgeranks-toplist.com/server.html?slug=YOUR-SLUG&callback=',
'90001',
1
);
Pass the player’s username too
ForgeRanks reads the name from the URL and prefills the vote box.
Use one of these query keys: username, user, ign, player, or custom.
Example link after the player typed their name on your site:
https://forgeranks-toplist.com/server.html?slug=YOUR-SLUG&username=PlayerName&callback=PENDING_UID
Simple PHP example (build the redirect yourself if your panel only appends callback):
$slug = 'YOUR-SLUG';
$user = urlencode($username); // from your vote form
$uid = urlencode($pendingUid); // from your pending vote row
header('Location: https://forgeranks-toplist.com/server.html?slug='
. $slug . '&username=' . $user . '&callback=' . $uid);
exit;
If you only need the name filled (no reward callback), this is enough:
https://forgeranks-toplist.com/server.html?slug=YOUR-SLUG&username=PlayerName
Advertise in your game section
Banner packages are capped at 15 slots per placement per game, plus a separate
Homepage inventory for the site hub. A MU Online sidebar buy only shows on MU pages —
it won’t fill RuneScape, WoW, or Homepage slots.
Pick your game on the Advertise page before reserving a slot.
View ad packages