PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Iron Speed
 
Go Back   Dev Articles Community ForumsProgrammingPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
« Previous Thread | Next Thread » Featured Thread Featured Thread  
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old January 23rd, 2007, 12:32 PM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
Import Email Addressess from Yahoo/Gmail/Hotmail

Introduction
The other thread has been a hot topic and I find the answers are getting mixed together and some people are having trouble tracking down the examples provided. I have opened this topic not as a duplicate, but as a clean thread for further discussion.

Warning: I have personally not tested any of these and I do not endorse their use. Read all of the code provided carefully and be absolutely positive you know what it will do before you test it. Use at your own risk!


Yahoo
ehsan has provided a link to a library he wrote to retrieve contacts and other information from Yahoo.

Gmail
nanscency has provided links to a PHP class that he wrote which uses libgmailer to retrieve a list of contacts from Gmail.
MSN Messenger
Once again, nanscency has offered a solution that he found worked. Using FlumpCakes MSN Protocol Script script, nanscency wrote a wrapping procedure (as well as modifying the original script slightly) to clean up the methods.
Note: This only obtains contacts from an MSN Messenger List, not a Hotmail Address book.
Conclusion
The intent of this new thread is to keep track of free scripts that will resolve the issue. Also, let's try to avoid spamming the original posters of these scripts, some may not monitor these forums as frequently any more. Also, don't forget: another great resource for free scripts could our sister-site, Scripts.com. Although I haven't tried searching there for any IM related scripts, they are a pretty good resource for all programming languages.
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter!
DevArticles Forum Moderator

"The net is a waste of time, and that's exactly what's right about it." -- William Gibson

Last edited by MadCowDzz : January 24th, 2007 at 02:28 PM. Reason: edited thanks to nanscency's feedback

Reply With Quote
  #2  
Old January 24th, 2007, 11:30 AM
nascency nascency is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2006
Posts: 41 nascency User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 h 9 m 26 sec
Reputation Power: 2
MadCowDzz,

Probably a good idea for a new thread, there were more than a couple of one post wonders.

There are a few points I would like to comment on.

MSN/Hotmail
1 - Some web hosts don't provide you with all the functionality you need to get this script to work. This emerged as a problem with godaddy hosting but there are probably others as well.

As a way around this problem I've set up a simple web service which should work on all but the most crippling web hosts. It isn't ideal but if you can't run the main script on your server and you absolutely need this functionality it is a potential solution.

2 - The script does not grap contacts from hotmail [might be worth correcting this in your post MadCowDzz]. It only interacts with the MSN messenger service so grabs contacts from MSN Messenger. Hotmail and MSN Messenger contacts are not identical so you'll miss some with this script. It is a frequent point of confusion so it is worth highlighting.

AIM
I've also found and slightly modified a class to grab contacts from AOL Instant Messenger (AIM). As with MSN/Hotmail this is the instant messenger contact list and is not necessarily the same as an AOLMail contact list.

I'm not actually sure of the value of this, AIM screennames don't necessarily convert into emails so I don't know how I would go about getting in contact with these users.

That's all I've got, hopefully others will be able to add other resources. Currently things are fairly limited. It's been a few months since I checked but there isn't really that much else out there whether on scripts, hotscripts, phpclasses (that I could get to work . . . apart from ehsan's yahoo class) or sourceforge.

Future Work

Other services people may be interested . . .
Hotmail
AOL Mail

According to this article these may also be of interest . . .
Lycos
Sina.com in China
Excite, part of AskJeeves

Are there any other services people would be interested in?

Reply With Quote
  #3  
Old August 19th, 2007, 12:52 AM
sumityadav sumityadav is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2007
Location: Chandigarh
Posts: 1 sumityadav User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 m 43 sec
Reputation Power: 0
Send a message via MSN to sumityadav Send a message via Yahoo to sumityadav Send a message via Google Talk to sumityadav Send a message via Skype to sumityadav
MySpace Orkut
Here's the class(es) to import contacts from GMail, Yahoo, MSN, MySpace, Rediff etc.
http: // www . phpclasses.org/browse/package/3895.html

Please correct the url as i am new to DevArticles.

Reply With Quote
  #4  
Old February 6th, 2008, 09:51 AM
ehsan's Avatar
ehsan ehsan is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2006
Location: North York, ON, Canada
Posts: 45 ehsan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 h 10 m 43 sec
Reputation Power: 2
Send a message via MSN to ehsan Send a message via Yahoo to ehsan Send a message via Google Talk to ehsan Send a message via Skype to ehsan
Hi,

Grab Yahoo class on PHP Classes has been updated. The latest version is 1.4. The class stopped functioning to retrieve messenger list, but with the help with one of the user on the site, I have resolved the problem and updated the package. Hope it helps.

Thanks.

Quote:
Originally Posted by MadCowDzz
Introduction
The other thread has been a hot topic and I find the answers are getting mixed together and some people are having trouble tracking down the examples provided. I have opened this topic not as a duplicate, but as a clean thread for further discussion.

Warning: I have personally not tested any of these and I do not endorse their use. Read all of the code provided carefully and be absolutely positive you know what it will do before you test it. Use at your own risk!


Yahoo
ehsan has provided a link to a library he wrote to retrieve contacts and other information from Yahoo.

Gmail
nanscency has provided links to a PHP class that he wrote which uses libgmailer to retrieve a list of contacts from Gmail.
MSN Messenger
Once again, nanscency has offered a solution that he found worked. Using FlumpCakes MSN Protocol Script script, nanscency wrote a wrapping procedure (as well as modifying the original script slightly) to clean up the methods.
Note: This only obtains contacts from an MSN Messenger List, not a Hotmail Address book.
Conclusion
The intent of this new thread is to keep track of free scripts that will resolve the issue. Also, let's try to avoid spamming the original posters of these scripts, some may not monitor these forums as frequently any more. Also, don't forget: another great resource for free scripts could our sister-site, Scripts.com. Although I haven't tried searching there for any IM related scripts, they are a pretty good resource for all programming languages.

Reply With Quote
  #5  
Old April 27th, 2008, 06:52 AM
ikramgift ikramgift is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 1 ikramgift User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 16 sec
Reputation Power: 0
yahoo , hotmail , orkut , gmail contacts grabber

I am using curl.phptrack.com contact importer for yahoo , hotmail , orkut and also its working very good for gmail email contact importer. They are also providing number of examples with curl php book. Curl php Book is also really great and have very nice working examples. Amazing thing is that these contact email grabber are based on curl explorer based, because I visited some other email contact grabber they are using socket programming and getting email contacts based on messenger request, using this way messenger will be sing out and will show message you are login at any other site this will be show –ve impact on the customer. Curl.phptrack.com also providing full source code so it’s easy to modify and customized, and amazing thing is that you can get all of stuff only in 25 dollars including curl php book with working yahoo contact , hotmail , and gmail contact grabber.

You can visit online demo at following urls on curl.phptrack.com

Reply With Quote
  #6  
Old Today, 07:09 AM
gdhanasekar gdhanasekar is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2008
Posts: 2 gdhanasekar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 22 m 31 sec
Reputation Power: 0
Contact Grabber

I will suggest Contact Grabber
Contact Grabber is an application used to fetch contacts from various email & social networking sites. The sites included are Rediff, Orkut, Myspace, Yahoo, Gmail and MSN Messenger.

url is
sourceforge(dot)net/projects/contactgrabber

Regards!!!
php-web-developer(dot)net

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingPHP Development > Import Email Addressess from Yahoo/Gmail/Hotmail


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

Iron Speed




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway