if (file_exists($CWD.'/blockscript/detector.php')) { $bs_detector_path = $CWD.'/blockscript/'; }
ob_start(); include($bs_detector_path.'detector.php'); $includedphp = ob_get_contents(); ob_end_clean();