Re: CAPTCHA problem
Posted: 21 Nov 2008, 11:21
I have the same problem. The captcha image and fill in box is not shown in my guestbook on my joomla 1.5.6 site.
I am using 1.3.1 beta and just upgraded to 1.3.1i
Captcha is enabled
I've tried both html and jroute option
I've checked my gd and it is enabled
How can i check the html to the image, i've tried but can't find anything that directs to captcha:
Here is the code (my guestbook can be filled in only by users at this moment because of the large amount of spam that i get):
<script language="javascript" type="text/javascript">
function submitbutton() {
var novalues='';
var form = document.saveForm;
var text = tinyMCE.getContent();
if (novalues!=''){}
else if( form.pgusername.value == "" ) {
alert("Phoca Guestbook No Username");return false;} else if( text == "" ) {
alert("Phoca Guestbook No Content");return false;} }
</script>
<div class="contentpane">
</div>
<form action="http://www.duinlust.info/joomla15/index ... &Itemid=54" method="post" name="saveForm" id="pgbSaveForm" onsubmit="return submitbutton();">
<table border="0" width="400">
<tr>
<td> </td>
<td colspan="4">
</td>
</tr>
<tr>
<td width="5"><b>Title: </b></td>
<td colspan="4"><input type="text" name="title" id="pgbtitle" value="" size="32" maxlength="200" style="border:1px solid #cccccc" /></td>
</tr>
<tr>
<td><b>Name: </b></td>
<td colspan="4"><input type="text" name="pgusername" id="pgbusername" value="medewerker" size="32" maxlength="100" style="border:1px solid #cccccc" /></td>
</tr>
<tr>
<td><b>Email: </b></td>
<td colspan="4"><input type="text" name="email" id="pgbemail" value="*********duinlust.info" size="32" maxlength="100" style="border:1px solid #cccccc" /></td>
</tr>
<tr>
<td><b>Content: </b></td>
<td colspan="4"><textarea id="pgbcontent" name="pgbcontent" cols="60" rows="80" style="width:400px; height:200px;" class="mceEditor"></textarea>
</td>
</tr>
<tr>
<td> </td>
<td colspan="4"><input type="submit" name="save" value="Submit" /> <input type="reset" name="reset" value="Reset" /></td>
</tr>
</table>
<input type="hidden" name="cid" value="1" />
<input type="hidden" name="option" value="com_phocaguestbook" />
<input type="hidden" name="view" value="phocaguestbook" />
<input type="hidden" name="controller" value="phocaguestbook" />
<input type="hidden" name="task" value="submit" />
<input type="hidden" name="7db8f389c0d3f7476ca657eb56e31fa6" value="1" />
</form>
I am using 1.3.1 beta and just upgraded to 1.3.1i
Captcha is enabled
I've tried both html and jroute option
I've checked my gd and it is enabled
How can i check the html to the image, i've tried but can't find anything that directs to captcha:
Here is the code (my guestbook can be filled in only by users at this moment because of the large amount of spam that i get):
<script language="javascript" type="text/javascript">
function submitbutton() {
var novalues='';
var form = document.saveForm;
var text = tinyMCE.getContent();
if (novalues!=''){}
else if( form.pgusername.value == "" ) {
alert("Phoca Guestbook No Username");return false;} else if( text == "" ) {
alert("Phoca Guestbook No Content");return false;} }
</script>
<div class="contentpane">
</div>
<form action="http://www.duinlust.info/joomla15/index ... &Itemid=54" method="post" name="saveForm" id="pgbSaveForm" onsubmit="return submitbutton();">
<table border="0" width="400">
<tr>
<td> </td>
<td colspan="4">
</td>
</tr>
<tr>
<td width="5"><b>Title: </b></td>
<td colspan="4"><input type="text" name="title" id="pgbtitle" value="" size="32" maxlength="200" style="border:1px solid #cccccc" /></td>
</tr>
<tr>
<td><b>Name: </b></td>
<td colspan="4"><input type="text" name="pgusername" id="pgbusername" value="medewerker" size="32" maxlength="100" style="border:1px solid #cccccc" /></td>
</tr>
<tr>
<td><b>Email: </b></td>
<td colspan="4"><input type="text" name="email" id="pgbemail" value="*********duinlust.info" size="32" maxlength="100" style="border:1px solid #cccccc" /></td>
</tr>
<tr>
<td><b>Content: </b></td>
<td colspan="4"><textarea id="pgbcontent" name="pgbcontent" cols="60" rows="80" style="width:400px; height:200px;" class="mceEditor"></textarea>
</td>
</tr>
<tr>
<td> </td>
<td colspan="4"><input type="submit" name="save" value="Submit" /> <input type="reset" name="reset" value="Reset" /></td>
</tr>
</table>
<input type="hidden" name="cid" value="1" />
<input type="hidden" name="option" value="com_phocaguestbook" />
<input type="hidden" name="view" value="phocaguestbook" />
<input type="hidden" name="controller" value="phocaguestbook" />
<input type="hidden" name="task" value="submit" />
<input type="hidden" name="7db8f389c0d3f7476ca657eb56e31fa6" value="1" />
</form>