vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, > My suggestion to the OP would be > to read squid docs, and see how you can specify a list of websites to > block (I'm almost positive it can be done) . Yup, squid {c,w}ould be the way to go. An example is: acl acl_block url_regex -i "/path/to/acl.block" acl.block might contain 'complete' urls like 'www.thispornsite.com' or general stuff like 'obsession', 'fetish', 'msn' and whatnot. Much more can be done, of course. Maybe, compiling that list is 95% of the fun... I had an 17 year old intern compile me a list like that. Sweet. ;-) Good luck... Nico |