If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Adv Guestbook Installation  XML
Forum Index » Support Forum
Author Message
Anonymous



i sound so stupid but how do you set it up? this is my first time encountering with PHP..i don't know how to set it up, even after reading the instructions...anyone? please?
phplover1975
Newbie
[Avatar]

Joined: 23/04/2002 01:17:52
Messages: 2
Location: Belgium
Offline

hi there,

1)does your host support php?
2)does your host support mysql ?

to see the first use a script like this

<?php
phpinfo();
?>
(if you see a mysql section in the table everything is allright)
if you have all the above features open the config.inc.php file and change this variables

$GB_DB["dbName"] = ""; //database name
$GB_DB["host"] = "localhost"; //database server
$GB_DB["user"] = ""; mysql username
$GB_DB["pass"] = ""; mysql password

save it and point your browser to the installation script

http://www.yourdomain.com/guestbook/install.php

where guestbook is the installation directory change it if needed.
[WWW] [ICQ]
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum