Supported Open Source Projects

The following are the external and original open source projects which I am interested in developing further:

1.) Facebook PHP API Script – This is an application that utilizes PHP to connect to Facebook API. Using this script, it will allow users with Facebook accounts to logged in through your website. This script is a modification of the Facebook Developer project: http://developers.facebook.com/docs/guides/web.

To use this script, is to simply put your application ID and key. Upload this script to your website root directory and start customizing/developing depending your needs.

Development Source Code:http://www.php-developer.org/wp-content/uploads/scripts/facebook_api_script_php.txt
Project Originator:Facebook

2.) CrawTrack – this website is powered and protected with Crawtrack. Script and tools downloads in this website are also monitored by Crawltrack.

You can download Crawltrack for free here: www.crawltrack.net

3.) Asirra Captcha webform This is originally developed by Microsoft Research Team that utilizes cat and dog images in separating humans from bots. I further developed the original PHP solution on this page: http://www.asirra.com/examples/ExampleService-PHP.php.txt , to integrate Asirra captcha on only one PHP file instead of two (most common web forms are using one PHP file for presenting HTML web form and form processing scripts).

Sample Application Screenshot:

Asirra Captcha application

Sample Development URL and Source Code: http://www.php-developer.org/asirracaptchaform.php

Project Originator:Microsoft Research Team Asirra Page.

4.) Open Source identification card (with name tag) creator – This is an application that utilizes PHP to convert text to images. Basically the project is at its early infancy stage and lots of supported features still needs to be developed such as a fully working backend interface.

To create ID, a user must change the following query variables present in the URL: name and idnumber

Sample Application Screenshot:
Asirra Captcha application

Sample Development URL the “name” and “idnumber” in the query URL parameter can be set to any value the user needs)http://www.php-developer.org/opensourceidcreator/?name=Codex%20Meridian&idnumber=694569

Development Source Code:http://www.php-developer.org/wp-content/uploads/tutorials/opensourceidcreator.zip
Project Originator: Codex-m at www.php-developer.org

5.) RFC Compliant Email validator using PHP This is a raw application program written in PHP and MySQL database that is capable of validating email address in RFC standard. It using the is_email validator script written by Dominic Sayers.

Sample Application Screenshot:

RFC compliant

Sample Development URL and Source Code: http://www.php-developer.org/rfccompliantemailvalidator/

Project Originator:Codex-m.