SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Support / New User Registration
Posted:  04 Apr 2011 23:32
I have been work on theming your forum like my web site. I am wonder if I did not install correctly. A user can sign up with out validating their email. Is this correct?

I was also wonder if there is some kind of php trim() or htmlspecialchars() in the registration form?

I also created a contact form and use this simple little spam code and image. validates using strtolower. But I'm having trouble implementing it in. So I was wonder if you would take a look and see if it was worth suggesting it for your next release.
Posted:  05 Apr 2011 16:44
Quote:
A user can sign up with out validating their email. Is this correct?
They can validate or they can directly register - depends on how you setup the options in seo-board_options.php
Quote:
I was also wonder if there is some kind of php trim() or htmlspecialchars() in the registration form?
Of course. All fields are trimmed and properly escaped.
Quote:
I also created a contact form and use this simple little spam code and image. validates using strtolower. But I'm having trouble implementing it in. So I was wonder if you would take a look and see if it was worth suggesting it for your next release.
I am sorry. I can't help you with that.