Jump to content

toxitalk

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

toxitalk's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Sorted. As stated I wanted to host stats for others (like statcounter). Anyway to cut a long story short. I have done it with php and a little sprinkle of javascript. (with javascript on the client page you can grab current url and referer url, i then pass it to my php.- magic) cheers anyway guys. Mark
  2. Hi guys any info you can give would be great. I want to write some php/mysql that I will host on my server (it has php and mysql on it) so far I have written a hit counter app, that just records total hits. (which seeing as it works is cool) I want to now go the full monty and do the same sort of thing that statcounter offers, that is from any webspace some javascript calls come php on my server to do all the bells and whistle thing. The issues Im having it to do with two things. 1) Im using the http_referer, but all its returning is where the php is running from, not the remote webpage (the page Im trying to record the stats for). (whats the correct command and form I should be using). 2) if I can solve the above, then the next stage is to record the search engine refering(or other webpage) link that goes to the remote page in the first place. So in away im trying to do a trace? (if that makes any sense) but with url instead of ip. finally can you also obtain the search terms used to get to the remote page. Many thanks Mark.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.