Author |
Topic |
|
rwh
Starting Member
United Kingdom
24 Posts |
Posted - 14 May 2008 : 13:30:21
|
Hi,
This may be something I have done wrong, but I can't see it and it is driving me nuts.
Basically, I have two forums, and I have applied the Captcha MOD to them. On www.momentumsports.co.uk/Forum it seems to be working fine - however, having done the same things for www.mykitbag.co.uk/forum and check it at least 6 times I just can't get it to show up with the Captcha image in the registration page.
It may be that I am doing something stupid, but I can't for the life of me see what it is - is there anyone out there that can help - maybe you have seen something like this before.
Thanks in advance.
Richard.< |
|
Podge
Support Moderator
Ireland
3775 Posts |
|
rwh
Starting Member
United Kingdom
24 Posts |
Posted - 14 May 2008 : 14:27:14
|
I played round with it for quite a while and eventually clicked
"Check Installation"
after which it appeared.
However, having tried registering on the Momentum Sports forum yesterday which worked with the check there and doing so just now on My Kit Bag and it also working, I thought I'd try them both with that box for the letters left blank and it again let me register on both sites - which seems to be against the plan.
It does seem to have stopped bogus registrations on Momentum Sports (down from 20 a day to 0 in the last 24 hours), but I was confused by the blank entry working.
Do you know why it would be doing this?
Also, on the My Kit Bag one I now can't logout from the user I am in - it says it has done it, but when I go to the main forum page again it says that I am still logged in.
Thanks for the last response and in advance for the next one! I may have missed something with the last point - but I couldn't see anywhere to do the thing that seemed to fix it - hopefully I can fix these latter problems too.
Richard.< |
Edited by - rwh on 14 May 2008 15:27:39 |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
rwh
Starting Member
United Kingdom
24 Posts |
Posted - 14 May 2008 : 15:35:47
|
I have deleted all my cookies and temporary internet files - and it hasn't made any difference - I was (obviously) logged out of this forum and the Momentum one - but the My Kit Bag one still has me logged in!
Any further ideas - I am slowly going bald as I pull all my remaining hair out!!!!< |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
rwh
Starting Member
United Kingdom
24 Posts |
Posted - 14 May 2008 : 15:52:22
|
Thanks for the help, but unfortunately, that hasn't done it either.
Anything else I can try?< |
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
rwh
Starting Member
United Kingdom
24 Posts |
|
Podge
Support Moderator
Ireland
3775 Posts |
Posted - 15 May 2008 : 05:20:51
|
Replace the whole CAPTCHA section with the following
'CAPTCHA Mod
if strRegisterCaptcha = 1 then
Dim strUsersInput
strUsersInput= Request.Form("captcha")
Select Case len(trim(strUsersInput))
case "4"
If Session("Snitz.captcha") <> "" then
If UCase(strUsersInput) <> UCase(Session("Snitz.captcha")) then
Go_Result "You entered the wrong Anti SPAM confirmation code !", 0
End if
End IF
case "0"
Go_Result "You did not enter the Anti SPAM confirmation code !", 0
case else
Go_Result "You entered the wrong amount of characters for the Anti SPAM confirmation code !", 0
End Select
End if
Session.Contents.Remove("Snitz.captcha")
'CAPTCHA Mod
Session.Contents.Remove("Snitz.captcha")
'CAPTCHA Mod < |
Podge.
The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts. |
|
|
rwh
Starting Member
United Kingdom
24 Posts |
Posted - 21 May 2008 : 10:49:10
|
Podge (or anyone else!),
I am still have trouble with this.
I can't logout of my accout in www.mykitbag.co.uk/Forum still, so I can't test if I now need a code to register with that forum.
More importantly, both because it affects current users and because the forum is much bigger, on www.momentumsports.co.uk/forum I have a new problem that I have discovered (which I guess has been there since I put the mod on - but I hadn't tried it before and none of the users felt the need to mention it!). When I go to post a new topic it says that I haven't entered the anti-spam code. I can't do this as the box isn't appearing in post.asp (assuming that is where it should be).
I have checked my version of post.asp which I have posted at
www.momentumsports.co.uk/Forum/post.txt
for you to see if necessary, but can't see what I might have done wrong.
Again - any help with this would be greatly appreciated.
Thanks. Richard.
P.S. This doesn't seem to affect my ability to reply to previously posted messages.< |
Edited by - rwh on 21 May 2008 10:49:38 |
|
|
rwh
Starting Member
United Kingdom
24 Posts |
Posted - 21 May 2008 : 10:59:53
|
I had a look through the forum and found a solution involving copying the captcha code to another part of post.asp and it seems to be working.
Still can't log out on www.mykitbag.co.uk/forum though!
Richard.< |
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
|
Topic |
|