Hi All!
I have a website that I host a file for a bunch of people to download (yes, it is a legal file ;-). The problem is that my host doesn’t allow a lot of bandwidth, but other people in the group are willing to host for a bit each month, to share the cost.
So what I’d like to do is have a script (in cgi, php, or javascript or something similarly universal) that checks to see how much of my bandwidth I’ve used for the month (or even as simple as the file’s been clicked on X number of times, I don’t need to get too technical), and when it gets near the end (x number of clicks, or % of my allowed bandwidth), goes to a list of alternate sites and uses that file for a few clicks, and then on for a few clicks at the next site.
Is this possible? Where do I start?
This is all nonprofit, so I don’t have the funds to buy a big fancy program to do mirroring and passwording and all. I only have one file, and I’ll always only have one file, and I don’t need any of this to be exact. And it needs to be simple, so older folk can get in there too 😉
Thanks in advance for any ideas!