here's the code:
<?
//Tagomatic Tagboard
//v.2.3.7
//By Matt Warren
//Please edit the below variables
//Anonymous Name
//This is what the person's name shows up as if they leave the name field blank.
$anonyname = "???";
//Anonymous Message
//If the person does not leave a message, this is what will show up
$anonymsg = "No message provided..."
//Site URL
//This is the address of your site
$sitelink = "http://www.geocities.com/musicmany2k/main.htm";
//Display IP
//Set this to 1 if you want the person's IP displayed. Set it to 0 if you don't
$dispip = "0";
//DO NOT EDIT PAST THIS LINE!!!
#############################################################
$ip = getenv("REMOTE_ADDR");
if ($dispip == "1"){
$ipformat = "<small>($ip)</small>";
}
else {
$ipformat = "";
}
?>
#####
Does this make it easier? Also could the error be caused by the server somehow, its on f2s.com
-Carl