You are not logged in.
- Topics: Active | Unanswered
#1 2009-05-29 14:57:59
- robpo
- Member
- Registered: 2009-05-29
- Posts: 2
- Website
Captcha - for new topics, posts, registration
I have just added captcha for new posts and topics. I used captchaflux1.0. Maybe somebody needs this too.
You can download it here: http://nesmii.qa1.pl/captcha/captchaflux10.tar.gz
I hope it is useful.
If you need more Cryptographp configurations go: http://www.captcha.fr/index.php?page=4&langue=fr
Last edited by robpo (2009-05-29 15:00:08)
Offline
#2 2009-08-27 21:34:00
- torg
- Member
- From: Russia
- Registered: 2008-05-12
- Posts: 7
- Website
Re: Captcha - for new topics, posts, registration
First you wrote in subj title: for new topics, posts, registration.
Second in message of subj: for new posts and topics.
But, i dont know where in "second" registration ?
Your captcha have "captcha" when user gegister?
Last edited by torg (2009-08-27 21:36:10)
Offline
#3 2009-08-29 13:42:58
- robpo
- Member
- Registered: 2009-05-29
- Posts: 2
- Website
Re: Captcha - for new topics, posts, registration
Just download package and check It. No need to ask such questions. Default this captcha was only for registration so I added captcha for new posts and topics.
Offline
#4 2009-09-19 10:51:20
- mattT09
- Member
- Registered: 2009-07-14
- Posts: 124
Re: Captcha - for new topics, posts, registration
Just using this for register. Works in 1.4b2. Thought I'd share.
Offline
#5 2010-01-23 02:22:55
- mattT09
- Member
- Registered: 2009-07-14
- Posts: 124
Re: Captcha - for new topics, posts, registration
just updated to 1.4rc and this code does not quite fit with the new include/register.php file. So far as I can tell.
Be good to get someone who knows what they are really looking at to check it...
Offline
#6 2010-01-23 14:23:35
- mattT09
- Member
- Registered: 2009-07-14
- Posts: 124
Re: Captcha - for new topics, posts, registration
The number of SPAM registrations getting through since I had to take this code out is astronomical by comparison,
None before
Constant now, 35 since 0200GMT to 1423GMT
Offline
#7 2010-02-15 21:38:49
- kro
- Member
- Registered: 2010-02-15
- Posts: 1
Re: Captcha - for new topics, posts, registration
i noticed a few problems :
i had to add
require PUN_ROOT.'lang/'.$pun_user['language'].'/prof_reg.php';on both post.php and viewtopic.php
so that it get necessary text
then copier le code : is in french
so are error messages
i believe the main problem is that captcha test applies even when the user is logged in !
you should use this condition or smthg
if ($pun_user['is_guest'])
{on post and viewtopic (im not sure answer form appears when your are guest on viewtopic)
anyway merci pour le boulot !
very helpful.
Last edited by kro (2010-02-15 21:54:06)
Offline
