MSN

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
juanirecla
Forum Newbie
Posts: 8
Joined: Wed May 25, 2005 9:47 pm

MSN

Post 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.
Syranide
Forum Contributor
Posts: 281
Joined: Fri May 20, 2005 3:16 pm
Location: Sweden

Post 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).
Revan
Forum Commoner
Posts: 83
Joined: Fri Jul 02, 2004 12:37 am
Location: New Mexico, USA
Contact:

Post by Revan »

juanirecla
Forum Newbie
Posts: 8
Joined: Wed May 25, 2005 9:47 pm

Post 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!!
hongco
Forum Contributor
Posts: 186
Joined: Sun Feb 20, 2005 2:49 pm

Post 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 :twisted: :twisted:
User avatar
evilmonkey
Forum Regular
Posts: 823
Joined: Sun Oct 06, 2002 1:24 pm
Location: Toronto, Canada

Post by evilmonkey »

Just make it connect to messenger.hotmail.com, that works like a million bucks :D
juanirecla
Forum Newbie
Posts: 8
Joined: Wed May 25, 2005 9:47 pm

Post by juanirecla »

Yeah! It runs!. . . But. . . What's the meaning of all the information that show in the browser? ? :)

Thanks!,
Juani.
Post Reply