|
Secure Image Uploader
|
|
A secure image uploader / resizer. Testing so far has not let any invalid / malicious images through. Simply pass an item in the $_FILES array, specify a max width and height (if you want to scale it) and a directory to save the image to. Additionally, you can create...
|
|
|
Antz_IntelliForm
|
|
This class can be used to prevent form reposting warnings by saving submitted form data.
It saves the values of forms submitted using the POST method to session variables for a given length of time.
Then it makes the browser redirect to the same page forcing a new...
|
|
|
HTML Sanitizer
|
|
This class can be used to remove unsafe tags and attributes from HTML code.
It takes a string with HTML code and strips all the tags that do not make part of a list of safe tags. That list of safe tags is defined as a private class variable. There are some functions to...
|
|
|
Secure URL 2.0
|
|
This class can be used to encrypt the values of the parameters passed in the URLs of links.
The class uses encoder to encrypt URL parameters.
It uses PHP output buffer capture support to automatically process the URLs of the links and forms of the current page.
An...
|
|
|
Transparent Watermark
|
|
This class modifies a given image using an watermark graphic defined by another image.
This is meant to help protecting the sites that own the original images from being stollen by other people that remove the original credits and display the images in other sites without...
|
|