I spoke too soon when i thought i had this working with VBPortal. I have narrowed down where the problem seems to lie. The line that is placed in the phpinclude_start
require_once('./../global.php');<------ VbPortal line
//include("./statistic_counter.php");<----- this line is my problem.
statistic_counter.php uses the include ./global.php and it seems the fact that vbportal includes the ./../global.php on the line above, screws my vbportal front page up.
I understand this is not the problem of your program PCFreak, but is there anyway you can think of for me to work around this?
|