Welcome to HBH V2 ! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.
Basic 18
There was no need to use any nulls, as you already knew how many columns there were , you could have just used numbers.
As for the wildcards, * can only be used as a wildcard in a full text search, while % (match 0 or more characters) and _ (match exactly one character) are only applicable in LIKE-queries.