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
49
delete
K3N4Y_1745261559599
27
delete
tung+sahur_1745616440213
23
delete
burbaloni_1745517966653
22
delete
ALP_1745609359084
20
delete
filipson33_1745496987954
18
delete
AzrkZx_1745683656576
12
delete
br+bombastik_1745672291921
11
delete
tun+tun+saur_1745634257378
10
delete
Kürşat_1745514721507
10
delete
sahuzinho_1745635280977
10
delete
fepile_1745674846783
9
delete
oyoyoi_1745494988111
9
delete
koko_1745683283728
9
delete
Ömer+sahur_1745673731085
7
delete
jo_1745680551476
6
delete
tung+sahur_1745605099587
6
delete
joustin_1745678364574
5
delete
Alacakrall_1745681151393
5
delete
kevin+pro_1745683457361
5
delete
ventura_1745685534729
5
delete
ballerina+c_1745675964528
4
delete
p_1745674261554
4
delete
Tung+Sahur_1745683161109
4
delete
Da+ok+iyi_1745604907758
4
delete
Sahur_1745686951891
4
delete
josias_1745543249321
3
delete
시안포기_1745640439791
3
delete
BOBBYWHI_1745673900759
3
delete
vgtgtgg_1745679611963
3
delete
N1GG4+FUCK3R_1745682830239
3
delete
Tung+sahur_1745676274696
3
delete
sonic_1745687082049
3
delete
jesús+Manuel_1745687473198
3
delete
berat_1745687618467
3
delete
MeTo+BaBa_1745526128400
2
delete
noel_1745539662072
2
delete
brainrot+rey_1745633262517
2
delete
Enmu_1745674379696
2
delete
maikyplasti_1745674526751
2
delete
ale+pro_1745674705568
2
delete
Tung+sahut_1745678285522
2
delete
tralalero+tr_1745683777645
2
delete
Tung+Sahur_1745685222032
2
delete
tung+sahur_1745685344440
2
delete
bombardilo_1745687081772
2
delete
tralalero_1745688376576
2
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