Is it possible?

phyone

Junior Member
Jan 13, 2006
3
0
0
To make these with javascript:

- IP limit (same IP can't create an another account)
- Security code confirmation


Thanks in advance.
 

sunase

Senior member
Nov 28, 2002
551
0
0
JavaScript runs on the client side, you know. Even if you did check such things in JavaScript, you'd still have to check them again on the server to catch people turning it off or using limited browsers or whatever.