Successfully installed TE 3.0 on my site http://www.ateenz.com
Added IP protection with two IPs I'm surfing from
xxx.xxx.
yyy.yyy.
As I unchecking current IP I am now blocked out
Is there a solution for this or do I need to re-install?
Next issue is that the
<?php virtual('/te3/in.php?'.$_SERVER['QUERY_STRING']); ?>
is not working. The page hangs on this line with an Apache error
mod_fcgid: stderr: PHP Fatal error: Call to undefined function virtual() in /home/ateenz/public_html/index.php on line 11
As indicated my LAMP is set up using FCGId (and rather not change that).
Any suggestions?
Toplists and count of outs is working with <?php include("toplist/top10.html"); ?>
Hi, if virtual is not available, try with "include" command instead, something like this:
include ("/FULL/PATH/TO/te3/in.php"); or include ("te3/in.php");
The full path include worked fine, the cockie showed up in the HTML page code, and the in hit was registered.
Thanks!
May I ask if there is any loss in functionality when the query string is not provided in the in.php call?