Show Your Support
$curdir = getcwd (); chdir ("/home/kinedac/www/forums"); include_once ("global.php"); chdir ($curdir);
<?php echo "before"; //Begin VB Security Intergration Hack include_once("/www/vhosts/vcdquality.com/html/forum/global.php"); if ($bbuserinfo[userid]==0) { $thispage=urlencode("$PHP_SELF"); header("Location:[url]http://www.vcdquality.com/forum/usercp.php?urloverride=1&prevpage=[/url]".$thispage); } //End VB Security Intergration Hack echo "after"; ?> some code here