Found it! It was in my old vb backup files..
Code:
<?php
error_reporting(7);
require('./global.php');
eval("dooutput(\"".gettemplate('cams')."\");");
?>
Then cams template is:
Code:
{htmldoctype}
<html>
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->
<meta http-equiv="Refresh" content="20; URL="cams.php">
<script language="javascript" src="popup.js"></script>
<title>$bbtitle - WebCams</title>
$headinclude
</head>
<body>
$header
<br>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><smallfont color="{tableheadtextcolor}"><b>$bbtitle WebCams</b></smallfont></td></tr>
<tr valign="top">
<td bgcolor="{pagebgcolor}" width="100%" valign="top">
<normalfont>
<p align="center"><a href="javascript:cam()"><img src="http://nerdnations.com/img/cam.jpg" border="0" width="240" height="200"></a></p>
</normalfont>
</td>
</tr>
</table>
</td></tr></table><br><br>
$footer
</body>
</html>