PHP Code:
");
while ($otheripinfo = $db_site->fetch_array($otherips))
{
//print($otheripinfo['ipcount'] . ": " . $otheripinfo['ipaddress'] . "<br/>");
eval('$otheripbits .= "' . fetch_template('ipinfo_otherip') . '";');
}
$db_site->free_result($otherips);
$navbits = construct_ipinfo_nav($foruminfo, $threadinfo);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('ipinfo') . '");');
?>
That is the last 15 lines of code.
Thanks.