Getting error while connecting msn to grab contacts

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
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Getting error while connecting msn to grab contacts

Post by amir »

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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Can you post more code?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

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 »

Thanks for your reply. Now, its giving me the following error
"Error code HTT not found"

Please have a look of code here
http://docs.google.com/Doc?id=dfgj64bk_2dx3pkk

I am using this class on a page where I send login information through a form into it here
http://hrdc-consultants.com/msnCG/usage.php

Thanks a lot.
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Post by amir »

If anybody knows anything about it, please share here.
Thanks a lot
Post Reply