<?
/*
phpExchange
version 1.0.beta
phpexchange.sourceforge.net
All code from Irisco, irisco@users.sourceforge.net
It is free for any use, just keep the credits intact
from an empty@greynet.net idea
*/
$dbhost = "localhost"; // MySQL hostname
$dbuname = "dbname"; // MySQL user
$dbpass = "*****"; // MySQL password
$dbname = "username"; // MySQL db name
$EXCHANGE_NAME = "Site name"; // Your banner exchange name
$EXCHANGE_EMAIL = "webmaster@site.com"; // Admin email address
$PATH = "/home/******/public_html/phpexchange/"; // phpExchange full path
$REL_PATH = "/phpexchange/"; // phpExchange realitive to your http root
$URL = "http://www.site.com/phpexchange/banners/"; // URL to the banners dir (with '/')
$BASE_URL = "http://www.site.com/phpexchange"; // URL to the exchange dir
$HOME_URL="http://www.site.com/"; // Your website
$DEFAULT_IMG="image.jpg"; // Default image (if errors or no banner available)
?>