ComputerCraft Forums

General => General => Topic started by: Kaikaku on Nov 07, 2024, 05:59 PM

Title: Pastebin SMART fitler issue
Post by: Kaikaku on Nov 07, 2024, 05:59 PM
Anyone else having issues with pastebin not allowing your code to be "unlisted" because of some to me unknown SMART filter criteria? Pastebin automatically sets the status to "private" i.e. I'm not able to share :(

Edit: I see this is not a new topic (I made a bit of a longer MC/CC break).
How or where to share code and download it to turtles?
Or maybe there are some keywords that should be avoided in code (as long as it is not turtle)?
Title: Pastebin SMART fitler issue
Post by: Lupus590 on Nov 08, 2024, 09:33 AM
I'm not sure what triggers the smart filter, but you should be able to go to your paste on the pastebin website and do a captcha and it'll be up like any normal paste.
Title: Pastebin SMART fitler issue
Post by: Kaikaku on Nov 08, 2024, 08:57 PM
Thanks for your reply. I tried again but there are no captchas to solve.

In case someone else searches for this topic, here is the error message I get:
QuotePastebin's SMART filters have detected potentially offensive or questionable content in your Paste.
The content you are trying to publish has been deemed potentially offensive or questionable by our filters, because of this you're receiving this warning.
This Paste can only be published with the visibility set to "Private".

I may understand someone calling my coding style partially questionable but so far this didn't prevent sharing ;)

Well, I contacted support but a few months ago Pastebin took my inital tree farm program down and did not react, so I'm having only little hope they are doing s.th.

Edit: I spilt the code into 3 parts and they pass. These SMART filters do not look smart to me.
Also part1+2 and part1+3 are okay, but part2+3 together is a no go.

Title: Pastebin SMART fitler issue
Post by: Lupus590 on Nov 11, 2024, 10:15 AM
Maybe it's time to find another paste host? Gist by GitHub is becoming my favourite, but for CC I just put everything in the same Git Repo.
Title: Pastebin SMART fitler issue
Post by: Kaikaku on Nov 12, 2024, 07:38 PM
I wrote a friendly and understanding email to Pastebin and this is the reply:

QuoteHello,

This has been submitted to our Abuse Team for removal.

Thanks,
The Pastebin Team

This is very sad, they removed my program instead of making it unlisted or public.
For some reason returning to my Unity project seems more rewarding now.
Title: Pastebin SMART fitler issue
Post by: Kaikaku on Nov 15, 2024, 05:33 PM
My solution is now a function that merges several pastebin codes into one program. Updating will be anyoing but it is workaround. When using my tLoader program there is not much difference, but simple pastebin get is no logner possible. (I just hope that my tLoader program never triggers the "SMART" filter.)
Title: Pastebin SMART fitler issue
Post by: Lupus590 on Nov 15, 2024, 07:33 PM
Honestly, I would just switch to another service. Wget is a built-in program and has been for ages.
Title: Pastebin SMART fitler issue
Post by: Kaikaku on Nov 20, 2024, 09:45 PM
Well, that might be a bit embarrassing. I did not know about wget :D