What happened to ICRA (content rating labels)?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rowan
    Too lazy to set a custom title
    • Mar 2002
    • 17393

    #1

    Business 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
  • notinmybackyard
    Confirmed User
    • Sep 2012
    • 3230

    #2
    Originally posted by rowan
    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
    Welcome to 2007
    officially retired as of March 01 2018 but still fucking around and getting into shit.

    Comment

    • rowan
      Too lazy to set a custom title
      • Mar 2002
      • 17393

      #3
      Originally posted by notinmybackyard
      Welcome to 2007
      Wow. Thought you were being facetious at first, but it does look like it has been many, many years since ICRA was discontinued.

      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.

      This is an interesting read: http://philarcher.org/icra/ICRAfail.pdf

      What are the current labelling schemes, if any?

      Comment

      • xXXtesy10
        Fakecoin Investor
        • Jul 2012
        • 7127

        #4
        Originally posted by rowan
        Wow. Thought you were being facetious at first, but it does look like it has been many, many years since ICRA was discontinued.

        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.

        This is an interesting read: http://philarcher.org/icra/ICRAfail.pdf

        What are the current labelling schemes, if any?
        FSC = fail stupid fucking idiots. they touch it will break
        WARNING: Stay Away From Marlboroack aka aka Brandon Ackerman
        http://gfy.com/21169705-post8.html
        Donny Long is Felon, Stalker, Scammer & Coward
        http://www.ripoffreport.com/reports/...lon-int-761244

        Comment

        • Barry-xlovecam
          It's 42
          • Jun 2010
          • 18083

          #5
          Parental Filtering | RTA | Restricted to Adults

          Comment

          • rowan
            Too lazy to set a custom title
            • Mar 2002
            • 17393

            #6
            Originally posted by Barry-xlovecam
            Thanks. Have now added that to one of my sites.

            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.

            Comment

            • Barry-xlovecam
              It's 42
              • Jun 2010
              • 18083

              #7
              ssh (or terminal)

              Code:
              egrep -i '[log patern]' access.log |less
              q to escape
              if 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
              21
              ........ access.log > (or >> append) to a file.txt

              Comment

              • rowan
                Too lazy to set a custom title
                • Mar 2002
                • 17393

                #8
                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...

                Comment

                Working...