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)
 Anti-spam Birthdate Add-on
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 3

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 14 January 2008 :  05:28:41  Show Profile  Reply with Quote
Do you have it turned on in your admin options?

<

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

forbert
Starting Member

1 Posts

Posted - 23 January 2008 :  15:09:05  Show Profile  Reply with Quote
This is just what's needed but, will it work on older forums, Shaggy?<
Go to Top of Page

muzishun
Senior Member

United States
1079 Posts

Posted - 23 January 2008 :  16:39:29  Show Profile  Visit muzishun's Homepage  Reply with Quote
It should work on older versions of the forum. As a side note, however, you should also look into making sure your forum is up to date with the security fixes posted on these boards. What version are you running?<

Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 23 January 2008 :  16:44:05  Show Profile  Visit modifichicci's Homepage  Reply with Quote
No because strMinAge is a value of snitz 06. It has to be adapted to old version or update to 06 version.<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

muzishun
Senior Member

United States
1079 Posts

Posted - 23 January 2008 :  18:11:32  Show Profile  Visit muzishun's Homepage  Reply with Quote
Ah, I didn't realize that. I don't actually have any older copies of the code to compare my current stuff to (mental note: get some of those). So yeah, forbert, there's your answer.

If you need help upgrading, post in the main help forums here, and we'll see what we can do to help.<

Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Go to Top of Page

woodywyatt
New Member

61 Posts

Posted - 10 April 2008 :  12:53:16  Show Profile  Visit woodywyatt's Homepage  Reply with Quote
I cant find the code in my register.asp file. I have 3.4.06
Any ideas?<
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 11 April 2008 :  04:24:20  Show Profile  Reply with Quote
Are you sure you're looking for the right code? Only one of the changes above applies to register.asp. If that's not the problem, please post a link to a *.txt copy of your register.asp file.

<

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

lucapan
Starting Member

9 Posts

Posted - 11 April 2008 :  04:32:46  Show Profile  Visit lucapan's Homepage  Reply with Quote
quote:
Originally posted by woodywyatt

I cant find the code in my register.asp file. I have 3.4.06
Any ideas?



At line 207 you will find the following code:

Err_Msg = ""


Then add the following code just after that:

''''''''''AGE / BIRTH DATE VALIDATION''''''''''
		if strAge = "1" then
			if len(Request.Form("Age")) > 0 then
				if not isNumeric(Request.Form("Age")) then
					Err_Msg = Err_Msg & "<li>You must enter a numerical value for your age.</li>"
				end if
			else
				Err_Msg = Err_Msg & "<li>You must provide your age.</li>"
			end if
		end if
		
		if strAgeDOB = "1" then
			if len(Request.Form("AgeDOB")) = 0 then
				Err_Msg = Err_Msg & "<li>You must provide your birth date.</li>"
			end if
		end if
		''''''''''''''''''''''''''''''''''''''''''''''


<

http://www.gpfun.net
GP Races with Grand Prix Legends
Go to Top of Page

Wildland
New Member

USA
74 Posts

Posted - 20 April 2008 :  20:35:27  Show Profile  Visit Wildland's Homepage  Reply with Quote
Love this mod thank you
Another one I would like to see is one that requires the first and last name to be different I get a lot of spammers who use the same for both. I have looked for one to do it but haven't came across it yet.<
Go to Top of Page

Kappax
Starting Member

5 Posts

Posted - 23 April 2008 :  13:49:13  Show Profile  Reply with Quote
Thanks you this mod is great.<
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 24 April 2008 :  04:05:53  Show Profile  Reply with Quote
You're both welcome

Be aware, though that the more people that make this tweak the quicker the bot authors will twig what we're doing and modify their bots to provide a date of birth.

<

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

AnonJr
Moderator

United States
5765 Posts

Posted - 24 April 2008 :  06:31:01  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Sadly, I've already got bots that are providing a DOB as they continue to hammer away at my church's site. The only time they've gotten through is when one (probably manned) actually validated the e-mail.<
Go to Top of Page

JJRose
Starting Member

6 Posts

Posted - 10 September 2008 :  11:48:35  Show Profile  Reply with Quote
Hi. I am running version 3.4.06, and am trying to modify the code in your Antispam birthdate add-on mod instructions.

In your instructions you say:
"Find the following on lines 1150 and 1465 (which will become line 1471 after the first edit) of pop_profile.asp and on line 381 of register.asp:"

Unfortunately, the code you mentioned to look for doesn't appear in either of those files. (I was able to modify the "inc_profile.asp" file successfully, so that one is no problem).

The pop_profile.asp file was edited when I added the "Gatekeeper Mod", so I guess that disappeared. But the register.asp file wasn't modified and the code doesn't appear on that page either.

May I email you both of the files I have, so that you can show me where to place the correct code?

Thanks in advance.

JJRose

<
Go to Top of Page

Zenfor
Junior Member

372 Posts

Posted - 26 February 2012 :  18:34:54  Show Profile  Reply with Quote
I'm not finding the lines you say to look for in pop_profile.asp and register.asp. Does this mean I'm not up to date and if so, how do I get up to date? Thanks!
Go to Top of Page

AnonJr
Moderator

United States
5765 Posts

Posted - 02 March 2012 :  09:39:57  Show Profile  Visit AnonJr's Homepage  Reply with Quote
quote:
Originally posted by Zenfor

...Does this mean I'm not up to date...

What version are you running? There were a few anti-spam additions to 3.4.07 (the current version), but I don't recall off the top of my head if this was one of the areas affected.
Go to Top of Page
Page: of 3 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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07