Shoutbox

.NET Passport Service - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: .NET Passport Service (/showthread.php?tid=32964)

.NET Passport Service by rix on 10-12-2004 at 03:52 PM

Hi!

I'd like to add an image/note to my webpage about the status of .NET Passport Service. Is it online, down etc. So is it possible and if,  can somebody show the code or something?!

Thanks!


RE: .NET Passport Service by Choli on 10-12-2004 at 03:57 PM

I don't think it's possible... the most you can probable do is add a link to the page of messenger that displays that info (which i don't know what it is (i can't open it))


RE: .NET Passport Service by Plik on 10-12-2004 at 04:00 PM

http://messenger.msn.com/Status.aspx


RE: .NET Passport Service by chris on 10-12-2004 at 10:03 PM

didnt msnfanatic have somethign like that on their webpage? if they did them im pretty sure u could on your page with some type of php script or something?


RE: .NET Passport Service by saralk on 10-13-2004 at 07:03 PM

you could use some sort of PHP logging in script to see if you can login to msn, and then use that as the status.


RE: .NET Passport Service by Mippo on 10-15-2004 at 06:40 PM

quote:
Originally posted by saralk
you could use some sort of PHP logging in script to see if you can login to msn, and then use that as the status.
Wouldn't that like make the user waiting for the page until the script logged in? :P Maybe you could do something with an i-frame or something... or extract it from that http://messenger.msn.com/Status.aspx page... :S

RE: .NET Passport Service by .blade// on 10-15-2004 at 06:44 PM

Why don't you just write in static text "The .NET framework is undergoing maintenance" like it always seems to be :dodgy:
jk

Well you could do something like what madman said  - just iframe the status from Microsoft's site, or use a PHP code to anilyze the text on the site (e.g. search for "is running correctly" or "maintenance" and display the info that way.