-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLSnap! Fileshare #1613
base: master
Are you sure you want to change the base?
SQLSnap! Fileshare #1613
Conversation
Just my extension stuff
An extension used for storing files online
This extension needs some work to convert it better, formatting, translations, license, and whatnot. I'll handle it later today, this is a great port! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything works fine and as intended!
does anyone remember what the character limit is? |
@Drago-Cuven Depends on the server, the SQLSnap! server has a character limit of 10,000. |
This comment was marked as off-topic.
This comment was marked as off-topic.
the server is down. is it done forever? |
@Drago-Cuven the Discord server, pinned in the off topic channel, is the code to run the exact same server yourself, if you want. Devid will need to coordinate how we will handle information about the server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you could find a way to show people how to setup / get the server if they want to host their own.
args.URL = Scratch.Cast.toString(args.URL); | ||
this.serverURL = args.URL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could be 1 line, also make sure to validate the url
|
||
fits(args) { | ||
args.DATA = Scratch.Cast.toString(args.DATA); | ||
return args.DATA.length < 10001; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could also be 1 line
also maybe add a block to get the current server url |
An extension that allows for file storage online.