View Single Post
  #3  
Old 02-12-2007, 01:14 AM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Nah, the best way is to made graal call a PHP file through graal using requesturl

PHP Code:
function onActionPlayeronline() {
requesturl("http://location/to/php.file?online=1&account=" player.account);

Then, in the php file have it store the online players to either a text file or a database, make a new request when the player goes offline to remove the player from the list.
__________________

Coming soon (Hopefully:P)
Reply With Quote