- 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:
:thumbdown:
Enjoy
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