kanehart Posted April 15, 2002 Share Posted April 15, 2002 Hey I got it all working just fine But I need some help I have it running on my computer and I always have to run the script to update it then upload to site. Is there an ftp server or something I can time and have it upload anything i point at and have time on it and alow it to over right. So i can put this on old computer and have to always updating http://www.fsonline.ca/sw/player-stats.html Link to comment Share on other sites More sharing options...
David Icke Posted April 15, 2002 Share Posted April 15, 2002 Hi Well if your using a linux dedicated server you could maybe setup a cronjob that executes say every 15 minutes.. first runs you logparse.pl then scp or rcp the file to your remote server. presuming thats unix as well.. $crontab -e 0,15,30,45 * * * * logparse.pl 1,16,31,46 * * * * scp lofile.html username@hostIP:/home/login/public_html/ If your not using linux im sure windows has something similar for running scheduled jobs,, hope it gives ya some ideas Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.