Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: JOLY on May 28, 2010, 05:37:11 AM

Title: Problem with tp_in.php
Post by: JOLY on May 28, 2010, 05:37:11 AM
Hello,

I can't use "virtual" php on my server ... because apache is not configured for this
Fatal error: Call to undefined function virtual() in /home/.../www/sex/index.php on line 1

I try to use htaccess with : DirectoryIndex tp_in.php index.shtml index.html index.php index.cgi
The counting incoming traffic is ok but no referer .. when I receive a visitor from a trade, The visitor go to 'no trade " stats and my index.php is blanck. The tp_out.php is ok ...

It's not possible to use this ?

<?php include("tp_in.php");

A idea ?

Thanks
Title: Re: Problem with tp_in.php
Post by: Kildoozer on May 31, 2010, 12:41:48 AM

It's not possible to use this ?

<?php include("tp_in.php");

A idea ?

Thanks
You can include, not tp_in.php but tp/ssi_in.php
It must works.