<?
// -> This file must be copied into your global php include directory! <-
// Name of your site
$site_name = "phpGreetz Demo Site";
// Site URL ("http://" will be appended as needed)
$site_url = "demo.phpgreetz.org";
// it's okay to have it as mysite.provider.com/greetingcards
// e-mail address for webmaster
$site_webmaster = "hide@address.com";
// e-mail address for support
$site_support = "hide@address.com";
// File location on your server (no trailing '/')
$site_location = "/web/phpgreetz/webtree/demo/phpgreetz";
// Location of full images (no trailing '/')
$imagedir_full = "/web/gfx";
// Location of thumbnails (can be same directory as above, as '.thumb' will be added to end of file name)
$imagedir_thumb = "/web/thumbnails";
// Database server (localhost is recommended unless your db is running on another server)
$db_server = "localhost";
// Database user name and password
$db_username = "root";
$db_password = "beth0305";
// Database name
$db_database = "webgreetz";
$lang = "en";
$PHPGREETZ_INCLUDE_DIR = "$site_location/includes";
$pathtoConvertUtil = "/usr/X11R6/bin";
?>