Web stats.

I got it Working!!!!

It still needs some tweaking, but it's very close!
I made a simple program:

#!/bin/sh

while :
do
cat /home/zakk/Desktop/count.txt > /dev/ttyUSB0
curl http://www.website.com/count.txt -o /home/USERNAME/Desktop/count.txt -y 1
done

All I have to do is figure out how to just print it once on the LCD. Because right now it looks like this:

111111111111111
111111111111111

When I want it to say:

Web Hits:1

I just got to mess with it.