Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Captcha MOD not showing
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

rwh
Starting Member

United Kingdom
24 Posts

Posted - 14 May 2008 :  13:30:21  Show Profile
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

Posted - 14 May 2008 :  13:47:51  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Have you enabled it for registration in the admin area ?

Double check your changes to register.asp and inc_profile.asp<

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.
Go to Top of Page

rwh
Starting Member

United Kingdom
24 Posts

Posted - 14 May 2008 :  14:27:14  Show Profile
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
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 14 May 2008 :  15:29:25  Show Profile  Visit leatherlips's Homepage
As far as logging out, it sounds like your cookie isn't being deleted. Try clearing your cookies in your browser and you should then be logged out. That may also have something to do with your captcha mod too. Maybe your cache isn't updating to the newest version of your page? Try clearing your cache too and see if it works.<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

rwh
Starting Member

United Kingdom
24 Posts

Posted - 14 May 2008 :  15:35:47  Show Profile
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!!!!<
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 14 May 2008 :  15:39:45  Show Profile  Visit leatherlips's Homepage
There is a MOD that can possibly help with the logging out issue. Try this. It may help.<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

rwh
Starting Member

United Kingdom
24 Posts

Posted - 14 May 2008 :  15:52:22  Show Profile
Thanks for the help, but unfortunately, that hasn't done it either.

Anything else I can try?<
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 14 May 2008 :  16:49:11  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Can you post a text version of your register.asp ?<

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.
Go to Top of Page

rwh
Starting Member

United Kingdom
24 Posts

Posted - 15 May 2008 :  04:14:58  Show Profile
Podge

It is here

http://www.mykitbag.co.uk/forum/register.txt

thanks for any help you can give. I hope I haven't done anything stupid<
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 15 May 2008 :  05:20:51  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
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.
Go to Top of Page

rwh
Starting Member

United Kingdom
24 Posts

Posted - 21 May 2008 :  10:49:10  Show Profile
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
Go to Top of Page

rwh
Starting Member

United Kingdom
24 Posts

Posted - 21 May 2008 :  10:59:53  Show Profile
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.<
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 21 May 2008 :  14:02:05  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
I need to see post_info.asp for www.momentumsports.co.uk/Forum/

I need to see register.asp for www.mykitbag.co.uk/Forum (defo something wrong here).<

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.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07