Freeform Spam is rejecting all of my forms
Posted: 09 August 2007 08:20 AM   [ Ignore ]
Newbie
Rank
Total Posts:  4
Joined  2007-08-07

If I enter nothing in the blacklist area, my form works correctly, but when I add _any_ keyword the form is always rejected. I’m trying to recect anything that looks like a link, so I’ve tried keywords like html, and www
I’m also running an older version of EE 1.5.2, could that be the problem?

I looked at the code a little and it appears that the blacklisted keywords should be entered one per line and the code then parses the keywords by \n and \r into an array.  If I’m wrong about the syntax of the keywords, please let me know.  Maybe I’m just using the product incorrectly.

Profile
 
 
Posted: 20 August 2007 03:53 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  693
Joined  2004-03-30

Django,

I think the issue you are having is due to the fact that you are wanting to prevent links. Natively Freeform has hidden fields that can contain the keywords you’re banning, since they are links. View the source of your page and have a look at all the fields, if you find your keywords in any of the fields, that’s your issue. Freeform checks all fields for banned words. If you find this to be the case on your site we can look into some work-arounds.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 21 August 2007 10:19 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  4
Joined  2007-08-07

Mitchell,

Thank you for the reply.  I looked at the “view source” and you are correct about the hidden variables that contain values with the keywords I’m trying to eliminate.

Here is a link to the form:
http://www.rauenhorst.com/

It’s just a very simple form where the user can enter two fields. It’s the second text field that’s getting filled with porn links.

I’d definitely like to restrict the text in the text box so no links can be entered. Or if you have any ideas or workarounds that would accomplish this better I definitely could use you help.  I’m not that experienced in php and regex to go into the code and change it, but if you can tell me what needs to be changed I could probably try it.  I doesn’t make sense to me that values for the hidden variables are checked against the spam list, would it be possible to remove that condition from the code?

Thanks,

Dean

Profile
 
 
Posted: 22 August 2007 12:07 PM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  4
Joined  2007-08-07

What do you suggest for a work-around?

Profile
 
 
Posted: 22 August 2007 12:26 PM   [ Ignore ]   [ # 4 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  693
Joined  2004-03-30

I’m afraid I don’t have a work-around for you.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 29 October 2007 07:23 AM   [ Ignore ]   [ # 5 ]
Newbie
Rank
Total Posts:  1
Joined  2007-10-29

Interesting information. I would love to know too if it would be possible to remove that condition from the code? If someone could tell us it would be great. Thanks.

 Signature 

escort agencies, Escorts London, anal sex,london escort agency

Profile
 
 
Posted: 11 September 2008 09:42 AM   [ Ignore ]   [ # 6 ]
Newbie
Rank
Total Posts:  12
Joined  2007-02-21

I have a semi-workaround it doesn’t prevent all urls but blocks any which are coded (stops most), place these characters in your blacklist :

=
>
<
[
]

Profile