HALL OF FAME
The winner of your tournament can be given an award and inducted into
a hall of fame.
Call this url:
http://codo-linux1.bytemark.co.uk/GameAdmin/HallOfFame
You must supply the following data
admin_id Your admin_id.
player_name Name of the winning player
description A description of the award, 300 characters
maximum.
graphic_url Optionally, you can supply a link to an image
of the award (which must of of a standard size with a standard background
colour, tbd)
You will get an xml response like this:
<hall_of_fame>
<admin_id>OK</admin_id>
<ip_check>OK</ip_check>
<player_name>OK</player_name>
<description>OK</description>
<graphic_url>OK</graphic_url>
<errors>0</errors>
</hall_of_fame>
|