Title: johanee's Replies | WordPress.org

---

# johanee

  [  ](https://wordpress.org/support/users/johanee/)

 *   [Profile](https://wordpress.org/support/users/johanee/)
 *   [Topics Started](https://wordpress.org/support/users/johanee/topics/)
 *   [Replies Created](https://wordpress.org/support/users/johanee/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/johanee/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/johanee/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/johanee/engagements/)
 *   [Favorites](https://wordpress.org/support/users/johanee/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 89 total)

1 [2](https://wordpress.org/support/users/johanee/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/johanee/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/johanee/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/johanee/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/johanee/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/johanee/replies/page/2/?output_format=md)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[PayPal Enterprise Payments (formerly Braintree) for WooCommerce] Only for United States](https://wordpress.org/support/topic/only-for-united-states/)
 *  [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/only-for-united-states/#post-8465555)
 * “… in the U.S. only.”
    [https://wordpress.org/plugins/woocommerce-gateway-paypal-powered-by-braintree/faq/](https://wordpress.org/plugins/woocommerce-gateway-paypal-powered-by-braintree/faq/)
 * “… only available in the U.S.”
    [https://docs.woocommerce.com/document/woocommerce-gateway-paypal-powered-by-braintree/#does-this-plugin-work-worldwide](https://docs.woocommerce.com/document/woocommerce-gateway-paypal-powered-by-braintree/#does-this-plugin-work-worldwide)
 * Followed up by:
    [https://docs.woocommerce.com/document/woocommerce-gateway-paypal-powered-by-braintree/#do-you-have-a-braintree-extension-that-works-in-non-us-countries](https://docs.woocommerce.com/document/woocommerce-gateway-paypal-powered-by-braintree/#do-you-have-a-braintree-extension-that-works-in-non-us-countries)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts] Plugin hacked](https://wordpress.org/support/topic/plugin-hacked-1/)
 *  Plugin Contributor [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-hacked-1/page/2/#post-4581782)
 * Hi,
 * Thanks for sending me a notice.
 * I’ve not seen reports like this before, and will investigate. If you have any
   additional information please send it my way.
 * Thanks,
    Johan Eenfeldt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Use Google Libraries] Fix for PHP 5 strict warning](https://wordpress.org/support/topic/fix-for-php-5-strict-warning/)
 *  Thread Starter [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/fix-for-php-5-strict-warning/#post-4179295)
 * Ok, though as noted you can fix it while keeping PHP 4 compatability by switching
   the constructors around.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] Redirection doesn't function with newest version (2.9)](https://wordpress.org/support/topic/redirection-doesnt-function-with-newest-version-29/)
 *  [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/redirection-doesnt-function-with-newest-version-29/#post-3891702)
 * Yes, there is a bug in latest version.
 * On line 413 & 416 in page-links-to.php you can change “$wp_query->post_ID” to“
   $wp_query->post->ID”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts] SCARY! Limit Login Attempts lockout bypassed?](https://wordpress.org/support/topic/scary-limit-login-attempts-lockout-bypassed/)
 *  Plugin Contributor [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/scary-limit-login-attempts-lockout-bypassed/#post-2761049)
 * I’ll be working on this tomorrow afternoon CET (no computer access right now).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts] SCARY! Limit Login Attempts lockout bypassed?](https://wordpress.org/support/topic/scary-limit-login-attempts-lockout-bypassed/)
 *  Plugin Contributor [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/scary-limit-login-attempts-lockout-bypassed/#post-2761046)
 * Can you check what urls was attempted from the access log?
 * Do you still get attempts? Would you be willing to run some testcode to figure
   out what is going on?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Add exceptions to a special IP in Limit Login Attempts Plugin](https://wordpress.org/support/topic/add-exceptions-to-a-special-ip-in-limit-login-attempts-plugin/)
 *  [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/add-exceptions-to-a-special-ip-in-limit-login-attempts-plugin/#post-2841732)
 * From version 1.7.0 there is a filter hook in the plugin to whitelist IPs.
 * There is an example in the FAQ section of the readme, as well as a comment in
   the plugin file. You’ll need basic programming knowledge.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts] Integrating Limit Login Attempts Plugin to Custom Login](https://wordpress.org/support/topic/integrating-limit-login-attempts-plugin-to-custom-login/)
 *  Plugin Contributor [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/integrating-limit-login-attempts-plugin-to-custom-login/#post-2476567)
 * wp_signon() should work out of the box. I’m not sure what the trouble is. If 
   you send a copy of your login page to [johan.eenfeldt@kostdoktorn.se](https://wordpress.org/support/users/johanee/replies/johan.eenfeldt@kostdoktorn.se?output_format=md)
   I’ll check it out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts] SCARY! Limit Login Attempts lockout bypassed?](https://wordpress.org/support/topic/scary-limit-login-attempts-lockout-bypassed/)
 *  Plugin Contributor [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/scary-limit-login-attempts-lockout-bypassed/#post-2761019)
 * Hi,
 * You are right, somewhat. I’ll fix up the priority, but as you say it does not
   really matter. The important thing is that it runs during the plugins_loaded 
   action instead of the init action. The later is after WP core first parse the
   auth cookie. That was the bug introduced in 1.6.2.
 * The comment is supposed to describe the fact that the plugins_loaded action is
   the earliest standard action available.
 * I’ll continue looking as this. We might still have teoretical trouble if a plugin
   or theme uses certain functions on their file load.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts] SCARY! Limit Login Attempts lockout bypassed?](https://wordpress.org/support/topic/scary-limit-login-attempts-lockout-bypassed/)
 *  Plugin Contributor [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/scary-limit-login-attempts-lockout-bypassed/#post-2761009)
 * I’ve finally found an explanation for this.
 * There was a bug that allowed an attacker to keep trying “auth cookies” even during
   lockout.
 * See changelog of new release for more details.
 * And thank you for the report which started this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Limit Login Attempts email address](https://wordpress.org/support/topic/limit-login-attempts-email-address/)
 *  [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/limit-login-attempts-email-address/#post-2760283)
 * Hi,
 * There is currently no way to change where the email notifications are sent from
   the Limit Login Attempts plugin.
 * On a multisite install it gets sent to the network admin, otherwise to the site
   admin.
 * I have it on the todo list to allow this to be changed. I’ll get to it. Eventually.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts] [Plugin: Limit Login Attempts] Logs location?](https://wordpress.org/support/topic/plugin-limit-login-attempts-logs-location/)
 *  Plugin Contributor [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-limit-login-attempts-logs-location/#post-2629351)
 * The logs are stored in the wp_options table as a serialized array.
 * I would not recommend modifying it unless you really know what you are doing.
   Perhaps you could copy the information you want to keep to an external document
   and clear the logs?
 * Anyway, the option key in question is “limit_login_logged”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts] [Plugin: Limit Login Attempts] bbpress](https://wordpress.org/support/topic/plugin-limit-login-attempts-bbpress/)
 *  Plugin Contributor [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-limit-login-attempts-bbpress/#post-2644532)
 * As bbPress is a normal WP plugin these days it should work, but I have no idea
   if anyone is using it. Apparently no one on this board.
 * Please contact me with your experience if you try it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts] Integrating Limit Login Attempts Plugin to Custom Login](https://wordpress.org/support/topic/integrating-limit-login-attempts-plugin-to-custom-login/)
 *  Plugin Contributor [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/integrating-limit-login-attempts-plugin-to-custom-login/#post-2476560)
 * Hi,
 * How it works:
    * the error object returned from wp_signon() on a failed login
   will include our error message * when displaying the login page otherwise you
   can get the retries information either by calling limit_login_get_message() directly
   or by using the global $error like wp-login.php.
 * Try something like the following pseudo-code:
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   The maximum number of lines of code that you can post in these forums is **ten
   lines**. Please use the [pastebin](http://wordpress.pastebin.com/)]_
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts] [Plugin: Limit Login Attempts] Block IP single attempt on user name](https://wordpress.org/support/topic/plugin-limit-login-attempts-block-ip-single-attempt-on-user-name/)
 *  Plugin Contributor [johanee](https://wordpress.org/support/users/johanee/)
 * (@johanee)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-limit-login-attempts-block-ip-single-attempt-on-user-name/#post-2668565)
 * I do not think this is advisable as a general rule. I will however be adding 
   a hook to the lockout path in the next version if anyone want to do it themselves.

Viewing 15 replies - 1 through 15 (of 89 total)

1 [2](https://wordpress.org/support/users/johanee/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/johanee/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/johanee/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/johanee/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/johanee/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/johanee/replies/page/2/?output_format=md)