///////////////////////////////////
//         ajax im 3.22          //
//    AJAX Instant Messenger     //
//   Copyright (c) 2006-2008     //
// unwieldy studios/Joshua Gross //
//  http://unwieldy.net/ajaxim/  //
//   Do not remove this notice   //
///////////////////////////////////

The is_online.php script allows you to display a users status as an image. It is very simple to use.

To use:
1. Upload the is_online.php script and accompanying images folder to your server.
2. To display a user's status, insert this line anywhere:
   <img src="[pathtoscript]/is_online.php?user=[username]" />
   
   Replace [pathtoscript] with the path to the script and [username] with the username you want to display the status of.