Tutorial: PHP/mySQL Simple IP Banning
Today I am going to show you how to create an IP ban system. This does not include an IP manager, although if I receive enough requests, I will. To start things off we need to create the page conf.inc.php. This page will be included in all the pages and contain the ban function and database details. ?View...
Tutorial: PHP/mySQL Membership System
Hi, today I am going to show you how to make a simple membership system. This included, registering for an account, logging in, security for pages, and logging out. Now shall we begin? I say yes! Our database will be setup like the following: ?View Code MYSQL1 2 3 4 5 6 7 CREATE TABLE IF NOT EXISTS...
Welcome
Welcome to my blog, please bare with me as I add scripts and tutorials for you to enjoy.