- Edited
- Windows
you could do String(Timer).substring(0, 2)
to show the front two numbers
external datastore creator
you could do String(Timer).substring(0, 2)
to show the front two numbers
DragonFireGames transfa ! .skulldd
DragonFireGames indeed, indeed.
DragonFireGames oh yeah, but you'll have to learn python (unless you already know it)
DragonFireGames affirmative
DragonFireGames before you made the backend have jimpify, did you use Varrience's request service? and if you did, did you have any trouble transferring JSON between them?
DragonFireGames you could use axios for your backend HTTPS request
DragonFireGames it uses sqlite
if(typeof(success) != "function") success = function(){};
if(typeof(failure) != "function") failure = function(){};
if(!Array.isArray(columns)) return console.error("'keys' is not an array!");
sql = `CREATE TABLE ${name}(id PRIMARY KEY NOT NULL unique, ${columns.join(",")})`
database.run(sql, (err) => {
if(err) {failure(`failed to create table "${name}": ${err}`); return console.error(err)}
success(`successfully created table "${name}"`);
});
this is just for creating a table
DragonFireGames it doesn't use any of the actual main databases. its all hosted on a website
miztis nono, i only finished school
miztis finished
External database is now here (still work in progress though)! The library ID is A3TpGSdmP3CoaR7iHz2b980BirE4-PItAyxtu_GscH8
. (it is ONLY functional for gamelab right now)
with it, you can
Jibberjay unfortuante :)
what-the-dog-doin (partially works, works with the max number)
you can’t block this. replace your “/gamelab/“ with “/applab/“. this actually changes the mode to applab version! especially if you add “/edit.whatever” you get the game’s saved data! this leads me to the conclusion that your protection is bad.
I DIED (OOF)
what-the-dog-doin and its because btime was created in an if statement, locking it from use from the outside.