Ik wil phpnuke installeren, op lycos mijn site is
http://members.lycos.nl/doarle
Wat moet ik dan in config.php allemaal instellen?
http://members.lycos.nl/doarle
Wat moet ik dan in config.php allemaal instellen?
PHP:
######################################################################
# Database & System Config
#
# dbhost: SQL Database Hostname
# dbuname: SQL Username
# dbpass: SQL Password
# dbname: SQL Database Name
# $prefix: Your Database table's prefix
# $user_prefix: Your Users' Database table's prefix (To share it)
# $dbtype: Your Database Server type. Supported servers are:
# MySQL, mSQL, PostgreSQL, PostgreSQL_local, ODBC,
# ODBC_Adabas, Interbase, and Sybase.
# Be sure to write it exactly as above, case SeNsItIvE!
######################################################################
$dbhost = ""; /*wat moet je hier? [url]http://members.lycos.nl/doarle?[/url] */
$dbuname = ""; /*hier doarle?*/
$dbpass = ""; /*hier het w8woord*/
$dbname = "doarle_nl_db";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
Laatst bewerkt: