![]() |
What happened to ICRA (content rating labels)?
ICRAâ?¢ | Family Online Safety Institute
"While all current labels will continue to work with Internet content filters, the ICRA? label generator, ICRA? tools and Webmaster support will no longer be available." Been a while since I opened a new adult site so maybe I'm out of the loop. What happened to ICRA? Can't see any obvious links for webmasters (ie to generate labels) on fosi.org |
Quote:
|
Quote:
Most of my adult sites are TGPs so when started a new one I copied a label from another of my sites. Guess I probably should have checked the ICRA website occasionally. :error This is an interesting read: http://philarcher.org/icra/ICRAfail.pdf What are the current labelling schemes, if any? |
Quote:
|
|
Quote:
Would be interesting to try to figure out when the site is blocked, at least based on webmaster provided content ratings, since the page (and possibly other objects) must be loaded in order to determine its rating. I can see quite a few requests for labels.rdf (ICRA) in my logs. |
ssh (or terminal)
Code:
egrep -i '[log patern]' access.log |lessif you use egrep instead of grep you wont have to do \. etc [backslash literals] -i case insensitive -ic will return the count of the grep Code:
egrep -ic '[log patern]' access.log |
Going to be more complex than a simple grep. You'd need to look for browsers loading the HTML of the page, then nothing further, because the blocking software has kicked in. Then you would need some way to (reliably) exclude bots from the list, because that's exactly what most bots do...
|
| All times are GMT -7. The time now is 11:55 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123