Quote:
Originally Posted by DustyPorViva
That has to be done by you, sadly. Unless he outputs the text for you and appends the data into it(like an image host would).
|
That's actually pretty simple to do. Ideally it would link to a PHP script like
http://coreymedia.com/graal/server.php?acc=cbk1994 which would redirect to a Graal link:
PHP Code:
header('Location: graal://' . $server); // looking up the player's server of course
Also, wondering if you (coreys) can provide the source for the status image generator (or at least the part regarding the fetching of the player's status on Graal).