This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2012-05-22 05:32:47

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

ManaUser wrote:

Updated my filter demo. I added wildcard support, so "?badword?" would match "superbadword", "badwords", etc. It also uses a simple but more or less irreversible hash function now, so I went ahead and loaded it with hashes of real swears. Have fun.

I strongly recommend the Flash player, but if you can't use that, at least use Turbo.

I took a look.
It was rather interesting, and quite effective, but you could still 'post' profanity by adding symbols in between the letters of words, such as (if 'scratch' was a swear) 's.cratch'.


http://trinary.tk/images/signature_.php

Offline

 

#27 2012-05-22 16:26:04

PhirripSyrrip
Scratcher
Registered: 2012-02-11
Posts: 100+

Re: 2.0 Inappropriate Language - What to do?

scimonster wrote:

I took mine down because of that.  hmm
I think the only good solution is to censor all cloud data before being sent to the server.

+1


http://i46.tinypic.com/ao03lk.png

Offline

 

#28 2012-05-22 16:30:05

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

In the morning I'll get to work on a censor that will also censor "Scr@tch", "S.cratch", etc. (assuming "Scratch" is a swear word), and then share it, so people can use it.

EDIT; It's harder than I first thought it would be... I'm gonna carry on trying though.

Last edited by RedRocker227 (2012-05-24 13:44:52)


Why

Offline

 

#29 2012-05-26 11:55:52

Cozyhut3
Scratcher
Registered: 2010-02-06
Posts: 500+

Re: 2.0 Inappropriate Language - What to do?

NeilWest, that's not a bad idea. I really hope they have download locks in 2.0. XD

Offline

 

#30 2012-05-26 13:42:26

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

Cozyhut3 wrote:

NeilWest, that's not a bad idea. I really hope they have download locks in 2.0. XD

They won't.


Why

Offline

 

#31 2012-05-26 20:55:31

Cozyhut3
Scratcher
Registered: 2010-02-06
Posts: 500+

Re: 2.0 Inappropriate Language - What to do?

Aww, how come? :U

Offline

 

#32 2012-05-26 21:01:25

technoboy10
Scratcher
Registered: 2007-08-25
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

Cozyhut3 wrote:

Aww, how come? :U

The motto and core values of Scratch are 'Imagine Program Share.' Download locks would interfere with the 'Share' portion.


So long, 1.4.
http://goo.gl/3JEV9

Offline

 

#33 2012-05-26 21:40:18

joletole
Scratcher
Registered: 2011-02-20
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

What about this:

ask [what is your name]?
broadcast [ban v]
when i receive [ban v]
if <(answer) = [joletole]
   say [sorry, but you have been banned from this game]
end
Then, make that script that makes scratch closes.

Last edited by joletole (2012-05-26 21:41:19)

Offline

 

#34 2012-05-27 05:14:21

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

Then people would just enter a different answer when asked for their name...

Last edited by RedRocker227 (2012-05-27 05:15:21)


Why

Offline

 

#35 2012-05-27 05:15:29

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

What would that achieve?
In any case, users could simply type in a fake username.


http://trinary.tk/images/signature_.php

Offline

 

#36 2012-05-27 06:36:09

NeilWest
Scratcher
Registered: 2010-01-06
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

technoboy10 wrote:

Cozyhut3 wrote:

Aww, how come? :U

The motto and core values of Scratch are 'Imagine Program Share.' Download locks would interfere with the 'Share' portion.

However, it would help prevent 'duplicate' games, and you could also have a lock which could allow certain people (i.e: friends, test accounts, people with permission).

Offline

 

#37 2012-05-27 09:12:16

technoboy10
Scratcher
Registered: 2007-08-25
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

NeilWest wrote:

technoboy10 wrote:

Cozyhut3 wrote:

Aww, how come? :U

The motto and core values of Scratch are 'Imagine Program Share.' Download locks would interfere with the 'Share' portion.

However, it would help prevent 'duplicate' games, and you could also have a lock which could allow certain people (i.e: friends, test accounts, people with permission).

hmm  But if I wanted to see how something worked in a locked game, I couldn't! Also, I'm fairly sure the ST has already said no to that. Anyway, back on topic now...


