peterdog
Forum Replies Created
-
Forum: Plugins
In reply to: [Stealth Login Page] Plugin Conflict After UpdateLike I said in this thread and the changelog, I killed the URL filter because it was causing 10x more support tickets than it has with not being in place.
http://wordpress.org/support/topic/stealth-login-lost-password-link?replies=10
That thread also includes a link to the code I removed.
Forum: Plugins
In reply to: [Stealth Login Page] How to obscure login link on page or widgetUh, no.
Rob, there are .htaccess mod-rewrites you can do that I didn’t want to get into with this because of the troubles it can cause with the nearly infinite number of configurations that might already be in place. Your best bet is to handle this at the .htaccess level.
If you want to put the filter back in place, here is the code I removed. https://gist.github.com/pmgllc/5705808
I’m about to release 4.0 in the next 5-10 days, which will allow extensibility for add-ons and people can add their own rewrites or I’ll make one available.
Forum: Reviews
In reply to: [Stealth Login Page] Good workingThanks for the rating. I’m glad it’s doing the trick for you.
Forum: Reviews
In reply to: [Stealth Login Page] Works!It’s not a Rickroll, but funny enough for my thumbs up. Thanks for taking the time to review it.
Forum: Reviews
In reply to: [Stealth Login Page] great stuffThank you. I’m glad it’s doing the trick for you.
Forum: Plugins
In reply to: [Stealth Login Page] How do the attackers know my secret??No, this thread and this is why I killed the URL filter: http://wordpress.org/support/topic/leaked-stealth-parameters?replies=9
That other person was just being a jerk and wanted something else.
Forum: Plugins
In reply to: [Stealth Login Page] How do the attackers know my secret??I’m no longer supporting versions < 3.0.0 as it was a nearly total re-write. Upgrade and then check your logs tomorrow. You need to kill the URL filter that may expose that URL, as noted in several other threads in this forum on pre-3.0.0 issues, and that’s what 3.0.0 did.
Forum: Plugins
In reply to: [Stealth Login Page] How do the attackers know my secret??They don’t. They are hitting wp-login.php remotely. I’m releasing a premium extension in the next week or two to kill those… and you should be using 3.0.0 – it’s been out for several days now.
Forum: Plugins
In reply to: [Stealth Login Page] Unable to Login After This updateI’m not familiar with that plugin or what it does and the nature of this being a free, hobby plugin, I can’t ensure that it doesn’t conflict with others.
This update killed the URL filter, so if that is needed back in for you (it was creating 80% of my support tickets), then grab the code here: https://gist.github.com/pmgllc/5705808
I am releasing a premium extension for it in the next week or so that will be the mother of all redirects and will definitely ensure you don’t need to use two-factor authentication.
Forum: Plugins
In reply to: [Stealth Login Page] Conflict with MarketPressI removed the URL filter yesterday because of all the support issues related to conflicts with membership plugins. There is the code I took out.
Too many plugins, man. K.I.S.S.
Forum: Plugins
In reply to: [Stealth Login Page] MultiSiteI haven’t tested with relative URLs – try a static URL and let me know. If no success, hit me on my contact form just for this item and shoot me the real URLs to see if I can determine the issue from the front end.
Forum: Plugins
In reply to: [Stealth Login Page] Stealth Login Lost Password LinkHere is the code to add it back in, but I suspect it’s still not going to do what you need – worth a shot.
Forum: Plugins
In reply to: [Stealth Login Page] Conflict with MarketPressI see no reason this would happen, as the plugin doesn’t use cookies. I am using this on another MemberPress site for a client and it doesn’t have any cart issues that we’re aware of.
3.0.0 removed the URL filter… is that part working for you or do you think you want to add it back in? https://gist.github.com/pmgllc/5705808
Forum: Plugins
In reply to: [Stealth Login Page] Not stopping the latest bot attacksDownload 3.0.0 today.
Forum: Plugins
In reply to: [Stealth Login Page] How to obscure login link on page or widgetI killed that filter because of the number of support requests it created… now I got one with it gone.
It’s not going to work for all situations and this is one of them.
This is for people wanting to kill brute force attempts by hiding the login form, so anyone at all who wants people on their form should not use this plugin.