Hi!
I've a problem to include a php file in my postbit_legacy.
I follow this ->
https://www.vbulletin.com/docs/html/..._externalfiles
I create a Plug-in for global_start with these contents:
Code:
ob_start();
include('/var/www/vhosts/domain.ext/httpdocs/adrotator/adrotator.php');
$adrotator = ob_get_contents();
ob_end_clean();
The file is under adrotator/adrotator.php but when I insert this
It not appear.
Have you any suggestion?
PS: sorry for my bad english.
PSS: I use vBulletin 3.8.7