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 
Messages posted by: phplover1975
Forum Index » Profile for phplover1975 » Messages posted by phplover1975
Author Message
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.
hi,

no there is no admin.php you mist first set everything up do the folowwing

upzipped the files in a subdirectory of your www root directory browse to the "include" subdirectory and open up "config.inc.php" and edit the variables to match your mysql setup (or postgresql) save the file then run

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

you will get a "microsoft style" wizard interface that will guide you throug the script installation during setup the install script will create an "administration account" if you are on a windows system and you're using the editor editplus do not forget to delete config.icn.php.bak these files can be vieuwed by anyone and contains mysql passwords it is just a backup from the original but delete it for security reasons when you are done remove install.php from your server leaving it there is a security risk.
that's it
 
Forum Index » Profile for phplover1975 » Messages posted by phplover1975
Go to:   
Based on the open source JForum