With Php Nuke you can avoid attacks by using this code….:
In the mainfile.php :
define(’typewhatyouwant’, true);
Then copy this code on each phpnuke file at the top :
if(!defined(’typewhatyouwant’))
{
die();
}
before die(); you can put an echo “”; redirecting to the main page
See you