What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Is it possible...

Is it possible...
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
30 / Male / Flag
Joined: Nov 2006
Status: Away
RE: Is it possible...
Hello! try this code (works! tested. but not sure if any bugs are in):

code:
var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
xmlhttp.open("GET", "http://www.flashflashrevolution.com/profile/Zageron/", true);
xmlhttp.onreadystatechange = function(){
   if(xmlhttp.readyState == 4) {
      if(xmlhttp.status == 200) {
         var status = '';
         if(xmlhttp.responseText.search("Browsing FFR Profiles") != -1){
                  status = "Browsing FFR Profiles";
         } else {
         if(xmlhttp.responseText.search("Playing FFR") != -1){
                  status = "Playing FFR";
         } else {
         if(xmlhttp.responseText.search("Browsing FFR Forums") != -1){
                  status = "Browsing FFR Forums";
         } else {
                  status = "Offline";
         }}}
         Messenger.MyPersonalMessage = "Zageron: " + status;
      } else {
         Messenger.MyPersonalMessage = "Zageron: Offline";
      }
   }
}
xmlhttp.send(Math.random()*99999);


oops, forgot to send the request :p

This post was edited on 08-18-2007 at 04:11 AM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
08-18-2007 04:00 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Is it possible... - by Zageron on 08-18-2007 at 03:07 AM
RE: Is it possible... - by ShawnZ on 08-18-2007 at 03:08 AM
RE: Is it possible... - by Zageron on 08-18-2007 at 03:10 AM
RE: Is it possible... - by ShawnZ on 08-18-2007 at 03:12 AM
RE: Is it possible... - by Zageron on 08-18-2007 at 03:13 AM
RE: Is it possible... - by ShawnZ on 08-18-2007 at 03:15 AM
RE: Is it possible... - by Zageron on 08-18-2007 at 03:26 AM
RE: Is it possible... - by MeEtc on 08-18-2007 at 03:38 AM
RE: Is it possible... - by Zageron on 08-18-2007 at 03:47 AM
RE: Is it possible... - by roflmao456 on 08-18-2007 at 04:00 AM
RE: Is it possible... - by Zageron on 08-18-2007 at 04:04 AM
RE: Is it possible... - by roflmao456 on 08-18-2007 at 04:05 AM
RE: Is it possible... - by Zageron on 08-18-2007 at 04:13 AM
RE: Is it possible... - by Matti on 08-18-2007 at 10:04 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On