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
 Gatekeeper MOD Cannot post - FIXED
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mahvin
Starting Member

48 Posts

Posted - 30 April 2008 :  01:09:26  Show Profile
This occurs when I (admin of the site) attempt to start a new post and submit it. I just upgraded from 3.4.05 to 3.4.06 and was reinstalling all the MODs back in and ran into this problem. It worked just fine in 3.4.05. I have double checked the code as per the instructions and other than the issue with pop_mail.asp (I uploaded the amended file) everything else checks out fine, but I cannot create a new topic.

There has been a problem!

You have not entered an answer for the Antispam question. Please use your back button and try again.

Go back to correct the problem.

Edited by - mahvin on 30 April 2008 20:49:20

mahvin
Starting Member

48 Posts

Posted - 30 April 2008 :  02:20:15  Show Profile
I've read through all the posts on Podge's fixes for 3.4.06 (pop_mail.asp), but even when a user mentions the same error I get when creating a topic (see in red above), there is no explanation on how to resolve it. The only option I did have was turning the link spam off in the features configuration, which solved my problem on posting, but doesn't this defeat the purpose of the MOD?
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 30 April 2008 :  05:25:40  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Can you post a text version of your post_info.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

mahvin
Starting Member

48 Posts

Posted - 30 April 2008 :  07:59:57  Show Profile
Sure thing:

Post_Info.txt

Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 30 April 2008 :  12:31:34  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Replace the Gatekeeper block of code with the following

		'Gatekeeper Mod
		if strLinkSpamGatekeeper = "1" and strDBNTUserName = ""  then
			select case len(Request.Form("GateKeeperAnswer"))
			case "0"
				Go_Result "You have not entered an answer for the Antispam question. Please use your back button and try again.", 0
			case else 
				if (lcase(Request.Form("GateKeeperAnswer")) <> lcase(strGatekeeperAnswer1)) and (lcase(Request.Form("GateKeeperAnswer")) <> lcase(strGatekeeperAnswer2)) then
					Go_Result "You have entered a wrong answer for the Antispam question. Please use your back button and try again.", 0
				end if
			end select
		end if
		'Gatekeeper Mod
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62459&whichpage=3

If it doesn't work, let me know. I haven't had a chance to test it.

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.

Edited by - Podge on 30 April 2008 12:32:41
Go to Top of Page

mahvin
Starting Member

48 Posts

Posted - 30 April 2008 :  20:00:53  Show Profile
Podge:

The code you provided worked. Thanks a lot, I appreciate it.

mahvin
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 01 May 2008 :  08:54:29  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
No problem.

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.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07