Let me introduce my self, I'm X-Nitro 2nd Administrator of DraCoola Multimedia. This bugs only occured on Wordpress Instalation. For example, like some pictures below :
!= Wordpress :
MyBB Bulletin Board
Now, I will try get header information from some victims (checked at 08:13 GMT+7)
And then, I'll try to get header information again from some victims above.
Automatic Cured, huh ?
Now, other victims appeared.
http://idwz.net
http://moviedb.asia
Complete .htaccess for idwz.net (
Permalinks: /downloads/%postname%.aspx) :
PHP:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Complete .htaccess for moviedb.asia (
Permalinks: /%postname%.aspx/?%post_id%.download) :
PHP:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I'm desperate.