Amiroslo
Excellent OT User
- Joined
- Jul 28, 2009
- Messages
- 6,812
- Solutions
- 6
- Reaction score
- 822
When I try to make an account, it says
and the Verification Code is hidden, how to show it?
Rep++ if you tell me the answer!
about the acc Im sure its something here!
how to make it so u can use both or words, not numbers!Please enter an account number. Use only numbers.
and the Verification Code is hidden, how to show it?
Rep++ if you tell me the answer!
about the acc Im sure its something here!
if($config['site']['account_number'] == 'custom') {
if($posted_reg_account != $_REQUEST['reg_account'] || empty($posted_reg_account))
$reg_form_errors[] = "'Account number' isn't a number!";
if(strlen($account) < 1 && strlen($account) > 8)
$reg_form_errors[] = "Account number is too short or too long.";