This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
Pastebin Problems
Started by Noobular, 07 April 2015 - 12:53 AMPosted 07 April 2015 - 02:53 AM
Is there a limit of 4 paste per person? because i have a program which grabs 4 others and one of them keeps getting deleted off pastebin and i have no idea why its doing it , all of them are made to never expire but the last one keeps being deleted after a while.
Posted 07 April 2015 - 03:02 AM
I believe the limit is 25 pastes for a free account. If one of your pastes keeps disappearing and you keep setting it not to expire, you should probably contact Pastebin for support.
Edited on 07 April 2015 - 01:04 AM
Posted 07 April 2015 - 03:03 AM
Is that one on-line for some time then disappears or it never gets uploaded? Are you using standard pastebin client from CC or custom one?
Also are you adding them to your account or posting as guest user? Are you posting them from CC or from website?
Limit is 25 unlisted, 10 private and unlimited public ones. Assuming you made an account. No idea what restrictions there are on guest pastes.
Also are you adding them to your account or posting as guest user? Are you posting them from CC or from website?
I believe the limit is 25 pastes for a free account. If one of your pastes keeps disappearing and you keep setting it not to expire, you should probably contact Pastebin for support. It may be an obvious question, but are you sure you've got the paste address right?
Limit is 25 unlisted, 10 private and unlimited public ones. Assuming you made an account. No idea what restrictions there are on guest pastes.
Edited on 07 April 2015 - 01:06 AM
Posted 07 April 2015 - 03:06 AM
I was going to ask about using a guest account, but I don't think you get the option with guest pastes to have no expiration, do you?
Posted 07 April 2015 - 03:08 AM
You do. You can select Never expire as guest account. All pastes made using default CC client are made Guest mode Never expire Lua Syntax.
Not sure about Public or Unlisted part.
Not sure about Public or Unlisted part.
Edited on 07 April 2015 - 01:08 AM
Posted 07 April 2015 - 09:45 AM
If a paste contains certain data patterns, you'll need to actually look it up on the pastebin website and fill in a captcha to complete the uploading process. For example, pretty much everything package uploads is subject to this, probably due to the lengthy base64-encoded strings it uses (which don't even decode directly to text). Eg.
Once it's up there, though, it should stay up there unless someone flags the content as inappropriate (in which case it'll still probably stay up unless the site staff agree with them). While pastes from registered users can be removed by those users at most any time, "never expire" guest pastes can only be removed via the reporting system (assuming you can come up with a good reason for them to go, as you'll have a hard time proving ownership).
Once it's up there, though, it should stay up there unless someone flags the content as inappropriate (in which case it'll still probably stay up unless the site staff agree with them). While pastes from registered users can be removed by those users at most any time, "never expire" guest pastes can only be removed via the reporting system (assuming you can come up with a good reason for them to go, as you'll have a hard time proving ownership).
Posted 09 April 2015 - 08:31 PM
Well sorry for me bring late, Posting them on a created account not posting as guest set to lua and never expire and they expire anyways, it lets me pastebin get while its up but randomly its taken off.
Posted 09 April 2015 - 10:21 PM
So that strongly suggests someone is reporting the paste. You're not calling it "Noobular's server cracking tool" or something that would otherwise obviously get flagged as "abusive"?
I suspect that your solution will be to post your paste as "unlisted" rather than "public".
I suspect that your solution will be to post your paste as "unlisted" rather than "public".
Posted 09 April 2015 - 10:44 PM
thought i mentioned that it is unlisted aswell.
Posted 09 April 2015 - 10:49 PM
Well, throw us a bone here, and give us the full picture. Can we have a link to a version of the paste that hasn't gone yet? If not, how about posting it here in spoiler tags? How long does it usually stay up for?
Posted 10 April 2015 - 12:24 AM
http://pastebin.com/FT3z4Aaa
If its not there
it's named "Watcher [Big Reactors]"
If its not there
it's named "Watcher [Big Reactors]"
os.loadAPI("config")
while true do
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
local r = peripheral.wrap(config.Reactor) -- Reactor
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
term.clear()
term.setCursorPos(1,1)
term.setTextColor(colors.lime)
print("===================================================")
print("| |")
print("| Energy Stored: "..math.floor(r.getEnergyStored()/1000).."K |")
print("| Turn off Amount: "..math.floor(high/1000).."K |")
print("| Turn on Amount: "..math.floor(low/1000).."K |")
print("| |")
print("| TO CHANGE TURN ON/OFF RATE |")
print("| Hold Ctrl + T and type |")
print("| 'edit watcher' then change the |")
print("| high and low values |")
print("| |")
print("| To use 'SWITCH-' you MUST |")
print("| terminate this program [Ctrl + t] |")
print("| |")
print("===================================================")
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
if r.getEnergyStored()<=10000000 and r.getEnergyStored()>100 then
r.setAllControlRodLevels(0+(math.floor(r.getEnergyStored()/100000)))
else
r.setAllControlRodLevels(0)
end
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
sleep(1)
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
end
Posted 10 April 2015 - 01:05 AM
Generally its like an hour and then its gone
Posted 10 April 2015 - 08:50 AM
Alright, let's see what happens to this.
I was prompted to fill out a captcha in order to post it. Were you?
I was prompted to fill out a captcha in order to post it. Were you?
Posted 11 April 2015 - 08:24 AM
its not every time but a lot of times it is filling out the capatcha
yea just noticed mines down already aswell. this is highly annoying -_-/>
yea just noticed mines down already aswell. this is highly annoying -_-/>
Posted 11 April 2015 - 09:11 AM
its not every time but a lot of times it is filling out the capatcha
yea just noticed mines down already aswell. this is highly annoying -_-/>
Looks like Bomb's version was taken down too, and he's a Pro member on pastebin (Im pretty sure)
Maybe you should contact pastebin?
http://pastebin.com/contact
Posted 11 April 2015 - 10:09 AM
I know I have. I'm rather irked that they'd remove a paste from my account without at least providing me with some notification. Either via PM or email, I've got nothin'.
Posted 11 April 2015 - 11:42 AM
Oh hey, got a reply already. Bug in their spam detection, they say. Apparently shouldn't happen again. Let's see, shall we?
Edit:
Well actually they didn't say it won't happen again, but you'd sort of expect them to set up an exception. Even if they did, beats me whether it'd apply to Noobular's account as well, or just to my own.
Obviously I'm less concerned about the paste and more concerned about the lack of notification, and I've messaged them back accordingly. Even if they trash truckloads of spam in a day, they've got their own PM system now, so I feel a notification isn't asking too much - surely it's common decency!
Edit:
Well actually they didn't say it won't happen again, but you'd sort of expect them to set up an exception. Even if they did, beats me whether it'd apply to Noobular's account as well, or just to my own.
Obviously I'm less concerned about the paste and more concerned about the lack of notification, and I've messaged them back accordingly. Even if they trash truckloads of spam in a day, they've got their own PM system now, so I feel a notification isn't asking too much - surely it's common decency!
Edited on 11 April 2015 - 09:51 AM
Posted 12 April 2015 - 04:49 AM
Yea they should have simple notifications just saying "You're Paste [Name] Has been removed for [Reason/snibbit of code].
Posted 12 April 2015 - 10:49 AM
Didn't fix mine, i reposted and its taken down an hour later.
Posted 12 April 2015 - 11:13 AM
Hmm Could you not rewrite it to be different? Use other variable names, Make that big screen stuff say something else ect. Could get around that spam detection,
Sidenote: Bomb Blokes one got removed too at the time of writing this post. Again.
Sidenote: Bomb Blokes one got removed too at the time of writing this post. Again.
Posted 12 April 2015 - 12:22 PM
Truth be told, they're probably just checking against hashes. It wouldn't surprise me if tweaking a single character is all it takes to avoid it.
Still, this is ridiculous.
Still, this is ridiculous.
Posted 12 April 2015 - 08:11 PM
Ok so what i have found out is none of the code is the spam detection ITS THE NAME OF THE SCRIPT "watch" is picked out and removed. i was told not to put anything with "watch" in it.
Posted 12 April 2015 - 11:05 PM
… still ridiculous.
Posted 12 April 2015 - 11:23 PM
Oh i'm agreeing with you lol.
pretty much i named it W4tcher [Big Reactors]
pretty much i named it W4tcher [Big Reactors]