C
Claw
Guest
Hi I was wondering if anyone can help me with a couple of questions...
1: What version of php4 is running on the hosted sites? 4.02, 4.12 etc...
2: I'm trying to get a game running on http://www.clawspad.barrysworld.net/ngs/login.php so that I can hopefully learn from the experience, I've got my absolute path but the bit that I'm struggling with is the following:
// Path on the filesystem where the Nova Gaming System files
// will reside:
$gameroot = "/var/www/html/ngs/";
should that read
$gameroot = "/var/websites/hosted/clawspad/ngs/";
or
$gameroot = "/var/www/clawspad.barrysworld.net/ngs/";
or something else?
I'm a total newbie at this stuff
many thanks for your help on these questions an old brain is trying to learn new tricks :uhoh:
1: What version of php4 is running on the hosted sites? 4.02, 4.12 etc...
2: I'm trying to get a game running on http://www.clawspad.barrysworld.net/ngs/login.php so that I can hopefully learn from the experience, I've got my absolute path but the bit that I'm struggling with is the following:
// Path on the filesystem where the Nova Gaming System files
// will reside:
$gameroot = "/var/www/html/ngs/";
should that read
$gameroot = "/var/websites/hosted/clawspad/ngs/";
or
$gameroot = "/var/www/clawspad.barrysworld.net/ngs/";
or something else?
I'm a total newbie at this stuff
many thanks for your help on these questions an old brain is trying to learn new tricks :uhoh: