I had the same problems with Cyb - Advanced Forum Statistics, and this helped:
Quote:
Another way is to open product XML, find:
require_once($vbulletin->options['bburl'].'/global.php');
and change it to:
require_once('./global.php');
After this re-import product to your forums and it will work.
|
My host means that is a security risk to have allow_url_include=on.
Is there any way to change the code like I did in Advanced Forum Statistics?
allow_url_fopen is ON.