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!
Saturday, February 20, 2010
Subscribe to:
Post Comments (Atom)
Excellent Idea `0'
ReplyDeletethe script doesn't work.
ReplyDeletereplace 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
Works both ways. with the + sign.
ReplyDeleteCheckedList = [llDetectedKey(count),CheckedList];
..is the way that needs the [brackets]
I did correct another error however. I had the wrong llKey2Function... ops...
Darling Brody