Looks good Sarge! Got a few hacks installed do ya

. For your register error, make sure your register.php looks like this around the line 90's (I put in some code above and below the hack):
PHP Code:
//MaxPosts by User
$optionArray = explode(",", $usermaxposts);
while (list($key, $val) = each($optionArray))
{
eval ("\$maxpostsoptions .= \"".gettemplate("modifyoptions_maxposts")."\";");
}
$postsdefaultselected = "selected";
// Country Hack
eval("\$countrytext.= \"".gettemplate("modifyprofile_country")."\";");
// Country Hack End
// Referrer
Just make sure you put the eval line for the country hack in the right place.