Click to See Complete Forum and Search --> : PHP-Nuke


earthling
07-19-2003, 01:51 AM
Does any one know where a good resource is on how to install PHP-Nuke?

drew010
07-19-2003, 02:40 AM
following the included installation instructions should be sufficient, however if you are inexperienced with configuring php programs, i would recommend starting with something easier, or if you need php nuke installed right away, sign up with a webhost that offers a Cpanel control panel, with fantastico, because cpanel offers a one click install of phpnuke and fantastico offers a one click install of phpnuke along with about 15 other popular open source scripts.
http://www.pr-design.biz is a host that offers both. maybe check it out.

earthling
07-19-2003, 03:03 AM
I understand PHP but MySQL not so well. I know my DB user name, password, and Db name but I don't know what these two are:

$prefix: Your Database table's prefix
$user_prefix: Your Users' Database table's prefix (To share it)
:confused:

drew010
07-19-2003, 03:14 AM
$prefix of the table name is just for being able to know what program uses it...for example if pnuke makes a table called users, if you make a prefix called postnuke it will make the table become postnuke_users, as far as $user_prefix, i dont know, read the documentation to find out what that is.

earthling
07-19-2003, 03:19 AM
I got it now - Thank you!
:D