Tutorial search

PHP Tutorials
Tutorials
Stuff
Affiliates

PHP Security Tutorials


We hope that you will enjoy our PHP Security tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Security tutorials to our site. Thank you !

Sort by:
5 Helpful Tips for Creating Secure PHP Applications
5 Helpful Tips for Creating Secure PHP Applications
5 Helpful Tips for Creating Secure PHP Applications
Category: PHP tutorials > Security - Difficulty:
Joomla 1.5 - Prevent and Recover from a site hack
Joomla 1.5 - Prevent and Recover from a site hack
One of my sites was recently hacked by some dildo. I was running Joomla 1.5 and they broke into the admin account with a known exploit. This video shows you how you can prevent it to start with and how to reset your admin password to get back into your site.
Category: PHP tutorials > Security - Difficulty:
Enabling single signon using Open ID login, PHP and MySQL
Enabling single signon using Open ID login, PHP and MySQL
Enable your web application for Open ID to let your users log in without having to remember yet another password.
Category: PHP tutorials > Security - Difficulty:
Create Daily Backups With PHP
Create Daily Backups With PHP
Easily create backups with PHP. Just a few lines, and very easy to configure.
Category: PHP tutorials > Security - Difficulty:
User Membership with PHP
User Membership with PHP
User Membership with PHP
Category: PHP tutorials > Security - Difficulty:
Silently record a user IP address
Silently record a user IP address
If your website has a feature such as uploader and you want to track the people that use it, then you may want to consider using some sort of record script that will record information to somewhere. In this tutorial you will see how you can create a script that will silently record a user IP address and store all information in a .txt file, no database required!
Category: PHP tutorials > Security - Difficulty:
PHP - SQL Injection
PHP - SQL Injection
This short tutorial follows up from my 4th tutorial (login form) and simply shows you how to prevent hackers from manipulating your database. Please use the information I have provided, it will make y
Category: PHP tutorials > Security - Difficulty:
Sanitizing PHP Input (Part I)
Sanitizing PHP Input (Part I)
Not validating user input exposes your application to a lot of security breaches. If you don't validate, it's easy for a hacker to crack open your site, steal your customer information, maybe without even having you know it. Learn how to prevent this.
Category: PHP tutorials > Security - Difficulty:
PHP Security - Validate User Input Part I
PHP Security - Validate User Input Part I
PHP Security - Validate User Input Part I
Category: PHP tutorials > Security - Difficulty:
Basic PHP Security
Basic PHP Security
In this tutorial we'll go over some of the areas of PHP that need special attention to make sure your code protects against malicious attempts, from SQL Injection to the underestimated - XSS.
Category: PHP tutorials > Security - Difficulty:
How to make a string safe for display in php
How to make a string safe for display in php
The internet is not safe. It never will be. We will always have trolls and spammers, but even worse: Hackers. Luckily, you can fight these as a webmaster. The most common reason how your website gets hacked, is via user input that gets displayed. I"™ll show you how to avoid this with a fairly simple script.
Category: PHP tutorials > Security - Difficulty:
Create a complex IP Banning System with an Admin Panel system
Create a complex IP Banning System with an Admin Panel system
Create a complex IP Banning System with an Admin Panel system
Category: PHP tutorials > Security - Difficulty:
Simple String Encryption
Simple String Encryption
Simple String Encryption
Category: PHP tutorials > Security - Difficulty:
Advanced User System (timezones, usergroups, online now, avatars)
Advanced User System (timezones, usergroups, online now, avatars)
A very long tutorial on making an advanced user system with usergroups, timezones, avatars and "online now" system.
Category: PHP tutorials > Security - Difficulty:
SQL injections and data validation to help protect your site
SQL injections and data validation to help protect your site
SQL injections and data validation to help protect your site
Category: PHP tutorials > Security - Difficulty:
Total Tutorials in Category: 116