Gtop100 Logo
  • Games

    All games A–Z

    44Story
    AACE Online
    Agario
    Aion Online
    Allods Online
    ARK Survival Evolved
    BBattle of the Immortals
    Black Desert Online
    CCabal Online
    Clash of Clans
    Conquer Online
    Counter Strike
    DDarkOrbit
    Dekaron
    Dragon Nest
    Dragonica Online
    Dungeon Fighter Online
    EEden Eternal
    FFlyff
    Forsaken World
    Free Online Games
    HHabbo Hotel
    Helbreath
    IIris Online
    JJade Dynasty
    KKal Online
    Knight Online
    LLast Chaos
    Latale
    Legend Of Mir
    Legends of Aria
    Lineage 2
    Luna Online
    MMapleStory
    Metin2
    Minecraft
    MMORPG And MPOG
    Mu Online
    NNight Crows
    OOgame
    PPerfect World
    Priston Tale
    RRagnarok Online
    RaiderZ Online
    Ran Online
    Rappelz
    RF Online
    Rohan
    Rose Online
    Runes of Magic
    Runescape
    Rust
    Rusty Hearts
    SSeal Online
    Shaiya
    Silkroad Online
    Swordsman
    TTales Of Pirates
    Tera
    Terraria
    Tibia
    Travian
    UUltima Online
    WWar of the Immortals
    Warhammer Online
    World of Warcraft

    No games match that search.

  • Login

Incentive voting


Incentive voting report will show you an XML format list with information on which of your voters successfully voted.

report1 will flag each vote you fetch as "already-fetched" and will never be re-fetched through the report1 script again. (ONLY report1 will never re-fetch the same results again.)

report2 will fetch all successfully voting ip-addresses the last 30 days with a limit of 1000 votes per page.
ONLY report2 can filter the results you want to fetch, you can combine the different filters as you wish!
Just add the filters to the end of the url.
Example: report2?siteid=YOUSITEIDNUMBER&pass=YOURPASSWORD&date=2020-01-01&pingusername=xxx

  • &newest=1 This will fetch votes ordered by most recent first.
  • &page=X Change X to a page number to fetch next page of votes (if you have over 1000 results).
  • &pingusername=X Change X to a specific pingusername and you will fetch only votes from that specific user(Case sensitive).
  • &ip=X Change X to a specific ip-address and you will fetch only votes from that specific ip-address.
  • &date=X Change X to a specific date (must be "Y-m-d" format, example: &date=2020-01-01).

Replace "YOUSITEIDNUMBER" with your gtop100 account site-id number and "YOURPASSWORD" with your gtop100 account password.
You can also change from report1 to report2 if you want to filter search results.

Below is an example code using PHP:

<?php 
$xml 
= simplexml_load_file(
"https://gtop100.com/home/report1?siteid=ID&pass=PASSWORD"
); 
if (
$xml->errorcode == 0) { 
    
$cnt = count($xml->entries->entry); 
    for (
$i = 0; $i < $cnt; $i++) {
        print(
$xml->entries->entry[$i]->uniqueid); 
        print(
" - "); 
        print(
$xml->entries->entry[$i]->ip); 
        print(
" - "); 
        print(
$xml->entries->entry[$i]->time); 
        print(
" - "); 
        print(
$xml->entries->entry[$i]->pingusername); 
        print(
"<br>"); 
    } 
} else {
    print(
$xml->errormessage); 
} 
print(
"<br>"); 
?>
If you have any questions Contact Gtop100.
Toplist resets in 27d 03h 26m
TOS|Privacy Policy|About GTop100

© GTOP100.COM - 2026. Trademarks are the property of their respective owners, all sites listed are added by users. Our editorial practices follow current best standards.