[phpOpenTracker-User] RE:Installing phpOpenTracker

"Wyck and Meg Moody" <[email protected]> Mon, 29 Sep 2003 23:17:03 -0400
Newsgroups gmane.comp.web.phpopentracker.general
Message-ID <00d401c38701$526eb550$6402a8c0@wallacecd3vk3d>
Thanks for all of the suggestions. I am able to access the results pages in the examples directory. 

So far I am unable to get the webbug to work however. I am using the following script on a test page. 

<!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">
  <body>
<h1>this is a test</h1>
    <script language="JavaScript" src="webbug.js" 

type="text/javascript">
    </script>
    <noscript>
      <img alt="" 

src="http://www.mysite.com/phpOpenTracker-1.2.2/phpOpenTracker/docs/scripts/image.php?client_id=1" width="1" height="1" />
    </noscript>

  </body>
</html>

I do not seem to be logging results however. What do I need to do differently?

Thanks again.

Thanks again for the help.