Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
SQL injection Blind
that's the point of "blind" SQL injection, you have to guess the table..
first, try to find out the number of columns, ex: index.php?whatever=1 order by 3,4,5,etc
then do:
UNION ALL SELECT lots of nulls.. FROM username,user_name,members,password,pass,etc…
UNION ALL SELECT null,null,null,null(4 columns) FROM members
..correct me if im wrong :o
@Laverdad, wanna PM me the link?