
surfer247
Newbie
Nov 24, 2006, 4:13 AM
Post #1 of 1
(274 views)
Shortcut
|
|
PHP Login System Tutorial
|
Can't Post
|
|
I wrote this a while ago and am just going around posting it. It has 7 (technically 8) chapters to it and is still growing. It explains how to set up your own simple PHP login system. Of course, it's super simple when compared to a phpbb system, but for most login needs, it should be quite sufficient. First off, you may want to create a WAMP server. Fortunately, I made a tutorial on how to do that as well :P http://www.reallyweird.net/onlinegaming/viewtopic.php?t=28 Now that you've set up your own WAMP server, you can develope PHP stuff a lot more effectively than if you try and use an online webserver. Now for the actual tutorial. Since it has 8 chapters, I'll just post the links (i don't want to clutter up the board) Chapter 1: http://www.reallyweird.net/onlinegaming/viewtopic.php?t=31 Chapter 2: http://www.reallyweird.net/onlinegaming/viewtopic.php?t=32 Chapter 2.5: http://www.reallyweird.net/onlinegaming/viewtopic.php?t=33 Chapter 3: http://www.reallyweird.net/onlinegaming/viewtopic.php?t=34 Chapter 4: http://www.reallyweird.net/onlinegaming/viewtopic.php?t=35 Chapter 5: http://www.reallyweird.net/onlinegaming/viewtopic.php?t=36 Chapter 6: http://www.reallyweird.net/onlinegaming/viewtopic.php?t=37 Chapter 7: http://www.reallyweird.net/onlinegaming/viewtopic.php?t=38 Also, if you plan on making a good login system, you will want to create a good encryption scheme. Here's another tutorial I've written on that subject: http://www.reallyweird.net/onlinegaming/viewtopic.php?t=29 Finally, you will probably want at least a simple understanding of what SQL Injection is and how to use it (for the purposes of stopping it). It is actually pretty simple, although it looks super nasty. Here is a tutorial I've written on that subject: http://www.reallyweird.net/onlinegaming/viewtopic.php?t=30 I'd appreciate any comments that anyone has on my tutorials. I'm trying to keep them as up-to-date as possible (although the most up-to-date versions of Apache and PHP don't work together yet...).
Administrator at og-net.tk
|