Support » Plugins » [Plugin: Stealth Login] Doesnt Work

  • Resolved coke3grad

    (@coke3grad)


    It doesnt work with WordPress 2.5 RC2. Do I have to make something special. I installed the plugin as usual and made the following options:

    login
    Redirect: WordPress Admin
    logout
    Stealth Mode: Enable

    I mean its really easy. Maybe there is a failure in my htaccess file.

    http://wordpress.org/extend/plugins/stealth-login/

Viewing 15 replies - 1 through 15 (of 15 total)
  • skullbit

    (@skullbit)

    I can’t imagine 2.5RC2 changed enough to break the plugin already, but I will update and see what happens. It would help if you could be more specific about what doesn’t work, does your login slug show a 404? Does the stealth mode not work – can you still access wp-login.php directly? (it should redirect you to a 404.)
    Thanks!

    Thread Starter coke3grad

    (@coke3grad)

    Thanks for your reply. Oh sorry I didnt describe. Yes, the login and logout slug always shows error 404 and I have still the access via wp-login.php. Here my website: http://www.soma3.de

    skullbit

    (@skullbit)

    I’ve updated the plugin to 1.1, and it should work much better now and much stealthier as well. I’ve also set it to output the .htaccess settings so if you do still have problems, pasting that may help.

    skullbit

    (@skullbit)

    Released another upgrade today – added the ability to do registrations as well. Stealth Mode tweaked a bit more as well. Let me know if the updates solved your problem. Thanks!

    galeth

    (@galeth)

    I used to have the same problem as coke3grad and with the new updates it is solved.

    Thanks for solving it so early

    Thread Starter coke3grad

    (@coke3grad)

    Thanks. It works now.

    Had a problem Stealth Login taking down my site this morning with an internal server error. The error logs reported:

    [Fri Apr 04 10:28:36 2008] [alert] [client XX.XX.XXX.XXX] /home/sharedservername/public_html/.htaccess: </files> without matching <files> section

    [Fri Apr 04 10:28:36 2008] [error] [client XX.XX.XXX.XXX] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace.

    Checked the .htaccess file. I had three redirects that were added in the past that were now missing. After clearing out the .htaccess file, we were back in action.

    I had just installed this plugin yesterday with initial problems. So I can’t say this was the only smoking gun.

    I just installed this plugin but when I tried (repeatedly) to save the settings I was told the .htaccess file wasn’t updated. I tried clearing the .htaccess file but that didn’t work either. So the plugin’s not working. I’m running 2.5 with the following other plugins installed: 1bit, advanced permalinks, drain hole, register plus, role manager, and simple tags.

    Any ideas? I’d love to get this thing working!

    hey skillbit, the contact form on your web site isn’t working.

    sorry, skullbit. not skillbit…

    this plugin doesn’t seem to change the wp_loginout() and wp_register() links created by templates. you should use the filters ‘loginout’ and ‘register’ to fix these links. (WP 2.6.1)

    This plugin doesn’t.
    I am using windows server.
    Skulbit please answer.

    My WordPress Version : 2.7
    My Stealth Login Verison : 1.2

    levani01

    (@levani01)

    WordPress Version : 2.7.1
    Stealth Login Verison : 1.3

    It doesn’t work 🙁

    devbit

    (@devbit)

    Please be a bit more descriptive in your definition of “It doesn’t work” I tested it on my installation of 2.7.1 and it does work, so obviously there are conditions on your installation that are causing problems. I can’t fix these issues if you don’t share them.

    1. Are you running other plugins that deal with logging in, changing the htaccess file or anything else that might conflict with the plugin?
    2. Are you using Stealth Mode or normal mode?
    3. Is it updating your htaccess file when you save the settings?
    4. What message do you get?
    5. Can you update the htaccess file manually?
    6. Does it help?
    7. Can you paste your htaccess output code for review? (The stealth keys are regenerated on every save so don’t worry about that)

    Help me, help you!

    levani01

    (@levani01)

    Are you running other plugins that deal with logging in, changing the htaccess file or anything else that might conflict with the plugin?

    Yes I’m using Peter’s Login Redirect plugin but I disabled it before activating Stealth Login.

    Are you using Stealth Mode or normal mode?

    I’m using normal mode.

    Is it updating your htaccess file when you save the settings?

    No it doesn’t!

    What message do you get?

    I get a message that all setting saved successfully.

    # Can you update the htaccess file manually?
    # Does it help?

    Yes I can but it doesn’t help.

    Can you paste your htaccess output code for review? (The stealth keys are regenerated on every save so don’t worry about that)

    # STEALTH-LOGIN
    RewriteRule ^logout wp-login.php?action=logout&_wpnonce=fe19a2acc4 [L]
    RewriteRule ^admin wp-admin/ [R,L]
    RewriteRule ^login wp-login.php?&redirect_to=http://answers.ge/wp-admin/ [R,L]
    RewriteRule ^register wp-login.php?action=register [L]
    
    # END STEALTH-LOGIN

    Anything else?

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘[Plugin: Stealth Login] Doesnt Work’ is closed to new replies.