View Single Post
Old 2004-07-11, 09:45 AM   #4
spacemanspiff
Where there's a will, I want to be in it.
 
spacemanspiff's Avatar
 
Join Date: Aug 2003
Location: Looz-e-anna
Posts: 1,015
Send a message via ICQ to spacemanspiff
Here's the first 18 lines:

#!/bin/sh
serverlist=$1
sst=/web/sites/sitestatstable/index.html"
echo > test
gt=0
at=0
yt=0
aolt=0
aet=0
sitecount=0
totaluniqs=0
totalpages=0
bgcolor="#999999"
#echo "<center>Site Stats<br>"date"<br><center>" > $sst
printf "<table cellspacing=0 cellpadding=4 width='100%%'>\n" >> $sst
printf "<tr><td>Site</td><td align='right'>Pages Hit</td><td align='right'>Uniqs</td>" >> $sst
printf "<td align='right'>AltaVista</td><td align='right'>AOL</td><td align='right'>Google</td><td align='right'>Yahoo</td><td align='right'>AllEngines</td></tr>\n" >> $sst
while read servername

Line 14 was causing the same error, so I commented it just to get past that line
__________________
Submit your free sites to Free Sex Pics
spacemanspiff is offline   Reply With Quote