Here it goes
CLiiCkCkYYYY!!! 
Might you as well need my config.php?
The one I used with localhost as server
CODE
<?php
$server = "localhost"; // server to connect to.
$database = "pokemonmasters_members"; // the name of the database.
$db_user = "pokemonmasters_members"; // mysql username to access the database with.
$db_pass = ":D:D:D:P"; // mysql password to access the database with.
$table = "users"; // the table that this script will set up and use.
?>
One I used as mine vndv.com as server
CODE
<?php
$server = "vndv.com"; // server to connect to.
$database = "pokemonmasters_members"; // the name of the database.
$db_user = "pokemonmasters_members"; // mysql username to access the database with.
$db_pass = ":D:D:D:P"; // mysql password to access the database with.
$table = "users"; // the table that this script will set up and use.
?>