Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Javier Lopez

Pages: [1]
1
Hi,
I tried this but no luck........

If anybody has any suggestions please let me know....

2
Trade Pulse Support / Script Pulse and MechBunny tube script problems
« on: March 18, 2012, 10:57:44 AM »
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/35

Mechbunny 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 ?


Pages: [1]