Hello KirbyDE,
This looks great but it's not working in vb 3.03 unfortunately.
HTML Code:
// Example of how to include a seperate file:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
if (is_member_of($bbuserinfo, 2) {
$vboptions['pmfloodtime'] = 120;
$vboptions['searchfloodtime'] = 180;
$vboptions['floodchecktime'] = 180;
}
Am I doing something wrong?