Results 1 to 14 of 14
  1. #1
    Join Date
    Jun 2004
    Posts
    308

    my wordpress blog ask for pasword

    i have no idea why my blog suddenly showing password login for public as shown in the attachment, what could cause that?
    Attached Thumbnails Attached Thumbnails login.png  

  2. #2
    Join Date
    Oct 2008
    Location
    Singapore
    Posts
    4,685
    Which part of WordPress is it from? The template?

  3. #3
    Join Date
    Mar 2010
    Posts
    81
    where is it? on your home page?
    Syahrul Ramadhan

  4. #4
    Join Date
    Jun 2004
    Posts
    308
    yes on my homepage, thats really weired

  5. #5
    have you set any plugin for protection ?
    Hillock Hosting
    Unlimited Hosting Solution
    Reliable Shared | Reseller| VPS Hosting Services

  6. #6
    Join Date
    Jun 2004
    Posts
    308
    Quote Originally Posted by Hillockhosting View Post
    have you set any plugin for protection ?
    yes AskApache Password Protect plugin few days ago but it was the defult installation, didnt change any settings.

    even the wordpress admin control panel page show the same thing

  7. #7
    Join Date
    Mar 2010
    Posts
    81
    Quote Originally Posted by xmlxp View Post
    yes AskApache Password Protect plugin few days ago but it was the defult installation, didnt change any settings.

    even the wordpress admin control panel page show the same thing
    that's it...rename or delete the plugins from cpanel, and try logging into wp-admin page
    Syahrul Ramadhan

  8. #8
    Join Date
    Jun 2004
    Posts
    308
    Quote Originally Posted by aroel View Post
    that's it...rename or delete the plugins from cpanel, and try logging into wp-admin page
    i remamed the plugin from FTP but still the same problem, is it possible the plugin edited the .htaccess file for some reason?

  9. #9
    Join Date
    Mar 2010
    Posts
    81
    Quote Originally Posted by xmlxp View Post
    i remamed the plugin from FTP but still the same problem, is it possible the plugin edited the .htaccess file for some reason?
    yeah, it could be, however i've never used that plugin. why don't you see the .htaccess and find any .htpasswd on your hosting, then rename it
    Syahrul Ramadhan

  10. #10
    Join Date
    Jun 2004
    Posts
    308
    this is .htaccess file content:

    Code:
    Options FollowSymLinks MultiViews Indexes ExecCGI
    AddType application/x-httpd-cgi .ps
    AddHandler cgi-script .ps	
    AddHandler cgi-script .ps

  11. #11
    Join Date
    Jun 2004
    Posts
    308
    here is the content of the index.php which is suppose to be the homepage of the wordpress (correct me if am wrong here):

    Code:
    <?php
    /**
     * Front to the WordPress application. This file doesn't do anything, but loads
     * wp-blog-header.php which does and tells WordPress to load the theme.
     *
     * @package WordPress
     */
    
    /**
     * Tells WordPress to load the WordPress theme and output it.
     *
     * @var bool
     */
    define('WP_USE_THEMES', true);
    
    /** Loads the WordPress Environment and Template */
    require('./wp-blog-header.php');
    ?>

  12. #12
    Join Date
    Aug 2011
    Posts
    5
    Quote Originally Posted by xmlxp View Post
    here is the content of the index.php which is suppose to be the homepage of the wordpress (correct me if am wrong here):

    Code:
    <?php
    /**
     * Front to the WordPress application. This file doesn't do anything, but loads
     * wp-blog-header.php which does and tells WordPress to load the theme.
     *
     * @package WordPress
     */
    
    /**
     * Tells WordPress to load the WordPress theme and output it.
     *
     * @var bool
     */
    define('WP_USE_THEMES', true);
    
    /** Loads the WordPress Environment and Template */
    require('./wp-blog-header.php');
    ?>
    Yes, this is a "homepage of the wordpress" as you said - main file executed on every page load in your WordPress. However, It does not says anything because every wordpress index.php looks like this one. I don't think that the plugin have changed some main files.

    Does your admin panel works? Is there any more plugins installed? This is really weird.

  13. #13
    Join Date
    Jun 2004
    Posts
    308
    Quote Originally Posted by MGarden View Post
    Yes, this is a "homepage of the wordpress" as you said - main file executed on every page load in your WordPress. However, It does not says anything because every wordpress index.php looks like this one. I don't think that the plugin have changed some main files.

    Does your admin panel works? Is there any more plugins installed? This is really weird.
    i even renamed the plugin directory to prevent any connection with all plugins inside it, but still the same problem.

    same problem also for admin login control panel. am i hacked?

  14. #14
    Join Date
    May 2010
    Location
    Bhakkar
    Posts
    1,592
    Seems that your are hacked because there is nothing suspicious in index.php and also in .htaccess. So, if you have a recent backup, try to restore that and secure things again.
    HostinPK.com
    [US/UK] Shared Hosting, Reseller Hosting, VPS Hosting
    cPanel/CWP | Softaculous | WHMCS | Dedicated IP | SSL
    We accept PayPal, 2checkout, Credit Cards, and Bank payments

Similar Threads

  1. Replies: 0
    Last Post: 02-15-2011, 05:18 AM
  2. Replies: 1
    Last Post: 11-04-2009, 08:32 PM
  3. How does this wordpress blog do this?
    By killrwhale in forum Web Design and Content
    Replies: 15
    Last Post: 10-02-2009, 10:50 AM
  4. Wordpress Blog Hosting - We Install Your Blog
    By TomFX in forum Shared Hosting Offers
    Replies: 0
    Last Post: 05-09-2007, 06:41 AM
  5. Need Wordpress Blog Template
    By liyuanzao in forum Design Offers
    Replies: 0
    Last Post: 12-17-2005, 02:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •