PDA

View Full Version : VBulletin Portal !! Please help !!


EnRiCo
06-18-2001, 04:47 PM
If i have support for PHP3 i can use this hack ?

this code in my site don't work

// This code is PHP4 ony:
ob_start();
include_once("./vbpstuff.php");
ob_end_clean();


is possible change this with one other....my site don' support PHP4 !:(

I have this error message :

Fatal error: Call to unsupported or undefined function ob_start() in ./global.php on line 229


but i have good installed hack....in one my other site ...this work...perfectly !!

EnRiCo
06-18-2001, 05:09 PM
please help.....

mojotim
06-18-2001, 05:20 PM
Why post here? Go here:
vBportals.com (http://www.vbportals.com)
You'll get an answer there.

jvv
06-19-2001, 07:36 AM
The answer is no btw. Output buffering only works with PHP4 (It's even only supported since PHP 4.0.4 if I am not mistaking)