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_174535232885249delete
muhamed_174566187959229delete
burbaloni_174551796665322delete
BANANAAAAAAA_174517888254321delete
danchi_174531509281818delete
ProTungTung_174524175129516delete
fjdikd_174552838896414delete
iloveangeeel_174563453711614delete
tu+tu+sahur_174551664662413delete
vitung+sahur_174551400615713delete
Götüboklu_174541250073812delete
tun+tun+saur_174563425737810delete
Doue+01_174566173457710delete
isk9KnoOsl_17454283445788delete
ZenciEge31_17455112551588delete
nintendo+swi_17455175506708delete
tralarelo_17455483806688delete
o_17456691829168delete
tung+tung_17452089998847delete
KingEdward_17451682747827delete
tung++sahur_17456589829737delete
TUNG+TUNG_17456600178177delete
Da+ok+iyi_17455759045036delete
idk600_17455852044956delete
player_17456419205796delete
Defne_17456684482206delete
Abdurahman_17451623862605delete
Gino+malefic_17455782586555delete
퉁9+김광욱_17456395328175delete
tungtungn+sh_17454506166974delete
Égeqq-#1_17455130405854delete
Victorious77_17455303450104delete
brbrpatapim_17455495551694delete
tralaldlo_17455872668194delete
666_17456113010814delete
sahuzinho_17456352809774delete
tralalero+tr_17456361581364delete
Gigachad+123_17456670634694delete
Yaman+sahur_17453546777653delete
josias_17455432493213delete
xx_17455452207633delete
BrBrPatapim_17450863984463delete
Daniele_17456076741153delete
XxsLuisxXs_17455516734163delete
시안포기_17456404397913delete
wowa_17456545240393delete
d_17456610267423delete
tung+sahur_17456707963243delete
Tung+Tung_17454999642692delete
szymenkowo_17455138385922delete
MeTo+BaBa_17455261284002delete
brr+brr+pata_17455274397592delete
rizz+skibidi_17455301432502delete
noel_17455396620722delete
tung+tung_17455472256482delete
REİS_17455776500452delete
tralalero+sa_17456111328532delete
brainrot+rey_17456332625172delete
meme_17456573683372delete
emwrqundela_17456575015002delete
Anan_17456627343462delete
bomtungtrala_17456636542592delete
트랄랄래요+트랄랄라_17456646401462delete
re+brainrot_17456660381222delete
ndndlix_17456692061562delete
TUN+TUN_17456707218392delete
Da+ok+iyi_17456049077581delete


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