Online Status

April 30th, 2009 by admin


Some time ago we promised an online-status button for individual users, and it is finally being released.

Implemented for testing some time ago, a small piece of javascript (or an image link) will allow you to display the current online status of a nickname on the network.

The image/text will return ‘online’, ‘offline’ or ‘away’ depending on the situation.

Examples:

<img src=”http://uccn.i-al.net/status.php?fmt=image&user=intricatic” alt=”Online status: Intricatic” />

Should return: Online status: Intricatic

The same can also be applied as javascript:

<script type=”text/javascript” src=”http://uccn.i-al.net/status.php?fmt=jsimage&user=intricatic”></script>

Should return:

There are also text-only outputs for those of you who may prefer to write your own scripts using our output etc.

These can be used as follows:

http://uccn.i-al.net/status.php?fmt=text&amp;user=intricatic

Should return: (iframe)

The same can also be applied as javascript:

<script type=”text/javascript” src=”http://uccn.i-al.net/status.php?fmt=jstext&user=intricatic”></script>

Should return:

Leave a Reply

You must be logged in to post a comment.