dream
lo
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
Name
Score
31+CEKEN+NEN_1745352328852
56
delete
burbaloni_1745517966653
26
delete
jo_1745680551476
24
delete
tung+sahur_1745616440213
24
delete
ton+sahur_1745601756874
23
delete
44_1745771114275
20
delete
IONAZO_1745699160250
16
delete
CAPEL9_1745234954202
16
delete
baitola_1745770930266
14
delete
el+jefe_1745641420078
12
delete
Cangolino_1745237736511
12
delete
velja+nevolj_1745699926231
11
delete
Diego_1745773417871
10
delete
хуй_1745750915716
9
delete
Caca_1745760280859
9
delete
eragh_1745764267074
8
delete
tralalelo_1745634136523
8
delete
tung+Aras_1745760156066
7
delete
2233_1745757783140
6
delete
trallalero_1745772022801
6
delete
тун+тун+тун_1745744639670
5
delete
Dwi.d_1745766010623
5
delete
tung+tung+sa_1745766909680
5
delete
sahur_1745764985424
5
delete
brr+brr+pata_1745772708774
5
delete
burumbumbini_1745780331177
5
delete
Tung+sahur_1745787678195
5
delete
br+br+patapi_1745760477337
4
delete
Karbetski_1745761957545
4
delete
Shimpazinni_1745781422890
4
delete
tung+tung_1745768431104
3
delete
mathi_1745779277019
3
delete
zach_1745780924245
3
delete
tung+sahur_1745782689307
3
delete
Anthony_1745782756439
3
delete
tung+tung_1745783140433
3
delete
tralalero+tr_1745783788347
3
delete
edgar18384_1745785039094
3
delete
tung+tunigga_1745758700767
2
delete
INGA_1745758826383
2
delete
imjustboard_1745759284454
2
delete
hdjdusjhsjsh_1745760092152
2
delete
tung+sahur_1745760683051
2
delete
NT7_1745761083725
2
delete
bonbardilo_1745764159568
2
delete
bavid_1745765716275
2
delete
armir_1745766568134
2
delete
de_1745767914315
2
delete
hybjcb_1745769299950
2
delete
Izan3000_1745770351728
2
delete
lemon123_1745770543175
2
delete
💀☠️_1745771352078
2
delete
tralalero+tr_1745771761922
2
delete
nicolas_1745773181087
2
delete
tung+tnug_1745674971793
2
delete
tung+sauhr_1745778900417
2
delete
SirMackles_1745772338627
1
delete
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.
<style type="text/css"> .dreamloLBTable { border-collapse:collapse;text-align:center;width: 200px; } .dreamloLBTable th { border-bottom: 1px solid #EEEEEE;font-weight:bold;margin:0;padding:4px; } .dreamloLBTable td { border-bottom: 1px solid#EEEEEE;margin:0;padding:4px; } </style> <script src="https://www.dreamlo.com/lb/5fa8af5feb371a09c4c51d17/js" type="text/javascript"></script>
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