View Single Post
Old 08-01-2006, 07:59 AM   #11 (permalink)
Shadow_Storm
Forum Novice
 
Join Date: Jun 2006
Posts: 145
Default

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
__________________
Kingdom of Shadows
My Scripts :p
2.0 Soul of Ice
2.0 Armor & Weapons

Last edited by Shadow_Storm; 08-01-2006 at 08:48 AM.
Shadow_Storm is offline   Reply With Quote