dreamlo
faq    developer    contact
Here is your private url. Copy and paste this somewhere.
Do not tell anyone about this link.
WebGL builds hosted at itch.io and other services as well as some versions of Android may need SSL to work!
Want to use https (SSL)? Donate $5 or more and let me know.
Want to store more than 25 scores? Contact me.
(If you have a limit of 25 scores and another score comes in, the lowest will get bumped out.)

You copy and pasted that somewhere and are never going to tell anyone right?


You can not have an asterisk * character in your URL, scores, usernames, etc.


Your Leaderboard
NameScore
31+CEKEN+NEN_174535232885251delete
K3N4Y_174526155959927delete
tung+sahur_174561644021324delete
burbaloni_174551796665322delete
ALP_174560935908420delete
jo_174568055147620delete
filipson33_174549698795419delete
tung+sahur_174554198903118delete
draw+lover_174558926698115delete
homosexual_174543548584615delete
пипиляка_174516900143213delete
AzrkZx_174568365657612delete
Tung+Sahur_174572259736112delete
br+bombastik_174567229192111delete
OptimumPride_174514922742911delete
tun+tun+saur_174563425737810delete
sahuzinho_174563528097710delete
IONAZO_17456991602509delete
garamararara_17457041867088delete
Lokn0Sioda_17456943917877delete
gache_17457061730397delete
tung+sahur_17456050995876delete
vgtgtgg_17456796119636delete
박시후_17457244180766delete
ventura_17456855347295delete
ballerina+c_17456759645285delete
tralaletral_17457042107945delete
João+manoel_17457094373475delete
tungtungtunu_17455020388125delete
Da+ok+iyi_17456049077584delete
Sahur_17456869518914delete
tung_17456894320854delete
Dunja_17451767547284delete
italian+brai_17457068018274delete
tungtralaler_17457099909904delete
chsggxvzx+bx_17457175928244delete
Francisco_17457184893424delete
ыжцдыыыж_17457267343364delete
tralalelo+tr_17457292590474delete
josias_17455432493213delete
시안포기_17456404397913delete
sonic_17456870820493delete
berat_17456876184673delete
tralalera+ta_17456922232963delete
Tung+sahur_17456970800693delete
eliott_17457124913303delete
멍반장_17457229636653delete
GAEL_17457242761853delete
tungsahur_17457280554353delete
MeTo+BaBa_17455261284002delete
noel_17455396620722delete
brainrot+rey_17456332625172delete
Tung+Sahur_17456852220322delete
tung+sahur_17456853444402delete
tralalero_17456883765762delete
Chamoycito30_17456946824882delete
Andreiism3_17456949480862delete
TUNG+TUNG+SA_17457087504702delete
tung+tung_17457142386182delete
tatatasahur_17457180231732delete
tralalero_17457269851092delete
Gui_17457076298041delete


Remove All Scores

Codes for Unity Example
Here are just your public and private code so that you can cut and paste them into the sample code for Unity.

Private Code (It's long, get all of it!)


Public Code



Embed on your website
Simply copy and paste the CSS and javascript below. Feel free to make changes to the css to meet your needs. To sort ascending replace /js with /js-asc you can also use /js-seconds to sort by seconds and /js-seconds-asc

Select All
Adding and deleting scores
Changes and updates to your leaderboard are made through simple http get requests using your private url.

A player named Carmine got a score of 100. If the same name is added twice, we use the higher score.


A player named Carmine got a score of 1000 in 90 seconds.


A player named Carmine got a score of 1000 in 90 seconds and is Awesome.


Delete Carmine's score


Clear all scores


Save a trip to the server by combining "add" with returning data: "add-pipe", "add-xml" or "add-quote"



Getting your scores
Reading of data is performed by using your public url.
Get your data as XML:


Get your data as json:


Get your data as pipe delimited:


Get your data as quoted with comma:


To get the list sorted by seconds (high to low) just add -seconds:


To sort ascending just add -asc:


To get the list sorted by date (newest to oldest) just add -date:


To get only the top 5 or 10 rows, just add the number to the end:


To get a range of rows, use a starting number and count of rows you want
For instance, this is rows 100 to 149 (starts with number 0) :


To get the score for just 1 person, just add -get and the person's name:


© Carmine T. Guida