I updated the files and still getting an error
Code:
Fatal error: Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\WAConfig.php on line 22
The part mark in with ** is line 22
PHP Code:
?>
<!- Lost Password Section -!>**
<?PHP
$EmailSubject2 = "Kingdom of Shadows - Lost Password!";
$EmailMessage2 = "Hi,\n\nPlease visit\n$WebURL/VerifyLostPW.php&verify=$crypt_query&email=$query\nin order to verify your lost password request.";
I change the <!- -!> comments and replace them with /* */ that took care of that problem but now this
Code:
Notice: Undefined variable: e in c:\Inetpub\wwwroot\WAConfig.php on line 12
Notice: Undefined variable: a in c:\Inetpub\wwwroot\WAConfig.php on line 12
Notice: Undefined variable: IP in c:\Inetpub\wwwroot\WAConfig.php on line 12
Notice: Undefined variable: a in c:\Inetpub\wwwroot\WAConfig.php on line 19
Notice: Undefined variable: crypt_email in c:\Inetpub\wwwroot\WAConfig.php on line 19
Notice: Undefined variable: a in c:\Inetpub\wwwroot\WAConfig.php on line 19
Notice: Undefined variable: e in c:\Inetpub\wwwroot\WAConfig.php on line 19
Notice: Undefined variable: crypt_query in c:\Inetpub\wwwroot\WAConfig.php on line 26
Notice: Undefined variable: query in c:\Inetpub\wwwroot\WAConfig.php on line 26
Notice: Undefined variable: a in c:\Inetpub\wwwroot\WAConfig.php on line 33
Notice: Undefined variable: crypt_email in c:\Inetpub\wwwroot\WAConfig.php on line 33
Notice: Undefined variable: a in c:\Inetpub\wwwroot\WAConfig.php on line 33
Notice: Undefined variable: e in c:\Inetpub\wwwroot\WAConfig.php on line 33
Fatal error: Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\WAConfig.php on line 51