Member Area
Categories
PHP Security Tutorials
Keyword:
Category:
Sub Category:
Min Rank:
Sort By: Rank | Views | Date
Password protect web pages by adding one line of PHP code to the page source. Script will show login form to protect content from unauthorized access. Includes login form, signup form, password reminder, and user management page for admin. Uses flat file database, no MySQL required. Can be set up to redirect after successful login.Installation:Update settings.php to match your needs (admin password, login form, signup form, and reminder form settings)Upload password protector (all the files from the p
Submitted by zubrag on 05-Feb-2012( http://www.zubrag.com )
  |   Category: PHP » Security   |   Views: 72
 
 
Use this script to protect your contact form, your whois query tool or just a form where some extra validation is needed. How does it work?A session will be created inside a dynamic image file (requires GD library). The random value of this image appears inside the generated CAPTCHA image. The user has to enter this value into a form field. While processing the form, the entered value get checked against the session value. Without entering the correct string a form will not be processed. This mechanism is
Submitted by finalwebsites on 27-Jan-2012( http://www.finalwebsites.com )
  |   Category: PHP » Security   |   Views: 48
 
Writing PHP applications is pretty easy. Most people grasp the syntax rather quickly and will within short time be able to produce a script that works using tutorials, references, books, and help forum forums like the one we have here at PHP Freaks. The problem is that most people forget one of the most important aspects that one must consider when writing PHP applications. Many beginners forget the security aspect of PHP
Submitted by phpfreaks on 06-Aug-2010( http://www.phpfreaks.com )
  |   Category: PHP » Security   |   Views: 170
 

  • 1