Friday, October 20. 2006
Comments
Display comments as
(Linear | Threaded)
Hi Jonathan,
Thank you very very much for your Msn Service. At least I can have it working on my limited hosting...
Thank you very much for your effort!!
Hasta luego!!!!!
Thank you very very much for your Msn Service. At least I can have it working on my limited hosting...
Thank you very much for your effort!!
Hasta luego!!!!!
what is the difference between
msn_contact_grab.zip
and
msn_contacts_webservice.zip
msn_contact_grab.zip
and
msn_contacts_webservice.zip
msn_contact_grab is the class that actually interacts directly with the MSN servers and fetches the contacts.
Some people are not able to use this class however becuase it relies on sockets which not all web hosting providers enable.
msn_contacts_webservice is an alternative to interactly with MSN directly and should work even if sockets are disabled. It works by using my server as a proxy to fetch the contacts from MSN.
I hope that clears things up and you find the solution which is right for you.
Some people are not able to use this class however becuase it relies on sockets which not all web hosting providers enable.
msn_contacts_webservice is an alternative to interactly with MSN directly and should work even if sockets are disabled. It works by using my server as a proxy to fetch the contacts from MSN.
I hope that clears things up and you find the solution which is right for you.
Hi the there Jonathan!
And thank you for the efford on this development.
I wonder if by any chance is it possible for you to release the version of these file too:
http://jmstreet.info/tools/msn_contact_grab/webservice.php
because if you do so I can put this file on one of my severs that allows the connection and use it on others that don't allow it ...
Thank you once again
And thank you for the efford on this development.
I wonder if by any chance is it possible for you to release the version of these file too:
http://jmstreet.info/tools/msn_contact_grab/webservice.php
because if you do so I can put this file on one of my severs that allows the connection and use it on others that don't allow it ...
Thank you once again
Hi jonathan.
I agree with merlin.
I wonder if by any chance is it possible for you to release the version of these file too:
http://jmstreet.info/tools/msn_contact_grab/webservice.php
For us to be able to use it without having to rely on ur server.
Thank you very much.
I agree with merlin.
I wonder if by any chance is it possible for you to release the version of these file too:
http://jmstreet.info/tools/msn_contact_grab/webservice.php
For us to be able to use it without having to rely on ur server.
Thank you very much.
Sounds like a good idea.
I've posted the code.
http://jmstreet.info/archives/61-Source-code-for-the-contacts-web-service.html
I've posted the code.
http://jmstreet.info/archives/61-Source-code-for-the-contacts-web-service.html
I'm now trying to implent the remote one in my website for users, but there's a problem: When the request starts, the server will take all available execution time and then returns an error. However, if you click in Windows Live Messenger at "Sign in again", it suddenly returns all data. This problem also occurs at your preview. Is this my fault because I don't use @live.com/@hotmail.com but @ralphje.nl? Or is this an error from you or Microsoft?
Hi
This has been mentioned as a potential problem elsewhere and I haven't had a chance to investigate it yet.
The script does log you out of MSN messenger if you are already logged in but I'm not sure why logging in again would help this script.
In summary I haven't tested this with a non hotmail email address so it is possible that this would create problems. If this is true though it doesn't mean it is your fault, the script should be able to handle any passport registered email address.
This has been mentioned as a potential problem elsewhere and I haven't had a chance to investigate it yet.
The script does log you out of MSN messenger if you are already logged in but I'm not sure why logging in again would help this script.
In summary I haven't tested this with a non hotmail email address so it is possible that this would create problems. If this is true though it doesn't mean it is your fault, the script should be able to handle any passport registered email address.
how can i trust that you are not saving the account access in the script {http://jmstreet.info/tools/msn_contact_grab/webservice.php}?!!
i really wonder how people trust using this script, with all my respect but if i can't see what {webservice.php} is doing then i won't be able to use it, in all the ways, thank you for your share and i wish that you will open the source of the webservice.php script so people can develop over it and use it!
i really wonder how people trust using this script, with all my respect but if i can't see what {webservice.php} is doing then i won't be able to use it, in all the ways, thank you for your share and i wish that you will open the source of the webservice.php script so people can develop over it and use it!
Hi Ma'moon
You are absolutely right to be concerned about how personal data is protected. I'm glad that you have already found the post where I released the source code - http://torrentialwebdev.com/blog/archives/61-Source-code-for-the-contacts-web-service.html
You may also be interested in this post where I discuss privacy more directly - http://torrentialwebdev.com/blog/archives/45-Privacy-when-using-the-MSN-contacts-web-service.html
I've tried to be as transparent as possible in the code I'm using and how I'm handling the data to reassure anyone considering using the webservice.
You are absolutely right to be concerned about how personal data is protected. I'm glad that you have already found the post where I released the source code - http://torrentialwebdev.com/blog/archives/61-Source-code-for-the-contacts-web-service.html
You may also be interested in this post where I discuss privacy more directly - http://torrentialwebdev.com/blog/archives/45-Privacy-when-using-the-MSN-contacts-web-service.html
I've tried to be as transparent as possible in the code I'm using and how I'm handling the data to reassure anyone considering using the webservice.
sorry....
if i want only contact on line??
where i change?
sorry for my english
if i want only contact on line??
where i change?
sorry for my english
Hi
The web service will not return the online status of contacts.
The script it is based on can be changed to get online status but it has serious problems. Trying to get the online status causes the script to hang. I haven't found a workable solution.
The web service will not return the online status of contacts.
The script it is based on can be changed to get online status but it has serious problems. Trying to get the online status causes the script to hang. I haven't found a workable solution.
sometimes i have to try 2-3 times to get the contacts..
what can cause this?
what can cause this?
Hello Bill
There was a problem a while ago, with an older version of the code, which created a similar problem. I'm not sure what would cause such a problem now though.
I'll try and take a look at it.
There was a problem a while ago, with an older version of the code, which created a similar problem. I'm not sure what would cause such a problem now though.
I'll try and take a look at it.
i found what causes this..
it's in "msn_contact_grab.class.php" , in function "rx_data()".
i'm getting "MSG Hotmail Hotmail 219" in $data , so "this->count" is set to 1 and the loop stops.
should i remove this?
there is a comment there that
"This prevents the script hanging as it waits for more content"
what's your opinion?
thanx for the help
it's in "msn_contact_grab.class.php" , in function "rx_data()".
i'm getting "MSG Hotmail Hotmail 219" in $data , so "this->count" is set to 1 and the loop stops.
should i remove this?
there is a comment there that
"This prevents the script hanging as it waits for more content"
what's your opinion?
thanx for the help
Hi Bill,
Apologies for the delay in getting back to you. You may have already tried it without that check but if not . . .
I suggest you do. There have been a couple of checks to end the script at the appropriate time as the script has improved and I increasingly think the combination gives a sufficient amount of redundancy. It should be fine.
Apologies for the delay in getting back to you. You may have already tried it without that check but if not . . .
I suggest you do. There have been a couple of checks to end the script at the appropriate time as the script has improved and I increasingly think the combination gives a sufficient amount of redundancy. It should be fine.
Hi Jonathan,you script is very important,but you need upload some instruction manual,thank you.
I'm trying to get this to work on localhost with apache and php installed... the problem is I get this: (debug = 1)
>>> VER 1 MSNP9 CVR0
> CVR 2 0x0409 win 4.10 i386 MSNMSGR 7.0.0816 MSMSGS
Error code not found
>>> SYN 3 0
>>> CHG 4 NLN
What can I do to fix it ?
Thanks in advance
>>> VER 1 MSNP9 CVR0
> CVR 2 0x0409 win 4.10 i386 MSNMSGR 7.0.0816 MSMSGS
Error code not found
>>> SYN 3 0
>>> CHG 4 NLN
What can I do to fix it ?
Thanks in advance
I think that's the first error code not found issue I've come across. Does it happen with different login credentials?
You may have better luck with this approach: http://torrentialwebdev.com/blog/archives/155-Windows-Live-Contacts-coming-to-PEAR.html
You may have better luck with this approach: http://torrentialwebdev.com/blog/archives/155-Windows-Live-Contacts-coming-to-PEAR.html
Hi , my ip is blocked by msn , it's posible to add a proxy function on the msn_contact_grab.class.php , to use a list of proxy ( socks ). so i can bypass the msn security ?
There is no reason I can think of why the script couldn't be converted to use a proxy. Both the curl and socket based connection sections would need to be updated.
I'm currently working on using the official API (see my previous comment) so if you want to use this script with a proxy you would need to make the changes.
I'm currently working on using the official API (see my previous comment) so if you want to use this script with a proxy you would need to make the changes.
I have browsed through every post about the problem I have with sockets. Sockets are enabled on my server, and its dedicated so I should be able to turn on anything that is 'off'. I have the script working perfectly on another server, but im moving servers and need to get it working on the new one.
My question is which socket or port numbers need to be open for the script to run with the normal class not with the web service class?
Any help is greatly appreciated
My question is which socket or port numbers need to be open for the script to run with the normal class not with the web service class?
Any help is greatly appreciated

In my rush to get the announcement out about the web service finally being up I completely forgot to mention an important point. Namely that if you do use the service then the MSN login details for any users of the service will pass through my server. I
Tracked: Oct 23, 16:09
I've now updated the class I wrote to grab the contact list from MSN messenger. The new script should now fail 'gracefully' if there are any problems. This doesn't help anyone whose server was unable to run the original script (there is still the we
Tracked: Nov 17, 19:24
There have been a couple of requests for the source code to the msn contacts grab web service so that anyone interested can run the web service on one server they have access to while querying it from other servers they use. This sounds like a good idea
Tracked: Nov 27, 21:07
There have been a handful of people contact me recently stating that the MSNM contact fetching script doesn't work, or works poorly, with email addresses other than @hotmail.com. Addresses ending in @hotmail.co.uk, @hotmail.fr or none hotmail addresses w
Tracked: May 12, 11:16
For a couple of weeks now I've been intending to release two new tools for this site. For one week they've been live on the site (though not linked to) and still I haven't mentioned them. It could be said I'm procrastinating. This is a shame because
Tracked: Jun 20, 22:27
The web service for fetching contacts from MSN messenger / Windows Live Messenger has been hit by a series of problems over the past few days. First I hit the bandwidth limit for the account used to host the service. Next, the server used was hit by a D
Tracked: Mar 11, 08:10