• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Website [problem]

open creataccount.php and delete these lines

PHP:
if($config['site']['verify_code'])
{	
require_once('recaptchalib.php');
$main_content .= '<script type="text/javascript">var verifya=1;</script>
<TR BGCOLOR="'.$config['site']['darkborder'].'">
<TD align="center" colspan="2"><B>Verification Code</B></TD>
</TR>
<TD align="center" colspan="2">'.recaptcha_get_html($config['site']['publickey']).'</TD>
</TR>';
}
 
open creataccount.php and delete these lines

PHP:
if($config['site']['verify_code'])
{	
require_once('recaptchalib.php');
$main_content .= '<script type="text/javascript">var verifya=1;</script>
<TR BGCOLOR="'.$config['site']['darkborder'].'">
<TD align="center" colspan="2"><B>Verification Code</B></TD>
</TR>
<TD align="center" colspan="2">'.recaptcha_get_html($config['site']['publickey']).'</TD>
</TR>';
}
That's stupid.
Go to config.php and set $config['site']['verify_code'] to 0
 
Back
Top