Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
13/02/2004 11:25:05
|
Anonymous
|
Help me setup this thing at web server
# base url to all guestbook files without trailing "/"
$bookurl = "/dagupan/wwwroot/guestbook/book/";
# base directory to all guestbook files from the server root without trailing "/"
$base_dir = "\\WP-02-02-DAG\D$\ ";
|
|
13/02/2004 11:59:40
|
Anonymous
|
This should look more like:
# base url to all guestbook files without trailing "/"
$bookurl = "http://www.your_domain.com/guestbook/book";
They say enter "URL"
I'm not sure about this.
# base directory to all guestbook files from the server root without trailing "/"
$base_dir = "/dagupan/wwwroot/guestbook/book";
|
|
|
|
|
|
Based on the open source JForum
|