Opening a new game :)

darksage850

New Member
Messages
1
Reaction score
0
Points
0
Hi, im opening a new game, and need some help!

in the configuration file it says:

//Host of the computer that holds the database. if the same computer as the web-host, leave as "localhost".
define("DATABASE_HOST", "localhost");

since i know its not localhost what do i put?


and also

How do i check the setting of the php?
The installation says this:

Ensure that PHP is compiled/set with register_globals=On. In windows it's
in the php.ini. If you don't do this you'll have al sorts of problems.

Ill probally will need more help latter since this is my first game that i am hosting
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
I believe register globals is disabled, as it poses a huge security risk. You should contact the makers of the software you are using and tell them that they should remove the need for register_globals.
 
Top