flypaper
25th September 2010, 01:07 PM
Hello,
Im running wordpress 3.0.1 on my server (+ CJOverKill v5.1.1)
In oder to track that traffic you need to include the in.php file to your index file using the following includes depending of your index file. That include must be placed on the first line of your index file. It's recommended to use php index files because they are faster in processing and also the anticheat and filter features work much better with them.
PHP index file (index.php):
<?php include file="in.php" ?>
ist not working!!! When I inlude the in.php in my index.php:
Parse error: syntax error, unexpected '=' in /var/www/web33/html/blog/wp-content/themes/rockwell/index.php on line 4
and out.php isn't too...
I tried this link prefix: http://mywebsite.com/out.php?url=http://www.example.com
Fatal error: Unable to read 17984 bytes in /var/www/web33/html/out.php on line 0
Can anyone help me please?
Im running wordpress 3.0.1 on my server (+ CJOverKill v5.1.1)
In oder to track that traffic you need to include the in.php file to your index file using the following includes depending of your index file. That include must be placed on the first line of your index file. It's recommended to use php index files because they are faster in processing and also the anticheat and filter features work much better with them.
PHP index file (index.php):
<?php include file="in.php" ?>
ist not working!!! When I inlude the in.php in my index.php:
Parse error: syntax error, unexpected '=' in /var/www/web33/html/blog/wp-content/themes/rockwell/index.php on line 4
and out.php isn't too...
I tried this link prefix: http://mywebsite.com/out.php?url=http://www.example.com
Fatal error: Unable to read 17984 bytes in /var/www/web33/html/out.php on line 0
Can anyone help me please?