• Thanx so much for this great plugin.
    I notice that some visitors running into “POST more than two days after GET” while submitting forms.
    I like to deactivate this rule in the php.
    Any hint where to find the function in the script is appreciated.
    Would be great if this could be an option in the plugin backend.

    http://wordpress.org/extend/plugins/bad-behavior/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same here!

    Thread Starter telebrain

    (@telebrain)

    Try to change in the post.inc.php around line 85 the value 172800 to another.
    if ($screener + 172800 < time())
    Hint, use google and search for e.g. “1 week in seconds”

    Well, updating the plugin seemed to fix the “POST more than two days after GET” error I was getting. If it turns out otherwise, I’ll try this snippet. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Bad Behavior] disable rule for – POST more than two days after GET’ is closed to new replies.