The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Included PHP changes time on posts
Hi all:
I have a small puzzling issue with what should be a simple PHP inclusion. I have included a php file (a simple snippet to call an OpenX an ad) a per documentation http://www.vbulletin.com/docs/html/t..._externalfiles The post times are now 4 hours late (i.e., if you just finished publishing a post, its time is 4 hours later than the time indicated at the bottom of the page for the local time). Disabling the plugin cures the problem. I have pasted the plugin and the php below: Code:
ob_start(); include('/home/root/myfile.php'); $includedphp = ob_get_contents(); ob_end_clean(); Where the php file is just an OpenX ad call: PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|