Discuss Scratch

grizz_tbbs
Scratcher
46 posts

Simple Chatroom with censorship for curse words and such

https://scratch.mit.edu/projects/896369918/
Simple project that took me 30 mins too properly test and code. It has curse word detection based on scratch translation but it does work (also around 100 blocks of code!)
IGNITEstudios
Scratcher
1000+ posts

Simple Chatroom with censorship for curse words and such

while this is neat, the censorship is flawed.
it wont censor some words or phrases that are really important to censor. stuff like phone numbers and the messaging app that rhymes with ‘fish cord’
you can also easily bypass the filter with asterisks, spaces, hash-tags, hyphens, and pretty much everything you can put between 2 letters.
because of how the censoring works, I believe you can also type in addresses and links and they will be left uncensored. these things matter to be censored far more then some words you will hear in the middle school hallway.
grizz_tbbs
Scratcher
46 posts

Simple Chatroom with censorship for curse words and such

If I am really dedicated to the censorship I can just add a list of possible words and combinations, Unsure how to do things like phone numbers and addresses, maybe if there is a number in the text that is greater than 1111111111 that can be deleted
IGNITEstudios
Scratcher
1000+ posts

Simple Chatroom with censorship for curse words and such

grizz_tbbs wrote:

If I am really dedicated to the censorship I can just add a list of possible words and combinations, Unsure how to do things like phone numbers and addresses, maybe if there is a number in the text that is greater than 1111111111 that can be deleted
Probably just any numbers to be safe. This would be very ambitious, it is incredibly easy to bypass. Also how would you block acsii art?
Scratch--TheCat
Scratcher
1000+ posts

Simple Chatroom with censorship for curse words and such

That looks nice, but cloud chat projects with a “blacklist” for certain words are not allowed. If you still want to have a cloud chat project, you can make one where you can only use certain phrases. Thanks
grizz_tbbs
Scratcher
46 posts

Simple Chatroom with censorship for curse words and such

IGNITEstudios wrote:

grizz_tbbs wrote:

If I am really dedicated to the censorship I can just add a list of possible words and combinations, Unsure how to do things like phone numbers and addresses, maybe if there is a number in the text that is greater than 1111111111 that can be deleted
Probably just any numbers to be safe. This would be very ambitious, it is incredibly easy to bypass. Also how would you block acsii art?
Adding a character limit
grizz_tbbs
Scratcher
46 posts

Simple Chatroom with censorship for curse words and such

Scratch--TheCat wrote:

That looks nice, but cloud chat projects with a “blacklist” for certain words are not allowed. If you still want to have a cloud chat project, you can make one where you can only use certain phrases. Thanks
Why are they not allowed?
ABelly99
Scratcher
41 posts

Simple Chatroom with censorship for curse words and such

Hey, is there a way to simply censor out words that I choose?

Example:

ifSwear or inappropriate or private word=(Input)thensay(Input)elsesayInappropriate Message Sent. Please Fix

Last edited by ABelly99 (March 12, 2024 23:09:06)

RethinkingVoxels
Scratcher
1000+ posts

Simple Chatroom with censorship for curse words and such

grizz_tbbs wrote:

Scratch--TheCat wrote:

That looks nice, but cloud chat projects with a “blacklist” for certain words are not allowed. If you still want to have a cloud chat project, you can make one where you can only use certain phrases. Thanks
Why are they not allowed?
Private messaging, which isn't allowed on Scratch

Powered by DjangoBB