Womp. The database was corrupted and I had to use a backup from 2018 (in 2021). Sorry for any data loss. A server update also broke a bunch of the site (I've got it mostly working, but some things may still be busted). Another unrelated server update also busted the way my wii homebrew connected to the site (so none of them can go online anymore and they may never change). Have I mentioned that I've had problems with this cheap web host?
You can check out whatever new projects I have in the works over on twitter at @BoringDevKate.

Comment posted by AdrianModr at 2014-03-29 21:25:30 (11 years ago)ooooiohh!!!!! i know a simple basic lang script
10 PRINT "Hi, guy!"
20 PRINT "input a number under 10"
30 INPUT Anumber
40 IF Anumber < 10 THEN
50 PRiNT "You entered a num under 10! congrats!"
55 GOTO 90
60 ELSE
70 PRINT "yo didnt enter a num under 10!"
75 GOTO 100
80 EnD iF
90 PRINT "Pass!"
100 PRINT "FAIL!"
110 PRINt "OK" (this not nesscary usally after it execute any basic script it auto says oK and ends script)
littarly it workss dwnload basic scrript executer from justbasic DOT com and entr ths script and execute! vola
You need to be logged in to post a comment.