GTop 100 Pingback Voting 10/05/2016 - Flyff PServer Guides & Releases - 21 Replies Step 1: Go to GTop 100 and login.
Step 2: Add your site and get the Site Id from here GTop 100 Manage Site
Step 3: Edit site details and add a pingback url where your vote script will be located (eg. http://myurl.com/pingback.php).
Step 4: Create pingback.php somewhere and add the following code:
<?php
$voterIP = isset($_POST) ? $_POST : ''; // voter ip address
$success = isset($_POST) ? abs($_POST) : 1; // 1 for error, 0 for successful
$reason = isset($_POST) ? $_POST : '';...