MyBB Community Forums

Full Version: Captcha doesn't work on registrations
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I'm using 1.4.6 and I think this only happens with portuguese translation enabled and marked as default.
Any solution? I know this has been answered milions of times etc etc. but it's kinda urgent and I didn't find anything by searching.
Well, how isn't it working...??
I just confirmed that it doesn't work with portuguese translation only. With english setted as default it shows up.
So I guess it's something with some lang file.
(2009-05-09, 10:00 PM)faviouz Wrote: [ -> ]I'm using 1.4.6 and I think this only happens with portuguese translation enabled and marked as default.
Any solution? I know this has been answered milions of times etc etc. but it's kinda urgent and I didn't find anything by searching.

A link to your forum, please?

Meanwhile could you post the content of your default template ->Member Templates -> member_register_regimage ?
http://www.paparanho.com/forums.php
But I currently have the language set to english. Do you want me to set it to portuguese?
(2009-05-09, 10:14 PM)faviouz Wrote: [ -> ]http://www.paparanho.com/forums.php
But I currently have the language set to english. Do you want me to set it to portuguese?

Yes, set it Portuguese and re-read my above post, please.
<br />
<fieldset class="trow2">
<script type="text/javascript" src="jscripts/captcha.js?ver=1400"></script>
<legend><strong>{$lang->image_verification}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td><span class="smalltext">{$lang->verification_note}</span></td>
<td rowspan="2" align="center"><img src="captcha.php?action=regimage&amp;imagehash={$imagehash}" alt="{$lang->image_verification}" title="{$lang->image_verification}" id="captcha_img" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span>
<script type="text/javascript">
<!--
	if(use_xmlhttprequest == "1")
	{
		document.write('<br \/><br \/><input type="button" class="button" tabindex="10000" name="refresh" value="{$lang->refresh}" onclick="return captcha.refresh();" \/>');
	}
// -->
</script>
</td>
</tr>
<tr>
<td><input type="text" class="textbox" name="imagestring" value="" id="imagestring" style="width: 100%;" /><input type="hidden" name="imagehash" value="{$imagehash}" id="imagehash" /></td>
</tr>
<tr>
	<td id="imagestring_status"  style="display: none;" colspan="2">&nbsp;</td>
</tr>
</table>
</fieldset>

Language set to portuguese.
@Matt: The captcha image isn't showing.
Could you please re-upload the /inc/captcha_fonts and the captcha.php file to your server and CHMOD that folder to 777.

I'm trying to figure it out while you reuplaod.
No need for it to be 777, that may cause more issues than it fixes.
Something seems to be missing in your member_register_regimage content. Make a copy of it and then try to put this one there instead:

<br />
<fieldset class="trow2">
<script type="text/javascript" src="jscripts/captcha.js?ver=1400"></script>
<legend><strong>{$lang->image_verification}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td><span class="smalltext">{$lang->verification_note}</span></td>
<td rowspan="2" align="center"><img src="captcha.php?action=regimage&amp;imagehash={$imagehash}" alt="{$lang->image_verification}" title="{$lang->image_verification}" id="captcha_img" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span>
<script type="text/javascript">
<!--
	if(use_xmlhttprequest == "1")
	{
		document.write('<br \/><br \/><input type="button" class="button" tabindex="10000" name="refresh" value="{$lang->refresh}" onclick="return captcha.refresh();" \/>');
	}
// -->
</script>
</td>
</tr>
<tr>
<td><input type="text" class="textbox" name="imagestring" value="" id="imagestring" style="width: 100%;" /><input type="hidden" name="imagehash" value="{$imagehash}" id="imagehash" /></td>
</tr>
<tr>
	<td id="imagestring_status"  style="display: none;" colspan="2">&nbsp;</td>
</tr>
</table>
</fieldset>

I'll keep checking your site.

Regards
(2009-05-09, 10:48 PM)MattRogowski Wrote: [ -> ]No need for it to be 777, that may cause more issues than it fixes.

Was just proposing that for testing purposes only.

Matt, how do you manage to change your avatar every 5 minutes? Don't tell me you do it manually!Huh
Pages: 1 2 3