ok well
you pasted line 69... i'd need to see line 79 if the error was on line 79
all you have to do to index.php is
after this:
PHP Code:
if ($displayloggedin) {
add this:
PHP Code:
require('./todaysevents.php');
my guess is either you mistyped that, or there was a problem copy/pasting it.
also, make sure that todaysevents.php is in the same directory as index.php (the main vbulletin dir)