Just a couple of suggestions..
If i knew a lil more info about the specific attacks we are getting.. I could help alot more.. but knowing nothing really other than the fact that we are getting attacked some things u might want to try.. btw i have a feeling these are syn flood attacks not ddos (but without knowing more info like i said i am little help) If you want to give me more info that would be great i would be glad to help.. and i won't even charge lolz...
anyways you could try this
In your <?php files ex. viewmessage.php
in htaccess..Code:if(stristr($QUERY_STRING,'%2527')) { die(); }
Code:RewriteCond %{QUERY_STRING} ^(.*)highlight=\%2527 [OR] RewriteCond %{HTTP_USER_AGENT} ^lwp [NC] RewriteRule ^.*$ - [F,L]