|
#1
|
|||
|
|||
|
Captcha addon fpr PP1.71
Hi,
I can't get the captcha addon to work with PP1.71. I tried it in the simple template and the delicious template, copied the _captcha folder to the addons folder and inserted the <CAPTCHA> tag in the comments form. It shows the input box and the picture in the comments form, but it doesn't check the result - and I don't see why it should either. Where is the call of the audit function? Any suggestions how to make it work? I don't like akismet and defensio. I just don't trust them so I browse through the spam comments and often find normal comments that were filtered. And doing that with 100+ spam comments a day is a pain in the a**.
__________________
my pp-blog |
|
#2
|
||||
|
||||
|
Open the and addons/_captcha/libraries/captcha.php file add:
Code:
$captcha_fontcolor = ''; $captcha_linecolor = ''; $captcha_bgcolor = ''; Code:
$testbild = imagecreate(120, 30); Code:
$captcha_fontcolor = ''; $captcha_linecolor = ''; $captcha_bgcolor = ''; $testbild = imagecreate(120, 30);
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#4
|
||||
|
||||
|
I sent a comment, and i do not see it. are they moderated?
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#5
|
||||
|
||||
|
Captcha seems to work for me. I sent 3 test comments. two with a bogus captcha and one with the correct captcha. the correct captcha comment was posted, the others were not.
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#7
|
||||
|
||||
|
OK. I took a look at the code and you're right. It should block them completely.
Open addons/_captcha/front_captcha.php and replace all the code inside with the following: PHP Code:
Does this help?
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#8
|
|||
|
|||
|
No, no change at all. I really get the impression that I am doing something fundamentally wrong here.
It _should_ be as easy as this, right?: # Extract the zip and upload the folder _captcha to the addons folder. Do NOT change the name of the folder. # Add the <CAPTCHA> tag below the email-form-line in your image or comments template (depends where your comments-form is) Are you sure the function audit is really called? I haven't yet understood where the addon code is used.
__________________
my pp-blog |
|
#9
|
||||
|
||||
|
That should be all. Just make sure BOTH addon files are turned on.
And I don't know what is "wrong" with your blog but this addon works without error on my local blog.
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#10
|
||||
|
||||
|
1) the <CAPTCHA> Tag is not replaced in your page right now. This is usually a sign that you didn't turn on the Addon (or did you give it up?)
2) Perhaps I didn't understand you correct, but you should not use Defension AND Akismet together. Either the one or the other. 3) Try turn off Defensio and test the Captcha again. Could be that they won't work together. |
| Post Reply |
| Thread Tools | |
|
|