Saturday, February 20, 2010

Theives List Open to Public

The Theif List database that I spoke about in the Die Scammer Die blog post is now open for the public to use.

This is an API designed to be used from a SecondLife script to detect someone who has been previously caught stealing content.

I have made this interface available so that creators can include it in their anti-griefer/anti-theft land managment devices.

Futher details about how to use the interface are given if you visit this page: http://www.quantumproducts.org/PublicTools/IsTheif.php

Lets hope the theives and scammers quickly learn that stealing stuff is no different to robbing someone in real life.  There is a victim who suffers, and there is a punishment for doing it!

3 comments:

  1. the script doesn't work.

    replace this line:

    CheckedList = llDetectedKey(count) + CheckedList; // no need to check them again

    with this:

    CheckedList = [llDetectedKey(count)] + CheckedList; // no need to check them again

    greets,
    Azurescens Herouin

    ReplyDelete
  2. Works both ways. with the + sign.

    CheckedList = [llDetectedKey(count),CheckedList];

    ..is the way that needs the [brackets]

    I did correct another error however. I had the wrong llKey2Function... ops...

    Darling Brody

    ReplyDelete