Author |
Message |
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 21/01/2003 01:51:49
|
Anonymous
|
I just downloaded the Advanced guestbook and was wondering how to put it on my website.
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 22/01/2003 10:00:34
|
Jam'n
Graduate
![[Avatar]](/forum/images/avatar/9851679603ed7b6d3d2c7f.gif)
Joined: 07/01/2003 17:31:39
Messages: 166
Location: Netherlands
Offline
|
What's the problem?
|
Jam'n
------------------------------------------------
Only the man who's truly educated
understands that he knows very little...
------------------------------------------------ |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 03/02/2003 15:30:20
|
Anonymous
|
I've uploaded Guestbook 2.3.1 to my server, now how do I get it to run? Sorry, but I have no clue on what to do next. Thanks!
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 03/02/2003 23:19:19
|
Jam'n
Graduate
![[Avatar]](/forum/images/avatar/9851679603ed7b6d3d2c7f.gif)
Joined: 07/01/2003 17:31:39
Messages: 166
Location: Netherlands
Offline
|
I presume you have MySQL 3.22.x or higher and PHP 4 installed on your system.
Then open the configuration file 'config.inc.php' found in the admin directory with a text editor and set up your database settings.
<?php
/* database settings */
$GB_DB["dbName"] = "guestbook";
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "Username for MySQL ";
$GB_DB["pass"] = "Password for MySQL";
save the file an then you can run the install script http://www.yourDomain.com/guestbook/install.php
It will guide you trough the rest I believe (it's been a while since I installed it)
The default admin account for the guestbook is:
Username : test
Password : 123
|
Jam'n
------------------------------------------------
Only the man who's truly educated
understands that he knows very little...
------------------------------------------------ |
|
|