Options

What's cooking?

2»

Comments

  • Options
    ian408ian408 Administrators Posts: 21,907 moderator
    edited February 14, 2004
    cmr164 wrote:
    Typical server info looks like:

    195.101.94.101 - - [13/Feb/2004:10:31:41 -0500] "GET /Marathon/pages/26678860.htm HTTP/1.1" 200 1094 "-" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) VoilaBot BETA 1.2 (http://www.voila.com/)"
    207.92.21.2 - - [13/Feb/2004:10:32:10 -0500] "GET /dgrin/florida04feb34_s.jpg HTTP/1.1" 200 52584 "http://www.digitalgrin.com/showthread.php?t=481" "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)"

    So I know that system 195.101.94.101 looked at one of my Boston Marathon pics and that system 207.92.21.2 looked at florida04feb34_s.jpg from Dgrin. But there is a fair amount of additional work required to make more sense out of that. For instance the 195... is x1crawler2-1-0.x-echo.com so is presumably a search engine indexer and not a real look. The 207... is neptune.cohr.com where cohr.net is Corent Inc and is really Earthlink. All of this info requires a certain amount of intelligence in the parsing. So I own the server and can do this for myself but a program that can differentiate the info you want has to have a fair bit of AI so I am not likely to run that for my users.

    By running the following...
    $> grep digitalgrin acc*|grep -i jpg |wc
    537 10456 128035
    $> grep digitalgrin acc*|grep -i s.jpg |wc
    386 7515 92154

    I can see that there were 537 hits on images that I posted to dgrin and there were 386 click throughs to the larger images. With additional work I could build a library of scripts and package them up into cgi but there is a real effort and a security danger in exposing such scripts to offsite users.
    Go here: http://www.mrunix.net/webalizer/.

    Ian
    Moderator Journeys/Sports/Big Picture :: Need some help with dgrin?
  • Options
    patch29patch29 Registered Users, Retired Mod Posts: 2,928 Major grins
    edited February 20, 2004
    One thing that would be nice with the mac java uploader would be a preference setting or that it keeps the last setting, ie it opens back to the file upload instead of iphoto.

    How do you clear the uploaded files to load to another gallery? A clear or reset button would be nice too.
Sign In or Register to comment.