
I have reviewed the mainfile.php and cleaned it up to resemble the dist.php. Basically this involved removing old protector script that was added to mainfile. But still not getting anything.
[28-Dec-2005 10:03:04] PHP Notice: unserialize(): Error at offset 9 of 50 bytes in /home/.../modules/protector/include/precheck.inc.php on line 44
[28-Dec-2005 10:03:04] PHP Warning: Invalid argument supplied for foreach() in /home/.../modules/protector/include/precheck.inc.php on line 46
mysql_select_db(SQL_DB);
Fatal error: Call to a member function on a non-object in /home/httpd/vhosts/ufli/include/notification_functions.php on line 95
require('config.php');
// Connects to the database
$conn = mysql_connect(SQL_HOST, SQL_USER, SQL_PASS) or die(mysql_error());
mysql_select_db(SQL_DB,$conn);
mysql_select_db(SQL_DB,$conn);
include XOOPS_ROOT_PATH.'/blockname.php';
<{$block.content}>