This package can be use to get the contacts of friends of different e-mail providers and social networks.
It can access the Web services servers of different networks to retrieve the contacts of friends of a given user.
Each network is accessed by the means of plug-in classes. Some plug-ins support sending invitation messages to friends to be added to the user contacts.
Currently it comes with plug-ins that support many networks such as:
This class can be used to get the location of the network of an IP address from the ip-adress.com site.
It retrieves a page of the ip-adress.com site with the city, state, ISP, country, organization associated to a given IP address. This information is stored in the class variables.
IMPORTANT!!!
ip-adress.com can allow only 20 queries (except local ip) per ip. So that you must use proxies. I've added multi-proxy system to v1.1. Every proxy gives you 20 query.
Please load curl extension, chmod ip_info_proxy.txt to 0777, read readme.txt.
This class can be used to generate a sitemap file ( from an array , or mysql select result as an array ) and notify Google, ask.com and msn live search engines.
It can generate a sitemap file with the given site URLs and compress it.
When the sitemap file is generated it can notify Google to let it know that the new sitemap is available, to do this automatically you have to setup a cron job or you have to exec the php file manually ...
The class can also generate a robots.txt , delete the old one if its exist, for the site with the details of the sitemap location.
PLEASE NOTE: As of November 16, 2009 this project's main home has been moved to http://code.google.com/p/php-form-builder-class/. Please check this site for all updates and new features as they will no longer be posted on phpclasses.org.
This class can be used to generate HTML and Javascript for displaying forms.
This project promotes rapid development of forms through an object-oriented PHP structure, eliminates the grunt/repetitive work of writing the html and javascript validation when building forms, reduces human error by using a consistent/tested utility, and incorporate complex elements such as ajax, jquery, google maps, tooltips, captcha, and html web editors quickly and with little effort.
There are 15 example files that provide multiple implementations of the class and will give you a head start in your development. Also, there are currently 3 YouTube videos that provide a more in-depth look various pieces of the project.
This is a simple class that can be used create e-mail addresses for domains hosted using a cPanel account.
It extends a script originally made available in the zubrag.com Web site.
The class accesses a cPanel Web server and sends a command to create an e-mail account with a given address, password and quota.
The class retrieves and process the cPanel server response to determine whether the account creation was successful or it could not be created when the account already exists.