Wouldn't it be forum level conditionals? I don't know what the variable names are in vBulletin, but isn't there some place I could say
Code:
if($forum_id != $my_forum_id)
{
showHeader();
echo "Sorry, you have specified an invalid link."
showFooter();
die();
}
Anyone? Would really appreciate help!
--------------- Added [DATE]1223497803[/DATE] at [TIME]1223497803[/TIME] ---------------
Has nobody shared databases with vBulletin like this before?