{php} // Configuration options for MySQL are defined in config.php // Developed by 4HM | Pimp Daddy for the Warcraft 3 Frozen Throne MOD // Will also work with WAR3 MOD 4 Race // Visit http://4honor.net/forum/viewforum.php?f=28 for updates $race = "All"; $number = 50; if(!empty($_POST)){ $race = $_POST['Race']; $number = $_POST['Number']; } require('./war3ftstats_config.php'); {/php} {literal}