|
also do i need to mess with any of this in the config file:
$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";
Please dont point me to the NukeGuide, i am still confused!
Also on this, i am not sure exactly what to do here too
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, mysql4, postgres, mssql, oracle, msaccess,
# db2 and mssql-odbc
# Be sure to write it exactly as above, case SeNsItIvE!
# $sitekey: Security Key. CHANGE it to whatever you want, as long
# as you want. Just don't use quotes.
# $gfx_chk: Set the graphic security code on every login screen,
# You need to have GD extension installed:
# 0: No check
# 1: Administrators login only
# 2: Users login only
# 3: New users registration only
# 4: Both, users login and new users registration only
# 5: Administrators and users login only
# 6: Administrators and new users registration only
# 7: Everywhere on all login options (Admins and Users)
# NOTE: If you aren't sure set this value to 0
# $subscription_url : If you manage subscriptions on your site, you
# must write here the url of the subscription
# information/renewal page. This will send by
# email if set.
I dont have the SQL database hostname, i got the SQL ursername and db pass. i go tthe Dbname. Not sure what to put for the $prefix or $user_prefix, I got the dbtype, i dont knwo what $sitekey is for and what, dont know what $gfx_chk so i guess i put 0, $subscription have no clue...
all this text, like i dont have a subscription.. so what that mean would i write it like this #subscription_url: then lve this blank????
And then you wrote all the crap for $dbtype: MySQL
and then delete all the info and those extra number signs??
|