Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi frankdrake60 please check the following URL.

    Thank you

    Thread Starter frankdrake60

    (@frankdrake60)

    Hi there,

    i have done but the problem still remain…:(

    Further advices?

    Many Thanks

    Frank

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Okay try the following….

    – FTP to your host and rename this plugin’s folder or delete it.

    – FTP the .htaccess file to your computer and edit and remove all the code between and including the tags:
    # BEGIN All In One WP Security
    # END All In One WP Security

    – Log into phpMyAdmin and locate the dabase for the website you are having problems with. Go to the wordpress “options” table. Look for the row which has the option_name value of aio_wp_security_configs and delete that row.

    Thread Starter frankdrake60

    (@frankdrake60)

    Hi again,

    hoping it helps i send you a FAILURE message found in the folder wp-security-log

    [03/29/2015 12:09 PM] – FAILURE : Error inserting record into 2vh1eo_aiowps_login_activity

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Did you try my method above?

    Thread Starter frankdrake60

    (@frankdrake60)

    Hi there,

    just logged into phpMyAdmin but i can’t find the wordress “options” table and neither the row called aio_wp_security_configs.

    I took a screenshot about what I see and published it at this link

    http://anomaloussviluppo.com/rexnova_test/wp-content/uploads/2015/04/Schermata-2015-04-03-alle-15.28.31.png

    Where I have to go to find the aio_wp_security_configs row?

    Thanks again

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi I had a look at the image you provided. Delete the five entries on the top of the database table.

    I counted five from the top right hand side

    aiowps_events
    aiowps_failed_logins
    aiowps_global_meta
    aiowps_login_activity
    aiowps_login_lockdown

    Also as a general rule always create a backup just in case something goes wrong.

    Thread Starter frankdrake60

    (@frankdrake60)

    Hi again,

    i have just deleted the five entries but the problem is still there….

    I’m so frustrated…:(

    What else can i do?

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Did you also delete all plugin entries in the .htaccess file between the following headers and including the headers…

    # BEGIN All In One WP Security
    # END All In One WP Security

    Did you also delete the plugin via FTP?

    Make sure that you also clear the cache if you have a cache plugin. Also clear the browser cache.

    Thread Starter frankdrake60

    (@frankdrake60)

    Yes I deleted all the entries, includig headers

    Yes i deleted the plugin via FTP

    Yes I deleted the browser cache

    No, i don’t have any cache plugin

    Plugin Contributor mbrsolution

    (@mbrsolution)

    So let me see if I get this correct. You can’t access the following URL…www.yoursite.com/wp-admin or http://www.yoursite.com/login

    Thread Starter frankdrake60

    (@frankdrake60)

    Yes, that’s correct

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Okay the only thing that is left to do is rename the whole plugin folder. That should definitely get in.

    Plugin Contributor wpsolutions

    (@wpsolutions)

    frankdrake60,
    Go to your table called “2vh1e0_options” and look for the row which has option_name value of aio_wp_security_configs and delete that row.

    Alysha777

    (@alysha777)

    I am also locked out of my Dashboard. I can login to my site but as soon as I try to access my Dashboard it redirects me to a Yahoo search page from 127.0.0.1 (as it said it would to unauthorized users). But I never get the WordPress Login page. I use the name of my site with the word that replaces Admin in the URL and it puts me right into my site without any password.

    I read that this is because of the change to my .htaccess file. Here is is. Can anyone tell me what to change/delete?

    # BEGIN All In One WP Security
    #AIOWPS_BLOCK_WP_FILE_ACCESS_START
    <Files license.txt>
    order allow,deny
    deny from all
    </files>
    <Files wp-config-sample.php>
    order allow,deny
    deny from all
    </Files>
    <Files readme.html>
    order allow,deny
    deny from all
    </Files>
    #AIOWPS_BLOCK_WP_FILE_ACCESS_END
    #AIOWPS_BASIC_HTACCESS_RULES_START
    <Files .htaccess>
    order allow,deny
    deny from all
    </Files>
    ServerSignature Off
    LimitRequestBody 10240000
    <Files wp-config.php>
    order allow,deny
    deny from all
    </Files>
    #AIOWPS_BASIC_HTACCESS_RULES_END
    #AIOWPS_ENABLE_BRUTE_FORCE_PREVENTION_START
    RewriteEngine On
    RewriteCond %{REQUEST_URI} (wp-admin|wp-login)
    RewriteCond %{HTTP_COOKIE} !xxxxxxxx= [NC]
    RewriteCond %{HTTP_COOKIE} !aiowps_cookie_test_czu0j1zbpj= [NC]
    RewriteRule .* http://127.0.0.1 [L]
    #AIOWPS_ENABLE_BRUTE_FORCE_PREVENTION_END
    #AIOWPS_BLOCK_SPAMBOTS_START
    <IfModule mod_rewrite.c>
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} ^(.*)?wp-comments-post\.php(.*)$
    RewriteCond %{HTTP_REFERER} !^http(s)?://(.*)?\.mysite\.com [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule .* http://127.0.0.1 [L]
    </IfModule>
    #AIOWPS_BLOCK_SPAMBOTS_END
    # END All In One WP Security

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I changed the security pieces here that are actually available to everyone otherwise.

    Please help.

    Thanks,

    Aly

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Site and admin page no more reachable’ is closed to new replies.