Page 2 of 2

PostPosted: Fri Jun 18, 2004 1:47 am
by Diceman
Ed,

Any chance you could pop the file sizes of the backgrounds up on the download page? (not everyone has broadband, and it's nice to know how big a download is) - php's filesize function if the files are cached locally or utilising a request/response based protocol such as ftp if they are remote.

You could even automate the calculation of a 56k modem approx download time in seconds by dividing the filesize in KB by 56 (NB filesize returns bytes so you will need to multiply by 1024 to obtain the KB and you may wish to adjust the divider to reflect realistic download speeds).

kind regards

Diceman