Quote:
Originally Posted by cbk1994
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
|
Done
Just embed the original graal status php link inside a url link to
http://coreymedia.com/graal/serverwarp.php?account=acc
Quote:
Originally Posted by cbk1994
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).
|
http://coreymedia.com/graal/graalstatus.php?source
You can do the same for serverwarp.php. The original is mostly done by Polkilty and Maniaman (the one on the Maloria website), then I went in and added the background image part.