<td class="font"align=center><a href="start.php?option=contact">-contact us-</a> <a href="privacy.htm" target="_NEW">-privacy policy-</a> <a href="spam.htm" target="_NEW">-spam policy-</a><br></td></tr>
^^^ line 43
Think about it this way, php is trying to tell you the correct line the error is on, But it is usually unable to if there is a syntax error because the interpreter is unable to parse the file correctly. It usually comes fairly close but not exact. What I am saying is that your first error:
Parse error: syntax error, unexpected T_STRING in /home/a3933825/public_html/require.inc.php on line 43
Cannot be diagnosed until you post all the code from require.inc.php.