Statistics for May

Continuing the trend, this month the hits are skyrocketing! I was estimating we’d break 50,000 hits and we did! Thanks everyone for supporting my humble little blog. Hehe Tom has taken the lead in the click-through rankings!

May 2004 Statistics:
Total Hits for May: 78,072
Most popular day: Monday
21.5% of hits were from outside Australia
Approx. 40% use Mozilla/Firefox

Top 5 links from external sites:
In order of click-throughs descending. Percentage of external hits shown. Top 5 only shown.
gummAY (13.1%)
Haileybury Online (8.9%)
Chris Is Here (3.4%)
YoursTRULY (2.2%)
Multimeter (1.8%)


5 Responses to “Statistics for May”

  • Tom Fifield [gummAY] Says:

    *shakes fist*

    YES!!

  • James Says:

    Hmm methinks I need to make a top referrer image for Tom to display proudly on his page. LOL

  • TF Says:

    Yes please!!

    :D

    Love the new background IMG btw, and the new Haileybury site, and the new Online login page.

  • ChrisT Says:

    Dont mind the new background Mr P.

  • RH Says:

    Mu hahahaha…… ill get there yet!!!!

    #!/bin/bash

    if [ "$1" == "" ]; then
    echo “You have not set the no of loops. Defaulting to ‘1′ of each browser type. ”
    echo “To set the number of loop’s place it after the script eg’./ref.sh 4′.”
    else
    echo “useing loop value $1″
    fi

    loop=”$1″

    if [ "$loop" == "" ]; then
    loop=”1″
    fi

    notimes=$loop
    while [ $loop -ge 1 ]; do
    echo “IE6 Number = $loop”
    cat ie6_win_browser_head.txt | nc -w 1 http://www.jamesx.net 80 > temp.txt
    echo “Safari Number = $loop”
    cat safari_browser_head.txt | nc -w 1 http://www.jamesx.net 80 > temp.txt
    loop=$((loop - 1))
    done
    echo “Updated Refer: $((notimes * 2)) Times.”
    exit 0

Leave a Reply

You must be logged in to post a comment.