Hello i need some help to include this incoming traffic tracking into my site.
I place the code in the index.php in so many ways but anyway i have it. it just messup the whose site text gets bigger and thumbs vanish
so for now i can't track incoming traffic. my site is running AVS Script so it uses .TPL files
ways that mess up the site
<?php include("/home/user/public_html/tp/ssi_in.php"); ?>
require 'tp/ssi_in.php';
include("/home/user/public_html/tp/ssi_in.php");
when i use those codes in my index.php
this is how it looks when i view my source code in firefox
<script language="javascript" type="text/javascript">
var d;
d = Math.floor(Math.random () * 10000);
document.write('<s' + 'cri' + 'pt language="JavaScript" src="/tp/filter.php?pro='+ d +'"></sc' + 'ript>');
</script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
etc
</head>
so help would be nicely appreciated.
Thanks