Well I guess I'm the only one having this problem (3.03) but when I search for
Code:
// log this error if attempting to access the control panel
require_once('./includes/functions_log_error.php');
in login.php, it says its not there. Therefor I cannot add
Code:
$fstrk = "Strikes: $GLOBALS[strikes]/5\r\n";
$subject= 'WARNING: Failed admin logon in ' . $DB_site->appname . ' ' . $vboptions['templateversion'] . "\r\n\r\n";
$message="Someone is trying to login to your Admin CP!\n\n $fusername $fpassword $fipaddress Host: $iphostname\r\n $fstrk $freferer $fscriptpath $fdate $realname";
vbmail($vboptions['webmasteremail'], $subject, $message);
I am using the instructions for vb3.02 and up. Help?