I got a gamescript and I wanna install it on my apache server. I installed, apache, php, msql and myphpadmin and everything works!
The problem is when I put the script on my server I got this message:
-------------------------------------------
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 's'@'localhost' (using password: NO) in e:\Inetpub\WWWroot\Users\i163433\gamescript\gamepa gina\config.php on line 9
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in e:\Inetpub\WWWroot\Users\i163433\gamescript\gamepa gina\config.php on line 10
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in e:\Inetpub\WWWroot\Users\i163433\gamescript\gamepa gina\config.php on line 10
Warning: main() [function.main]: open_basedir restriction in effect. File(C:\php5\pear/ipcheck.php) is not within the allowed path(s): (e:\inetpub\wwwroot\users) in e:\Inetpub\WWWroot\Users\i163433\gamescript\gamepa gina\config.php on line 14
Warning: main(ipcheck.php) [function.main]: failed to open stream: Operation not permitted in e:\Inetpub\WWWroot\Users\i163433\gamescript\gamepa gina\config.php on line 14
Warning: main() [function.include]: Failed opening 'ipcheck.php' for inclusion (include_path='.;C:\php5\pear') in e:\Inetpub\WWWroot\Users\i163433\gamescript\gamepa gina\config.php on line 14
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in e:\Inetpub\WWWroot\Users\i163433\gamescript\gamepa gina\config.php on line 18
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in e:\Inetpub\WWWroot\Users\i163433\gamescript\gamepa gina\config.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in e:\Inetpub\WWWroot\Users\i163433\gamescript\gamepa gina\config.php on line 19
-------------------------------------------------------------------
I made the database 'games' in phpmyadmin...
What's wrong??
ps.. I a noob to php and msql...
