[Php]Ip Register

Newbie Spellweaver
Joined
May 22, 2009
Messages
83
Reaction score
0
Hallo guys...
Idk if this have been released but i think its kinda kewl^_^
in register page if someone is trying to register 2 accounts they get:
Only one account ea ip
So no more spamm accounts..
:scared:
I think you gotta make a new table in ur db called ip
code:
Code:
}
					if($row['ip'] == $ip){
					
					
						$in = false;
						echo "Only one Registration per Ip Adress<br>";
					
					
					}

:thumbdown:

Enjoy
 
Yep. Thats true if you're going to use this program some of the internet cafe's wouldnt like your server since for every ip they can only register 1 acc yet... Its still a great release...

GOOD JOB
 
Back