Title: ermany's Replies | WordPress.org

---

# ermany

  [  ](https://wordpress.org/support/users/ermany/)

 *   [Profile](https://wordpress.org/support/users/ermany/)
 *   [Topics Started](https://wordpress.org/support/users/ermany/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ermany/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ermany/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ermany/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ermany/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ermany/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog Admin is completely messed up](https://wordpress.org/support/topic/blog-admin-is-completely-messed-up/)
 *  [ermany](https://wordpress.org/support/users/ermany/)
 * (@ermany)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/blog-admin-is-completely-messed-up/page/2/#post-1132271)
 * 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…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [ephoto theme problem](https://wordpress.org/support/topic/ephoto-theme-problem/)
 *  [ermany](https://wordpress.org/support/users/ermany/)
 * (@ermany)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/ephoto-theme-problem/#post-1146662)
 * I had the same problem than I solved it thanks to selcyis. I added some pictures
   and it worked fine. But now the new pictures I add doesn’t appear on thumbnail
   section.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [pages shift down !!](https://wordpress.org/support/topic/pages-shift-down/)
 *  Thread Starter [ermany](https://wordpress.org/support/users/ermany/)
 * (@ermany)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/pages-shift-down/#post-710858)
 * alexleonard thanks a million times dude… it really helped me … thanks so much
   i figured out the problem… i thought that it is a problem in the pages.php of
   template, but never thought about all-in-one seo pack…
 * Here is what i did to fix it; (if anyone else has the problem)
    If you are using
   All-in-one Seo Pack and if you fill up “Additional Page Meta Tags” field at the
   options menu of All-in-one Seo Pack you’ll probably have the same problem with
   me.
 * Just delete the text in “Additional Page Meta Tags” field and you will be ok!
   😀

Viewing 3 replies - 1 through 3 (of 3 total)