topical media & game development
professional-search-14-seophp-include-config.inc.php / php
<?php
// site domain; no trailing '/' !
define('SITE_DOMAIN', 'http://seophp.example.com');
// defines database connection data
define('DB_HOST', 'localhost');
define('DB_USER', 'seouser');
define('DB_PASSWORD', 'seomaster');
define('DB_DATABASE', 'seophp');
// defines the number of products for paging
define('PRODUCTS_PER_PAGE', 2);
// the geo-targeting file name
define('GEO_TARGETING_CSV', 'geo_target_data/GeoIPCountryWhois.csv');
?>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.