in reply to CGI for the server

If you don't control the server, you're pretty much stuck with web bugs and similar techniques. Without that, you'd have to send all of your links through a single CGI sccript which then returns the right content.

So, you want all the power of a server you can configure without the server part, so you're not going to be able to do it in a nice way.

What problem are you trying to solve?

--
brian d foy <brian@stonehenge.com>

Replies are listed 'Best First'.
Re^2: CGI for the server
by Anonymous Monk on Jun 04, 2005 at 03:34 UTC
    No problem in particular, just wanted to see what I could do. Perhaps for starters save all IP addresses from the user who calls ANY file on the server to a text file. Then from there maybe start hacking away at a traffic analysis program like Cpanel has.

      For that case, you can look at the access log.

      --
      brian d foy <brian@stonehenge.com>