So long, 1.4.
http://goo.gl/3JEV9

Offline

 

#38 2012-05-27 10:04:12

joletole
Scratcher
Registered: 2011-02-20
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

Check out this project, it gives an example of what you should do when someone is spamming up your chatrooms:

http://scratch.mit.edu/projects/joletole/2568887

Offline

 

#39 2012-05-27 10:34:14

Zenth
New Scratcher
Registered: 2012-05-06
Posts: 100+

Re: 2.0 Inappropriate Language - What to do?

trinary wrote:

What would that achieve?
In any case, users could simply type in a fake username.

Perhaps IP Addresses? It's a possible solution.

Offline

 

#40 2012-05-27 10:44:37

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

Zenth wrote:

trinary wrote:

What would that achieve?
In any case, users could simply type in a fake username.

Perhaps IP Addresses? It's a possible solution.

Unfortunately, I highly doubt there'll ever be a reporter block which reports the IP address (that's you meant, right?). If a user gave their username, and you stored their IP along with it, it'd be a massive security risk. :L

Last edited by RedRocker227 (2012-05-27 10:44:51)


Why

Offline

 

#41 2012-05-27 16:04:19

thebriculator
Scratcher
Registered: 2011-07-11
Posts: 500+

Re: 2.0 Inappropriate Language - What to do?

some projects do have download locks. I read somewhere that Wes64's 'Spectrum' was locked so that if someone downloaded it and tried to upload it as a duplicate, it wouldn't work.

Edit: Whoa-100th post! woohoo

Last edited by thebriculator (2012-05-27 16:04:38)


.     http://tiny.cc/2cwgpw    http://tiny.cc/viwgpw    http://tiny.cc/iwwgpw

Offline

 

#42 2012-05-28 02:03:53

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

Zenth wrote:

trinary wrote:

What would that achieve?
In any case, users could simply type in a fake username.

Perhaps IP Addresses? It's a possible solution.

That would be a security risk.


http://trinary.tk/images/signature_.php

Offline

 

#43 2012-05-28 02:06:20

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

thebriculator wrote:

some projects do have download locks. I read somewhere that Wes64's 'Spectrum' was locked so that if someone downloaded it and tried to upload it as a duplicate, it wouldn't work.

Edit: Whoa-100th post! woohoo

It's possible.


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#44 2012-05-28 02:16:40

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

thebriculator wrote:

some projects do have download locks. I read somewhere that Wes64's 'Spectrum' was locked so that if someone downloaded it and tried to upload it as a duplicate, it wouldn't work.

Edit: Whoa-100th post! woohoo

It's possible, by making Scratch close when the green flag is clicked, although it is discouraged.

Last edited by trinary (2012-05-28 02:16:49)


http://trinary.tk/images/signature_.php

Offline

 

#45 2012-06-11 21:10:18

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: 2.0 Inappropriate Language - What to do?

thebriculator wrote:

I read somewhere that Wes64's 'Spectrum' was locked so that if someone downloaded it and tried to upload it as a duplicate, it wouldn't work.

It isn't exactly locked. I found a glitch that if I edit a giant image and then click OK without making any changes, sometimes the image shrinks by over 200kb. So I shrank a ton of images this way and was able to get under 10mb. But If you download it, the shrinking is undone so it becomes larger than 10mb.

I didn't mean to prevent remixing, I just needed to get under 10mb.


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#46 2012-06-12 00:55:06

thebriculator
Scratcher
Registered: 2011-07-11
Posts: 500+

Re: 2.0 Inappropriate Language - What to do?

Wes64 wrote:

thebriculator wrote:

I read somewhere that Wes64's 'Spectrum' was locked so that if someone downloaded it and tried to upload it as a duplicate, it wouldn't work.

It isn't exactly locked. I found a glitch that if I edit a giant image and then click OK without making any changes, sometimes the image shrinks by over 200kb. So I shrank a ton of images this way and was able to get under 10mb. But If you download it, the shrinking is undone so it becomes larger than 10mb.

I didn't mean to prevent remixing, I just needed to get under 10mb.

oh. that's cool!


.     http://tiny.cc/2cwgpw    http://tiny.cc/viwgpw    http://tiny.cc/iwwgpw

Offline

 

Board footer