Forum Moderators: wheatpenny Forum Coordinators: Anim8dtoon
Community Center F.A.Q (Last Updated: 2025 Feb 04 12:04 pm)
Easy enough to find the worst offenders -- list Free Stuff by most downloaded. I get the impression that people keep checking back on things that have been dead since 2000 trying to download them. I was going to download all the RFS pages and run them through a script to send a status request (no actual bandwidth slurping, just a check for 200-OK or not) for all of them, then spit that out into a list.
It's hard to know if the items are just off line for a few days or forever...
You can't call it work if you love
it... Zen
Tambour
An idea then: add a column to the FreeStuff database called active
char(0). Run a script to check the statuses of every one nightly and if it doesn't return 200-OK, mark it NULL, and if it is okay leave it ''. (In MySQL there is no Boolean datatype, but a char(0) works just as well. The value is either NULL or '' (nothing but defined as nothing). This works as a boolean. Modify the output to only list ones WHERE active IS NOT NULL
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
If I compile a list of the broken free stuff links, can something be done about it?