I'm trying to set up my Mechbunny tube script with Scriptpulse but the include file is causing problems.
I have tried these two methods but no luck:
<?php virtual("/tp/ssi_in.php")?>
and
<?php
if($thisfile == 'index') {
virtual("/tp/ssi_in.php");
}
?>
Which is suggested here:
http://support.mechbunny.com/index.php?/Knowledgebase/Article/View/35Mechbunny also suggest this:
1) You can disable mod_gzip in apache and any compress/gzip/etc stuff in php.ini, restart apache and the above code will work.
But I would prefer to do a php include...
Does anybody have a fix to this ?