Author |
Topic |
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 14 January 2008 : 05:28:41
|
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.” |
|
|
forbert
Starting Member
1 Posts |
Posted - 23 January 2008 : 15:09:05
|
This is just what's needed but, will it work on older forums, Shaggy?< |
|
|
muzishun
Senior Member
United States
1079 Posts |
Posted - 23 January 2008 : 16:39:29
|
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) |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
muzishun
Senior Member
United States
1079 Posts |
Posted - 23 January 2008 : 18:11:32
|
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) |
|
|
woodywyatt
New Member
61 Posts |
Posted - 10 April 2008 : 12:53:16
|
I cant find the code in my register.asp file. I have 3.4.06 Any ideas?< |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 11 April 2008 : 04:24:20
|
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.” |
|
|
lucapan
Starting Member
9 Posts |
Posted - 11 April 2008 : 04:32:46
|
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 |
|
|
Wildland
New Member
USA
74 Posts |
Posted - 20 April 2008 : 20:35:27
|
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.< |
|
|
Kappax
Starting Member
5 Posts |
Posted - 23 April 2008 : 13:49:13
|
Thanks you this mod is great.< |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 24 April 2008 : 04:05:53
|
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.” |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 24 April 2008 : 06:31:01
|
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.< |
|
|
JJRose
Starting Member
6 Posts |
Posted - 10 September 2008 : 11:48:35
|
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
< |
|
|
Zenfor
Junior Member
372 Posts |
Posted - 26 February 2012 : 18:34:54
|
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! |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 02 March 2012 : 09:39:57
|
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. |
|
|
Topic |
|