PDA

View Full Version : Plugin in vbulletin 3.6.7PL1


kanakmodi
07-06-2007, 11:15 AM
Hi,

Can please anyone help me to work with the Plugin. I had created 2 plugins but both are not working after I upgraded PHP version to 5.2.3. Previously I was using PHP 5.0.5 and the Plugin was working with vbulletin version 3.6.7PL1.

After upgrading the PHP version to 5.2.3, the plugins are not working. I am using the below code for the plugin

ob_start();
include("./inc/forumbanner.php");
$varbanner = ob_get_contents();
ob_end_clean();

Please help me solve this problem.