Page 1 of 1
MSN
Posted: Fri Jun 03, 2005 2:19 am
by juanirecla
Hello everyone!
I'm looking a way to use the msn network to chat from my web site to my msn messenger. .
I can create a user passport for the web users so when the write apears in my messenger so I can chat with them normaly with the messenger. . like the webmessenger.msn.com . .
If someone know of some php classes that can help me, pleesseee let me know!!!
Thanks,
Juani.
Posted: Fri Jun 03, 2005 2:23 am
by Syranide
There is no such things that I know of.
And requires pretty much, such as scripts and so on to keep them updating.
I'm gussing you won't find anything, next best, chatbox I guess.
Anyone is welcome to prove me wrong but I doubt there is such functionality available for PHP that is actually working, since MSN will surely ban you if you keep logging on every 5 sek using a second account, since PHP cannot be running in the background (safely).
Posted: Fri Jun 03, 2005 2:30 am
by Revan
Posted: Fri Jun 03, 2005 2:44 pm
by juanirecla
Yess. . I know that seems to be something strange or dificult but if people from webmessenger could why we dont? ? ?
I try the code downloaded from that page but it show me this error:
Unable to connect to msn server
Error Connecting to the MSN Network
I don't know if the code is not running any more or what happend. .
Thanks!!
Posted: Fri Jun 03, 2005 2:51 pm
by hongco
juanirecla wrote:Yess. . I know that seems to be something strange or dificult but if people from webmessenger could why we dont? ? ?
I try the code downloaded from that page but it show me this error:
Unable to connect to msn server
Error Connecting to the MSN Network
I don't know if the code is not running any more or what happend. .
Thanks!!
they must've changed the following:
var $server = '207.46.106.5';
var $port = 1863;
and maybe more changes than just the above, who knows?
Paltalk people are able to connect to AIM, MSN, Yahoo, ICQ
You may want to ask them how

Posted: Fri Jun 03, 2005 9:30 pm
by evilmonkey
Just make it connect to messenger.hotmail.com, that works like a million bucks

Posted: Sat Jun 04, 2005 1:54 am
by juanirecla
Yeah! It runs!. . . But. . . What's the meaning of all the information that show in the browser? ?
Thanks!,
Juani.