| Build up a function to secure a text box | |
| A detailed php tutorial that shows how to create a useful function to secure a web site from attack attempts passing through text boxes. | |
| PHP Tutorials > Security | |
| How to detect and log malicious activity on your w | |
| In general, there are two ways of detecting malicious activity. The first is to manually look at how your site is being used, what input is being given etc. The second is to have your program analyse user input for common types of attack, then inform you | |
| PHP Tutorials > Security | |
| How to Obfuscate Your codes Using base64 | |
| Protect your PHP Source Code! | |
| PHP Tutorials > Security | |
| Ssl through whm | |
| SSL is an internet security protocol. When a web server sends out content through HTTPS, this one gets encrypted so that only the client making the request can read it. | |
| PHP Tutorials > Security | |
| Writing Secure PHP Code | |
| This article will guide you through writing secure PHP code and covers many of the common security pitfalls one will encounter while making php applications. Covers things such as register globals, SQL injection, include files, and demonstrates how to pro | |
| PHP Tutorials > Security | |
| Learn how to Create a Simple Login Form in PHP | |
| PHP Tutorials > Security | |
| Admin Control Panel with Sessions | |
| Create a secure admin control panel script | |
| PHP Tutorials > Security | |
| Create a Simple PHP Port Scanner | |
| All it takes is a simple FOR loop | |
| PHP Tutorials > Security | |
| Creating A Permission System for users in conjunct | |
| PHP Tutorials > Security | |
| Ban Filter | |
| Ban people from your site by IP | |
| PHP Tutorials > Security | |
| Ban Filter | |
| This tutorial will teach you how to create a ban filter for your website. This is very helpful for you if there are people who you do not want to view to your site. | |
| PHP Tutorials > Security | |
| .htaccess Password Protection w/Encryption | |
| Learn how to super protect your files without the use of mySQL. | |
| PHP Tutorials > Security | |
| Ban IP Script | |
| Ban a visitors IP completely from your site | |
| PHP Tutorials > Security | |
| User Login | |
| Two login methods using MySQL and Cookies | |
| PHP Tutorials > Security | |
| Using PHP for HTTP Authentication | |
| PHP Tutorials > Security | |
| How to Ban IPs With PHP | |
| PHP Tutorials > Security | |
| PHP Include file to do user authentication using h | |
| up in MySQL | |
| PHP Tutorials > Security | |
| Hide Your PHP For Security | |
| PHP Tutorials > Security | |
| Simple Security and Sessions in PHP | |
| This article demostrates an easy way to maintain sessions and security (or authorization) in PHP. It does NOT use the PHP built in session support. The following method will allow you to easily secure any PHP page by simply including a file at the top of | |
| PHP Tutorials > Security | |
| How to protect PDF files using PHP | |
| This tutorial explains how to safely hide away PDF files from public access using htaccess, but then having a PHP file run its own authorization to allow access to the file without the Network Password dialog box. The PDF file will be displayed in the bro | |
| PHP Tutorials > Security | |