peterdog
Forum Replies Created
-
Forum: Plugins
In reply to: [Stealth Login Page] Does not redirect at allI setup a bare VPS yesterday and put up a brand new site with no content and 2 plugins: Limit Login Attempts and 4.0 of Stealth Login Page. It’s redirecting for me.
http://screencast.com/t/w9yu8udBc2n
I cannot replicate your issue to do any testing. What is your access log showing as happening? Error log?
Forum: Plugins
In reply to: [Stealth Login Page] Please return /wp-login.php?question=answer !Try using the wp-config method. Else you will probably have to go into your wp_options table and look for your auth_key and edit the value to what it would be with the question/answer response.
FYI, this is under active development again with a backend developer and we’ll be releasing a fantastic v5.0 this quarter.
Forum: Plugins
In reply to: [Stealth Login Page] Hi, when will this support multisite installation?Added that way, way back with the ability to add the codes to wp-config.php. Drop back to 2.1.3 if the new field on the login form kills the old read for that question/answer handshake.
It should still work in 4.0 if you had the old version.
elseif ( isset( $slp_question ) && isset( $slp_answer ) && isset( $slp_redirect ) ) { require_once SLP_PLUGIN_DIR . 'includes/functions-oldfile.php'; // loads the wp-config.php functions }The latest version states MU compatibility in the readme file and here on the Installation tab: https://wordpress.org/plugins/stealth-login-page/installation/
Add the following variables to wp-config.php if you are on a MU site and want to globally activate it with the same settings on all sites (change what is in quotes to your liking):
$slp_redirect “URL”;
$slp_authorization “string”;Forum: Plugins
In reply to: [Stealth Login Page] Admins onlyThanks.
I’m working with another security dev to block more remote activity and bypass users that are logged in and allow for internal forms (like Gravity Forms registration or the Premise forms) that don’t hit wp-login.php. Probably sometime in December the way my plate looks now.
Did you go to settings? There is an SLP menu item like for many other plugins, as that’s where settings go unless the author makes a top-level menu.
Forum: Plugins
In reply to: [Stealth Login Page] Why the change? 4.0It has been abandoned for the time-being because it was going to take 3-5 days to re-tool it to bring back items from an old file structure AND account for the WP 3.7 Heartbeat API.
I could pick up development again for a few hundred dollars to devote a couple of hours per day for a while to do alongside my client projects.
If you’re willing to get the logout/timeout issues with Heartbeat kicking you out, then I’d recommend reverting to a v3.x.x version that still used the URL stealth.
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Fatal error upon update todayI ran a backup and tried that. All is good. Must have been a failed upgrade. Thanks!
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Fatal error upon update todayThanks. Are there settings I need to be aware of to do that or just leave the old one renamed and install it again from the repo via the dashboard? Pretty sure if I just enable it we’ll get an issue.
Forum: Reviews
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] AVOID THIS PLUGIN!!!Can you show where/how that is happening? I’ve searched the code in the entire plugin and that URL is not present.
Forum: Reviews
In reply to: [Logout Roulette] Superb, extensible, scalable. Needs more.I think you’re onto something there…
Forum: Reviews
In reply to: [Logout Roulette] Totally useless! I'm still logged in!Click a different star.
Forum: Plugins
In reply to: [MailChimp Comment Optin] Can't remove this plugin!Things that say “Cache” in them. Super Cache. W3 Total Cache.
If a plugin is no longer there, but it is still on the front-end of the site, then it is cached. You must empty the cache.
Forum: Plugins
In reply to: [MailChimp Comment Optin] Can't remove this plugin!Are you using a caching plugin?
Forum: Reviews
In reply to: [Query Monitor] Really helpful!I especially love debugging without using wp-config so the world can see the errors/paths just because it’s so quick to do. Query Monitor is both painless and elegant.
Forum: Plugins
In reply to: [Stealth Login Page] 403 erroeAre you sure the login file exists on your server? If it won’t delete the plugin folder, then you should contact your host to have it removed and remove the options from the SQL table.