Codice 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, 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.
# $admin_file: Administration panel filename. "admin" by default for
# "admin.php". To improve security please rename the file
# "admin.php" and change the $admin_file value to the
# new filename (without the extension .php)
# $tipath: Path to where the topic images are stored.
# $display_errors: Debug control to see PHP generated errors.
# false: Don't show errors
# true: See all errors ( No notices )
######################################################################
$dbhost = "localhost";
$dbuname = "jabbox";
$dbpass = "";
$dbname = "my_jabbox";
$prefix = "nuke"; //non toccare
$user_prefix = "nuke"; //non toccare
$dbtype = "MySQL"; //non toccare
$sitekey = "RdFt*fa55905-dm12w09.9a3eER+e7"; //non toccare
$gfx_chk = 7;
$subscription_url = ""; //non toccare
$admin_file = "admin";
$tipath = "http://forum.it.altervista.org/images/topics/"; //non toccare
$display_errors = true; //non toccare
Come spiegato sopra, $gfx_chk deve avere un valore da 0 a 7; $admin_file è il nome del file senza estensione dove fare il login dell'amministratore; non devi toccare nient'altro.
EDIT:
ATTENZIONE: per qualche impostazione del forum non riesco a immettere il giusto valore di $tipath che è images/topics/, non quello indicato nel codice!