View Single Post
  #9  
Old 02-12-2007, 02:15 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Tolnaftate2004 View Post
You can manipulate http://www.graalonline.com/members/viewprofile.php?accname=someaccount to get the online status.

The easiest would be:
PHP Code:
$lines file("http://www.graalonline.com/members/viewprofile.php?accname=" $account); 
One of the lines will contain the online status, but this isn't the most efficient way of doing it...

There may even be a different file to manipulate, but that's how I know how to do it...
Problem with this is that not everyone has enabled so people can view their online status.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote