What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST] Retrieving info from MSN Groups

[REQUEST] Retrieving info from MSN Groups
Author: Message:
TPCDel
New Member
*


Posts: 6
Joined: Nov 2006
O.P. [REQUEST] Retrieving info from MSN Groups
Hello.

I have a small request.

I own an MSN Group, and have recently hit 40,000 members... I placed "Current members (40000)" in my MSN name, and then thought about keeping it in there.

I was wondering if there is a way that can automatically update every hour (or so?).

I understand this is asking alot. I have the coding to get the data if this helps. I just wouldn't know how to get that into my MSN name.


code:
alias members { sockopen members groups.msn.com 80 | .timerclose 1 20 sockclose members }
on *:sockopen:members:{
  sockwrite -n $sockname GET / $+ %chan $+ /_members.msnw?action=member_admin&type=MEM HTTP/1.1 $+ $crlf $+ User-Agent: Vincula/ $+ $vver (compatible; MSIE 6.0; Windows NT 5.1) $+ $crlf $+ Accept: */* $+ $crlf $+ Accept-Language: EN-US
  sockwrite -n $sockname Host: groups.msn.com $+ $crlf $+ Cookie: AdultWarn=1;path=/;chocx=9,02,0310,2401; MSPProf= $+ %msnpp.profile $+ ; MSPAuth= $+ %msnpp.ticket $+ ; $+ $crlf $+ Connection: Close $+ $crlf $+ $crlf
}
on *:sockread:members:{
  if ($sockerr) {
    halt
  }
  else {
    var %memb
    sockread %memb
    if (Current members $chr(40) isin %memb) { $message  $htmlfree(%memb) }
  }
}
I'm not sure if that is much help, but someone said it may come in handy.
Thank you for your time.
11-22-2006 04:27 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[REQUEST] Retrieving info from MSN Groups - by TPCDel on 11-22-2006 at 04:27 PM
RE: [REQUEST] Retrieving info from MSN Groups - by Ezra on 11-22-2006 at 04:47 PM
RE: [REQUEST] Retrieving info from MSN Groups - by TPCDel on 11-22-2006 at 05:49 PM
RE: [REQUEST] Retrieving info from MSN Groups - by Ezra on 11-22-2006 at 05:59 PM
RE: [REQUEST] Retrieving info from MSN Groups - by TPCDel on 11-22-2006 at 06:02 PM
RE: [REQUEST] Retrieving info from MSN Groups - by Ezra on 11-22-2006 at 06:12 PM
RE: [REQUEST] Retrieving info from MSN Groups - by TPCDel on 11-22-2006 at 06:16 PM
RE: [REQUEST] Retrieving info from MSN Groups - by Plik on 11-22-2006 at 07:04 PM
RE: [REQUEST] Retrieving info from MSN Groups - by TPCDel on 11-22-2006 at 07:14 PM
RE: [REQUEST] Retrieving info from MSN Groups - by TPCDel on 11-24-2006 at 03:43 PM


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