Community Support Forums — WordPress® ( Users Helping Users ) — 2011-10-02T04:01:03-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15380 2011-10-02T04:01:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15380&p=42158#p42158 <![CDATA[Re: Max failed logins drives me MAD,can't login as admin any]]>
Create the directory/file /wp-content/mu-plugins/s2hacks.php
Code:
<?php
add_action 
("ws_plugin__s2member_before_ip_restrictions_ok""my_function");
function 
my_function ($vars = array ())
{
    
$vars["__refs"]["restriction"] = false/* Do NOT impose restrictions. */
}
?>


I think that'll remove the restriction so you can login and then reset/edit the Unique IP restriction from the Dashboard. WP Admin -> s2Member -> Restriction Options -> Unique IP

I hope it helps.

Statistics: Posted by Cristián Lávaque — October 2nd, 2011, 4:01 am


]]>
2011-10-01T08:53:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15380&p=42065#p42065 <![CDATA[Max failed logins drives me MAD,can't login as admin anymore]]> Last development, I can't login as admin anymore!

"Max failed logins. Please wait 30 minutes and try again."
Coming back after 30 minutes does NOT change anything and does NOT let me in!

Where do I reset the d* thing please?

I could not find anything in the database, please tell me where do I have to go (WITHOUT admin access as quoted above!) through ftp, phpmyadmin, to reset that weird bahaviour?

Need to set it to "unlimited IPs" please!
It's **** urgent guys!

Thank you!

Statistics: Posted by candy — October 1st, 2011, 8:53 am


]]>