The problem is that the file (file.php) i'd like to include to the vBulletin pages, also includes other files. So even if I try to include it with the absolute path (for example: include('http://www.domain.com/file.php') i get many errors for include() functions inside the file file.php (which are relative and not absolute - it's really hard to make all these paths absolute because there are so many files).
For any other page on my site the function include('file.php') includes the file file.php which is located on the home directory of my site. On vBulletin pages that doesn't work. Is there any way to solve it?
Thanks.
|