June 2, 2008

Resources

This page lists all packages I have released so far through different sites like PHPClasses.org and Weberdev.com. Some of the following listed works are PHP classes, and rest are standalone applications which can be plugged into your site.

  1. Grab Yahoo class – Grabs Yahoo address book, messenger list etc using PHP’s libcurl library.
  2. LinkMeIn class – Grabs LinkedIn contact list using PHP’s libcurl library.
  3. Myspace Profile Updater – Updates Myspace profile using PHP’s libcurl library.
  4. Guestbook Light – A simple guest book that uses file system to store and retrieve comments.
  5. Page Loader – Very basic way to show page loader using HTML and CSS

GrabYahoo() {

Download from PHPClasses.org

LIVE Demo

Discussion Board/Support Forum

Grab Yahoo: This is a class written in PHP4. This class can be used to grab the address book, messenger list, number of unread mails and calendar entries of an Yahoo user.

It can authenticate in Yahoo with the user name and password of a given account. Then it can retrieve the contact lists from either the address book or the messenger friends. It can also tell the user how many unread mails are in the INBOX and fetch the calendar entries. The retrieved data is parsed and returned as arrays.

Version 1.4, Created 05/22/2006, Updated 02/06/2008

}

LinkMeIn() {

/**
This class is currently unusable, because LinkedIn has placed a captcha validation on the page. I will try to update the class soon.
*/

Download from PHPClasses.org

LIVE Demo

Discussion Board/Support Forum

LinkMeIn: This is a class written in PHP4. This class can be used to retrieve the contact list of an user of the LinkedIn site. It access the LinkedIn site and authenticates on behalf of a given user. The class retrieves and parses the user contact list exported by the site in a format for Microsoft Outlook. The contact list may be returned as an array or served as the output of the current script in a RSS 2.0 format.

Version 1.0, Created 04/24/2007

}

MyspaceProfileUpdater () {

/**
This class may not work properly because Myspace has updated the service a lot since this class was released.
*/

Download from PHPClasses.org

LIVE Demo

Discussion Board/Support Forum

Myspace Profile Updater: This is a class written in PHP4. This class can be used to update the profile of a MySpace user. It connects to the MySpace site and authenticates as a given user. The class retrieves the user profile fields and submit them with the new values.

Version 1.0, Created 04/09/2006

}

Facebook Comment

One thought on “Resources

Leave a Reply

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>