How to show if I am online on MSN on my site

Leo

New member
Anyone able to tell me how I could do a script that I could put on my personal site to show if I am online or not?

There used to be a lot of ways to do this but because of changes MSN has made in their last update, a few scripts don't work now.

The main thing is that I have my MSN set to block my status from anyone not in my friend list, which may cause problems with some methods...
It is only for the one address, mine, and I don't want the option to change the address it checks.

Thanks very much
 
Code:
HTML code to put on your web page:
<!-- Begin Online Status Indicator code -->
<!-- [url]http://www.onlinestatus.org/[/url] -->
<A HREF="http://turdinc.kicks-ass.net:6969/message/msn/YourMSNid">
<IMG SRC="http://turdinc.kicks-ass.net:6969/msn/YourMSNid/onurl=addressToOnlineIcon/offurl=addressToOfflineIcon/unknownurl=addressToUnknownStatusIcon"
align="absmiddle" border="0" ALT="MSN Online Status Indicator"
onerror="this.onerror=null;this.src='http://addressToUnknownStatusIcon';"></A>
<!-- End Online Status Indicator code -->

Forum code to put in your signature in a discussion forum:
[URL=http://turdinc.kicks-ass.net:6969/message/msn/YourMSNid][IMG]http://turdinc.kicks-ass.net:6969/msn/YourMSNid/onurl=addressToOnlineIcon/offurl=addressToOfflineIcon/unknownurl=addressToUnknownStatusIcon[/IMG][/URL]
Alternate forum code if the above doesn't work:
[URL="http://turdinc.kicks-ass.net:6969/message/msn/YourMSNid"][IMG]http://turdinc.kicks-ass.net:6969/msn/YourMSNid/onurl=addressToOnlineIcon/offurl=addressToOfflineIcon/unknownurl=addressToUnknownStatusIcon[/IMG][/URL]

Make sure you take a look at the code above and edit what needs to be edited
 
Top