Author Topic: Problem with tp_in.php  (Read 9055 times)

0 Members and 2 Guests are viewing this topic.

Offline JOLY

  • Newbie
  • *
  • Posts: 17
    • View Profile
Problem with tp_in.php
« 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
« Last Edit: May 28, 2010, 05:53:19 AM by JOLY »

Offline Kildoozer

  • Administrator
  • Sr. Member
  • *****
  • Posts: 420
    • View Profile
Re: Problem with tp_in.php
« Reply #1 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.