From: Neil W. <li...@co...> - 2004-10-31 07:53:34
|
On Sunday 31 October 2004 5:26 am, Don and Michelle Downin wrote: > I've tried everything I can think of and can't seem to come up with an > appropriate value for $basedir. Any help sure would be appreciated. '/home/user/public_html/forum' It must match the real path to these wwwboard items: passwd.txt data.txt messages/ faq.html index.html If you have these settings: $mesgdir =3D 'messages'; $datafile =3D 'data.txt'; $mesgfile =3D 'index.html'; $faqfile =3D 'faq.html'; $ext =3D 'html'; The relevant files need permissions of: =2Drw-rw-rw- data.txt =2Drw-r--r-- faq.html =2Drw-rw-rw- index.html drwxrwxrwx messages =2Drw-rw-rw- passwd.txt $baseurl then sets the public location of the board as a http:// address. =2D-=20 Neil Williams =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D http://www.codehelp.co.uk/ http://www.dclug.org.uk/ http://www.isbn.org.uk/ http://sourceforge.net/projects/isbnsearch/ http://www.biglumber.com/x/web?qs=3D0x8801094A28BCB3E3 |