<?php // ## Changes the Directory so it will grab vb ##chdir("/full/path/to/forum/");// ## Grabs global.php so it will use vb2 functions ##require("./global.php");// ## Grabs a Sepecific Template ##eval("dooutput(\"".gettemplate('templatename')."\");");?>