here's the DB config... I changed the password to a false one, for display:
<?php
$db_host = "localhost"; // MySQL Hostname, usually localhost
$db_name = "wikedne1_fullcount12"; // MySQL Database
$db_user = "wikedne1_full12u"; // MySQL Username
$db_pass = "J777CgdkyX7o"; // MySQL Password
$db_port = "3306"; // MySQL Port, usually 3306
$db_table = "reports"; // Name of table for reports data
$reports_url = "http://bigleagues.org/game/lgreports/"; // URL of reports web space, for example:
http://www.your-domain.com/your-league/reports/
$reports_url_path = "/bigleagues.org/game/lgreports/"; // Path from document root to reports folder, i.e. if the URL is
http://www.your-domain.com/your-league/reports/, the path is /your-league/reports/
?>