Last 2 weeks, multiple bots from different IP addresses keep hitting this particular file.... are they trying to find a hole or vulnerability or just trying to spam in the dolphin script? The file /modules/classes/Config.php simply doesn't exist. Or was it supposed to? In line 63-65 this is it:
$sClassName = $sClassPrefix . 'Config';
require_once($sClassPath . $sClassName . '.php');
$this->_oConfig = new $sClassName($aModule);
Makes me wonder if I messed up the script a little somewhere.
[Sun Feb 16 22:50:20 2014] [warn] [client 108.177.231.163] mod_fcgid: stderr: PHP Fatal error: require_once(): Failed opening required '/var/www/vhosts/mysite.net/httpdocs/modules/classes/Config.php' (include_path='.:') in /var/www/vhosts/mysite.net/httpdocs/inc/classes/BxDolModule.php on line 64, referer: http://mysite.net/
Please advise.