This code creates the form of registration fields.It
prevents the users to use the nicknames which are
inside the code: var blacklist=new Array
("hacker","fuck","admin","moderator"); Thus the
words like hacker,admin etc will not be allowed to
register through this form.You can use more words
in the blacklist.This code needs to be added inside
a html code element in a file.
NOTE: The words used inside the blacklist are very
sensitive.
For example: as the word 'admin' is blacklisted so
all the nick which have the word 'admin' inside it
(e.g. preadmin,admins,adminkiller) all will not be
allowed to register.