Free Php Scripts, Articles and Resources
    home  Home   php  PHPscripts   articles  Articles   contact  Contact
Date: 11 March 2010
in

Total scripts: 203
Total downloads: 25493
Total articles: 11

Latest Scripts
Free Contact Us Script +...
Free PHP ODP Script

Top Downloaded Scripts
Captcha Security Images
dGallery

Best Rated Scripts
File Searcher
Transparent Watermark

CATEGORIES

PHP ARTICLES

Categories Php Security Scripts

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...
(9 votes)
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...
(3 votes)
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...
(1 votes)
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...
(1 votes)
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...
(1 votes)