Monthly Archiv: September, 2009

PHP Encryption

Package:
PHP Encryption
Summary:
Obfuscate PHP scripts by replacing variable names
Groups:
Code Generation, PHP 5, Utilities and Tools
Author:
Ewg
Description:
This class can be used to Obfuscate PHP scripts by replacing variable names.

It can parse a given PHP script and replace the names of the variables it uses with more obfuscated names.

The new names of the replaced variables can be retrieved by looking at a variable of the class.


Dispatcher

Package:
Dispatcher
Summary:
Dispatch events to registered handler classes
Groups:
Language, PHP 5
Author:
Przemek Czekaj
Description:
This class cam be used dispatch events to registered handler classes.

It can register a class to handle events with a given name.

When an event occurs, the class can dispatch it by creating and calling an object of the registered handler class.

This class may also retrieve the response of event dispatching call returned by the handler class.


[Free] New Free Web Host with Site Builder and Free Web Templates

Google Sites has been added to the Free Web Hosts with Site Builders or Free Web Templates page. They provide free web hosting with a rudimentary online web editor, and may be useful if you want to create a hobby website. It doesn't allow the use of a domain name, though, so it probably isn't all that useful if you want your site to last. (See my article on Is it Possible to Create a Website Without Buying a Domain Name? The High Price of "Free". if you don't know why this is so.)

Safely Upload

Package:
Safely Upload
Summary:
Validate and process uploaded files
Groups:
Files and Folders, HTTP, PHP 5
Author:
Abdelkader Elkalidi
Description:
This class can be used to validate and process uploaded files.

It can take array of data for a given uploaded file and can check it to verify whether it does not exceed the maximum allowed size, check whether it has one of the allowed file name extensions, check whether the destination directory exists and is writable before copying it.

The class can also create the thumbnails if the uploaded file is an image.


HTML Element

Package:
HTML Element
Summary:
Generate HTML and CSS defined programmatically
Groups:
HTML, PHP 5
Author:
Andrei Andrei
Description:
This package can be used to generate HTML and CSS defined programmatically.

It has a class for defining CSS styles by setting the name and values of each property.

There is also another class that can generate HTML tags including defining its name, attributes and contained data.

This class is a basic class for creating HTML elements in PHP without having to write any html code.

The package contains the base class : htmlelement and a few other extension classes.


Mr. Thumb Image Resizing

Package:
Mr. Thumb Image Resizing
Summary:
Resize images keeping the original size proportion
Groups:
Graphics, PHP 5
Author:
Jordan Thompson
Description:
This class can be used to resize images keeping the original size proportion.

It can open a given image in GIF, JPEG, PNG, BMP and WBMP formats.

The class can resize the image to a given size keeping the original proportion between width and the height.

The resize image can be saved to a file or served as the current script output.


Facebook Open Inviter

Package:
Facebook Open Inviter
Summary:
Get contacts of Facebook users by crawling pages
Groups:
PHP 5, Social Networking, Web services
Author:
Amit Chavda
Description:
This class is a plug-in for OpenInviter that can be used to get the contacts of Facebook users by crawling the site pages.

It can access Facebook pages and authenticate on behalf of a given user.

The class retrieves the user contact pages and parse it to extract the user contacts.


MCclickcounter 1.0

This is a simple click counter for your website,you can easily add it to any page or to any link like directory, pictures, list of software, articles, tutorials to show the total hits and the unique visitors, and the date the listing was first added . Features:Easy installation Keeps track of total hits and unique visitors with Cookies You can add it to any single page You can track hits on links inside your webpages. It may be adapted at your website look. it works on web pages with extension .php Also works on .htm .html extensions if your host have enabled the web server to recognize php code with these files extensions. It has been tested in IE6 , IE7 , Firefox Can be installed in minutes you can customize it easily.

Google Analytics Cookie Parser

Package:
Google Analytics Cookie Parser
Summary:
Retrieve and parse Google Analytics cookies
Groups:
HTTP, PHP 5
Author:
Joao Correia
Description:
This class can be used to retrieve and parse Google Analytics cookies.

It retrieves values cookies set by Google Analytics and parse the values to extract several types of values.

Currently, it returns the campaign source, campaign name, campaign medium, campaign content, campaign term, date of first visit, date of previous visit, date of current visit and times visited.


XML Debugger

Package:
XML Debugger
Summary:
Parse XML documents and locate all errors
Groups:
XML
Author:
Thales Jacobi
Description:
This class can be used parse XML documents and locate all errors.

It reads and parses the XML document from a string or URL without interpreting it.

The class checks for unclosed or unopened tags and verify simple consistency on attributes searching for their respective values and quotation marks.


Powered by Gewgley