Server of the Month is back See the live monthly rankings
RuneTopic RSPS LIST & COMMUNITY

Callback Tester (Testing Mode)

Callback URL on file:
https://2006revival.org/api/rsps/vote-webhook?secret=dbNBO9q8kf2POZiYV0yyWQrX1UATQL2hKJo5hKt5-hlqUUwf
How to test properly

1) Quick connection test:
Leave the token box empty and click Send Test Callback. This only checks that your callback URL is reachable.

2) Full vote acceptance test (recommended):
You must test using a real token from your server database. Most vote scripts store the incoming postback token in a table when a player votes, and only accept the callback if that token exists and is unclaimed.


cPanel + phpMyAdmin (most common):

  1. Log in to cPanel
  2. Open phpMyAdmin
  3. Select your vote database on the left
  4. Open the table your vote system uses (often named: votes, vote_logs, vote_claims, callbacks, etc.)
  5. Look for a column like: postback, token, auth, userid, username, or unique_id
  6. Copy a fresh / unclaimed token value
  7. Paste it into the box below and click Send Test Callback

Tip: If you don’t have any tokens yet, do a real vote first from RuneTopic, then check phpMyAdmin for the newest row and copy its token.

Leave empty for a connection-only test (auto-generated token).