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.
Another command to view cookies-->
Although most users use the command "javascript:alert(document.cookie)" to view cookies, there is a far more useful command: "javascript:document.write(document.cookie)" . With this a new document is generated which has all the cookie information. This way you can easily copy-paste the cookie, which u can't do with alert or even view the full cookie in case it's too long to view with an alert box :)
Enjoy