# Mysql Config Stuff #
$dbhost = "www.enzo89.altervista.org"; // MySQL HOST
$dbuser = "my_NICK"; // your Mysql Username
$dbpass = "my_PASS"; // Your mysql password
$dbname = "my_enzo89"; // the name of the database BANEX is on
# Site config stuff #
$cfg_siteurl = "http://www.enzo89.altervista.org"; // your URL
$cfg_folder = "/provabanner"; // folder to BANEX
$cfg_sitename = "Enzo89's Web Site"; // the name of your site
$cfg_bxcname = "Enzo89's Banner Exchange"; // the name of your banner exhange
# Header (optional) #
# If you want, make a file that includes your META tags, #
# CSS, or anything like that and tell me where it is at #
# (relative to the Banex directory) #
$header = "../header.php";
## THAT'S IT! ##
## upload all files and run install.php ##
?>