[Release]Register Page for Impulses Source

05/23/2010 00:59 stealarcher#1
As requests by a couple friends, this is a simple and quick register page (no design to it). This way if ur looking to import it into a website it can be done easily. If there is an encryption to the passwords he has let me know and ill quickly edit this. As for now, the passwords have no encryption. Check it out. Hope you like.


Download:

[Only registered and activated users can see links. Click Here To Register...]
05/23/2010 01:01 BlueFlame11#2
Thanks steal
05/30/2010 03:31 Widom#3
Hello.. How do i make this work for my server?
This is what i did:
06/01/2010 15:00 stealarcher#4
Search for:

Code:
$sql = "INSERT INTO `accounts` (`Username`, `Password`, `IP`, `Email`, `State`) VALUES ('$user', '$pass', '$ip', '$email', '2')";
`accounts` is the table where your accounts are being stored, `Username` is the username they use to login, Password, is the password they type to login, IP can be removed if u do not have one, but if u have to remove that, remove the '$ip' below. The email ofc is email, and the State is the account type. So change these to how ever your source uses them when u create an account.