hi,
I used this account creation page http://www.mmowned.com/forums/world-...tion-page.html
on my website yourperfectgame.com to create an account on my server but when filled in all the field it says : Connection to Database failed
This is the file:
Code:
<?php
$hostip = "localhost"; // host name
$username = "root"; // MySQl username , normally root
$password = "amber"; // MySQL password
$database = "realmd"; // Accounts Database
$port = "3308"; // port
?>
I used this tutorial to create my server: http://www.mmowned.com/forums/world-...e-3-3-5-a.html
so my question is what is my database name?