Forum Moderators: coopster
$site[homeurl]= ("http://example.com/ladders");
[edited by: coopster at 10:22 pm (utc) on April 30, 2006]
[edit reason] generalized url TOS [webmasterworld.com] [/edit]
$dir[base]= getcwd(/home/clanfuzi/public_html/theugn/ladders);
that one is faulty, encapsulate the string [php.net] with qutation marks or it is none. checkout the php manual for string to learn everything you need to know for this problem and in the future.
your code might afterwards look like this:
$dir[base]= getcwd("/home/clanfuzi/public_html/theugn/ladders");
anyway next to the php manual you should read the forums TOS about posting your domain here.