Postback Instructions
How to receive vote callbacks when players vote for your server.
Overview
When a player votes for your server on MMO Top Forge, we can send a postback (callback) request to your server to confirm the vote. Configure your postback URL in your server settings to receive these notifications.
Postback URL
Set your postback URL in the server management panel. The URL should point to a script on your server that can receive HTTP GET or POST requests. Example: https://yourserver.com/vote-callback.php
Parameters Sent
We will send the following parameters with each postback request: username (voter IP or identifier), timestamp, server_id, and a security hash for verification. Replace these with your actual parameter names when you add the real integration.
Example Request
Example postback request (replace with real format): GET https://yourserver.com/callback?user=123×tamp=1234567890&hash=abc123. Add your real postback documentation here.
© 2026 MMO Top Forge. All rights reserved

