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
Пабло_1745216870000
172
delete
ponas_1745214070173
51
delete
ladleGuddi_1745846551672
51
delete
K3N4Y_1745261559599
37
delete
burbaloni_1745517966653
26
delete
jo_1745680551476
25
delete
tung+sahur_1745616440213
24
delete
filipson33_1745496987954
22
delete
tung+tung+.._1745506167699
20
delete
IONAZO_1745699160250
20
delete
Pau37_1745791220193
16
delete
vitung+sahur_1745514006157
14
delete
el+jefe_1745641420078
13
delete
felixx_1745668015371
13
delete
Cangolino_1745237736511
12
delete
tung+sahur_1745362359764
11
delete
SKIBIDI+DOB_1745407377054
11
delete
TUNG²SAHUR_1745753344324
8
delete
anir_1745839286014
8
delete
Lorenzo+Morá_1745541199312
8
delete
💯+ác+quỷ+đỏ_1745749541654
8
delete
tungsahur_1745825624122
7
delete
tumtum+sagur_1745749690288
6
delete
Sahur😎_1745829697238
6
delete
sahurcokodil_1745846455065
6
delete
tralalelo+tr_1745729259047
6
delete
SAHUR_1745742132667
5
delete
Fran_1745777908572
5
delete
tungsahur_1745818902860
5
delete
zach_1745780924245
5
delete
tung+sahur_1745765673830
5
delete
Tralalero_1745790779184
4
delete
prrprrpatapi_1745794361521
4
delete
Thiago_1745807263557
4
delete
tung+tung_1745813018162
4
delete
leo_1745777358040
3
delete
DJ_1745807709443
3
delete
ubay_1745812688537
3
delete
まなと_1745813059738
3
delete
nicolas_1745773181087
2
delete
забивной_1745789356125
2
delete
tralalerito_1745799210014
2
delete
tun+tun+tun_1745801557754
2
delete
glacier+tv+m_1745803518597
2
delete
Julio+Cesar_1745804222125
2
delete
🐊🛩_1745807896903
2
delete
tralalero.+t_1745808642726
2
delete
brbrpatapin_1745816681770
2
delete
player_1745822769881
2
delete
Nicolle_1745822985054
2
delete
kevinsahur_1745818583112
1
delete
aarón_1745819192797
1
delete
1o4_1745843961975
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