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.
MSN
Moderator: General Moderators
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).
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).
-
juanirecla
- Forum Newbie
- Posts: 8
- Joined: Wed May 25, 2005 9:47 pm
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!!
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: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!!
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
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
-
juanirecla
- Forum Newbie
- Posts: 8
- Joined: Wed May 25, 2005 9:47 pm