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
383
delete
Пабло_1745216870000
287
delete
verreGOTY_1745926712753
136
delete
ALP_1745609359084
128
delete
mokimoki_1745857507273
114
delete
ibai_1745925673227
101
delete
хуй_1745750915716
80
delete
IONAZO_1745699160250
71
delete
ponas_1745214070173
67
delete
ladleGuddi_1745846551672
67
delete
Kubeczek69_1745904075824
56
delete
K3N4Y_1745261559599
53
delete
arapdusmani_1745157354161
47
delete
tung+sahur_1745616440213
24
delete
filipson33_1745496987954
22
delete
haha_1745913376851
19
delete
draw+lover_1745589266981
19
delete
mimiguelll_1745528748042
18
delete
tralal_1745220530118
17
delete
Crocodilo_1745507509751
16
delete
no_1745852225020
15
delete
vitung+sahur_1745514006157
14
delete
proyunus_1745862636372
14
delete
brrbrrfrep_1745899354827
14
delete
n_1745924550373
14
delete
Cangolino_1745237736511
12
delete
juanmanyin_1745453081843
12
delete
tung+sahur_1745362359764
11
delete
messi_1745466660956
11
delete
pesun_1745925334256
11
delete
Thanos💜_1745311350435
11
delete
B385_1745933536473
11
delete
Caca_1745760280859
10
delete
riyansh_1745630789301
10
delete
azka_1745493906799
10
delete
o_1745669182916
10
delete
tungsahur_1745926471541
9
delete
Limon_1745929962060
9
delete
haji_1745933484549
9
delete
Lorenzo+Morá_1745541199312
8
delete
KingEdward_1745168274782
7
delete
tumtum+sagur_1745749690288
6
delete
Hector_1745923582352
6
delete
SSR[W][W][W]_1745934787550
6
delete
zach_1745780924245
5
delete
porcodio_1745925935687
5
delete
Anthony_1745782756439
3
delete
jotiya26_1745922594683
3
delete
забивной_1745789356125
2
delete
tungshahar_1745926556317
2
delete
DEVILHUNTER_1745930849562
2
delete
Radexsi_1745934611320
2
delete
1o4_1745843961975
1
delete
wk444_1745910680916
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