View Single Post
  #23  
Old 05-29-2009, 11:21 PM
X-Nitro X-Nitro is offline
New Member
 
Join Date: May 2009
Posts: 8
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 :
Code:
$ curl -I dracoola.com


MyBB Bulletin Board
Code:
$ curl -I kikil.org


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 ? o_O


Now, other victims appeared.
http://idwz.net
http://moviedb.asia


Complete .htaccess for idwz.net (Permalinks: /downloads/%postname%.aspx) :
PHP 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 
Complete .htaccess for moviedb.asia (Permalinks: /%postname%.aspx/?%post_id%.download) :
PHP 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 
I'm desperate.
Reply With Quote