PDA

View Full Version : my host address


sherrie
02-22-2008, 02:06 PM
I am trying to set up galaxy tool for ogame and i need to know my host address for mysql.

Can anyone give me an example please?

Victor01469
02-22-2008, 02:10 PM
Only scripts hosted on ULMB servers can access MySQL.

If you are trying to access it from your computer, it will not work.

If the script is hosted on ULMB, simply put "mysql" in the field.

sherrie
02-22-2008, 02:13 PM
// Database connection
$dbusername = "9795_sherrie"; // database username
$dbpassword = "*******"; // database password
$dbname = "9795_sherrie"; // database name
$dbhost = "mysql"; // host address of your mysql

this is what its ascking for? so i just leave "mysql" in there.

sherrie
02-22-2008, 02:14 PM
http://sherrie.ulmb.com/galaxytool/install.php

Thats what its coming up with when i try to install. Do you know the problem?

Victor01469
02-22-2008, 02:22 PM
The problem seems to be within your config.php file.

Please send me the content of your /secret/config.php file, either by PM or by posting it here in public. If you post it here, please remove all passwords from the file.

EDIT: I have received your PM, and have sent you a reply containing the content of the 'fixed' config.php.

mrquarter
02-22-2008, 03:16 PM
Your script is working.

I would recommend you deleting install.php

Your website is working.

sherrie
02-22-2008, 03:23 PM
Yeah its all set up. ok will do. Thanks everyone