Submit Tutorial   

How to safely clean user data
PHP » Security | July 04, 2008
Using regular expressions to clean data can ensure that you will not get any sort of MySQL injections.
Full IP Banning System - With Admin Panels
PHP » Security | July 04, 2008
Ever wanted to ban pesky users? Now you can with this IP Banning system.
PHP User System Script Tips
PHP » Security | July 04, 2008
Secure your user system scripts using this tutorial.
Making a CAPTCHA
PHP » Security | July 04, 2008
Stop robots and scripts from submitting forms using PHP
Banning IP Addresses
PHP » Security | July 04, 2008
Learn how to ban a single IP or multiple IP addresses from accessing your website.
PHP Port Scanner
PHP » Security | July 04, 2008
Create a Simple PHP Port Scanner - All it takes is a simple FOR loop
Prevent Image Hotlinking
PHP » Security | July 04, 2008
Learn how to prevent others from hotlinking to your images.
IP Banning with Admin Panel
PHP » Security | July 04, 2008
Create a MySQL based IP Banning script with an Admin Panel
Login script
PHP » Security | July 04, 2008
Create secure areas for your website using sessions
Ban Users IP
PHP » Security | July 04, 2008
Learn how to ban specific IP addresses.
Basic PHP Security
PHP » Security | July 04, 2008
Basic PHP script security covers issues like prevention of SQL injections, XSS and CSRF attacks, variable tampering, etc.
CSS File Protection
PHP » Security | July 04, 2008
See how you can hide your CSS files from rippers using php and .htaccess