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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Snitz GateKeeper Antispam
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 9

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 13 December 2008 :  05:20:45  Show Profile  Reply with Quote
It should, yes.<
Go to Top of Page

xplod4202
Starting Member

6 Posts

Posted - 30 December 2008 :  16:16:44  Show Profile  Reply with Quote
I have this mod installed. Some people are telling me that before posting a new topic it prompts them for a question and even after they put the right answer they still can't post. I have tried duplicating but had no luck. Everything works for me at my end. Tested with IE and Firefox.<
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 30 December 2008 :  16:23:19  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Ask them to send you the question and the answer they chose - preferably as a screenshot. They may just have found an answer you didn't consider...<
Go to Top of Page

PackYakcouk
New Member

United Kingdom
59 Posts

Posted - 01 January 2009 :  11:29:22  Show Profile  Visit PackYakcouk's Homepage  Reply with Quote
When i enable Link Spam Gatekeeper it refuses to let my members post new topics it says:

"There has been a problem!

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


Any reson for this? maby i have done something wrong?

ta!
<

Edited by - PackYakcouk on 01 January 2009 18:49:18
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 01 January 2009 :  17:26:07  Show Profile  Reply with Quote
My guess is that you didn't set a variable in "config.asp". Check to make sure that the two modified sections are there.<
Go to Top of Page

salwiz
Starting Member

United States
1 Posts

Posted - 07 January 2009 :  15:23:26  Show Profile  Visit salwiz's Homepage  Reply with Quote
In the read.html, near the end, referencing changes to pop_mail.asp, it says

Around line 174 find these four lines

if YEmail <> "" then Response.Write(YEmail)
Response.Write "</font></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" <tr>" & vbNewLine & _

In the Snitz version I downloaded and installed (sf2k_v34_06.zip) there are no instances of
YEmail <> ""

There are, in the 180 range, a couple of instances of if YName = "" then

if YName = "" then
Response.Write "<input name=""YName"" type=""text"" value=""" & YName & """ size=""25"">"
else
Response.Write "<font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & YName & "</font>" & vbNewLine
end if
Response.Write " </td></tr>" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """ align=""right"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Your E-mail:</font></b></td>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """>"
if YEmail = "" then
Response.Write "<input name=""YEmail"" type=""text"" value=""" & YEmail & """ size=""25"">"
else
Response.Write "<font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & YEmail & "</font>"
end if


Suggestions for proceeding?

I've made all of the other mods and would like to try this.
Thx<
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 07 January 2009 :  18:44:17  Show Profile  Reply with Quote
In "pop_mail.asp", look for the following (appx 176-180):
					if YEmail = "" then
						Response.Write "<input name=""YEmail"" type=""text"" value=""" & YEmail & """ size=""25"">"
					else
						Response.Write "<font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & YEmail & "</font>"
					end if


This is directly from the "pop_mail.asp" in sf2k_v34_06.zip<
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 07 January 2009 :  19:42:52  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message  Reply with Quote
The fix is on page 3 of this thread - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62459&whichpage=3#369089<

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

ZkilfinG
Starting Member

10 Posts

Posted - 27 July 2009 :  07:17:47  Show Profile  Reply with Quote
Can anyone verify if this mod works with 3.4.07? I've been using it for 3.4.06 and I love it, thanks a lot for writing it Podge.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 27 July 2009 :  12:23:14  Show Profile  Send ruirib a Yahoo! Message  Reply with Quote
It should work for 3.4.07 without any issues. You may have to search for the actual lines, though, instead of relying on line numbers.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

ZkilfinG
Starting Member

10 Posts

Posted - 28 July 2009 :  09:39:26  Show Profile  Reply with Quote
Thanks ruirib. I've started considering using email verification instead since that might be enough (though I have to figure out why emailing isn't working through the forum first in that case). The drawback of relying on mods is the hassle of updating the forum to newer versions, so if I can avoid it that's good. If I end up trying it and I get it to work I'll try to remember to report back here for others reference.
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 28 July 2009 :  11:31:32  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message  Reply with Quote
I'll try to update the zip to work with the latest version and also include a few fixes when I get a chance.

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

ZkilfinG
Starting Member

10 Posts

Posted - 05 August 2009 :  04:57:22  Show Profile  Reply with Quote
I still had issues with spambots so I added gatekeeper again. I couldn't get the pop_mail.asp working. Can't see anything in your post on page3 Podge. And the fix from Carefree on page5 doesn't seem to work (I get an error when opening the page). I don't need that feature of the script though, so I just skipped it. Other then that everything seems to work. Though there might be things I've missed to test.
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 05 August 2009 :  07:14:28  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message  Reply with Quote
quote:
Can't see anything in your post on page3 Podge.
Thats because its gone missing. I'll see if I can find it somewhere.

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

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 05 August 2009 :  15:23:08  Show Profile  Reply with Quote
quote:
Originally posted by ZkilfinG

the fix from Carefree on page5 doesn't seem to work...



I put it back online (compatible with 3.4.07).
Go to Top of Page
Page: of 9 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07