mysql_host = ""; // Mysql host. Leave blank for localhost $this->mysql_user = ""; // Mysql user name. $this->mysql_pass = ""; // Mysql password $this->mysql_base = ""; // Mysql database to use $this->prefix = "aids_"; // Mysql prefix. If you wan't multiple instances of AIDS running, you probably want to set this. Defaults to aids_. Leave blank if you have a database exclusively for AIDS. } } ?>