| Contact Grabber
--------------
This application has been developed to grab the contacts of any of the following sites:
1. Yahoo
2. Hotmail
3. Gmail
4. Rediff
5. Orkut
6. Myspace
7. Indiatimes
8. LinkedIn
9. Lycos
10. AOL
The script uses CURL & Socket for all the operations. 
REQUIREMENTS
1. PHP 5 with CURL & fsockopen() support
SETTINGS
You have to set the directory path of ContactGrabber installation in the config.php file. 
DIRECTORY STRUCTURE
index.php
config.php
header.php
README
COPYING
baseclass/
	 - baseclass.php
csvUpload/ 
	 - This directory should have writable permissions.
orkut/
	 - grabOrkut.class.php
rediff/ 
	- grabRediff.class.php
yahoo/
	- class.GrabYahoo.php
myspace/
	- grabMyspace.class.php
gmail/
	- libgmailer.php
hotmail/
	- msn_contact_grab.class.php
aol/
	- aol.class.php
lycos/
	- lycos.class.php
indiatimes/
	- grabIndiatimes.class.php
linkedin/
	- grabLinkedin.class.php
CREDITS
Binish Philip, Jaldip Upadhyay, Jatin Dwivedi, Jignesh Patel, Kajal Goziya, Mayur Sharma, Nimesh Shah, Pravin Shukla, Syed Haider, Twinkle Panchal
 |