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
amir
Forum Contributor
Posts: 287 Joined: Sat Oct 07, 2006 4:28 pm
Post
by amir » Sat Sep 29, 2007 1:35 am
Hello,
I am using this code to connect to msn to grab contacts
Code: Select all
var $server = 'messenger.hotmail.com';
var $port = 1863;
but I am getting this error
Could not connect to messenger service
Could anybody please help me out here?
Thanks in advance.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sat Sep 29, 2007 8:44 am
Can you post more code?
John Cartwright
Site Admin
Posts: 11470 Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:
Post
by John Cartwright » Sat Sep 29, 2007 1:05 pm
If remember serves, I think you need to use gateway.messenger.hotmail.com on port 80
amir
Forum Contributor
Posts: 287 Joined: Sat Oct 07, 2006 4:28 pm
Post
by amir » Tue Oct 02, 2007 4:52 am
If anybody knows anything about it, please share here.
Thanks a lot