Get Started
·
Register
·
Login
Enjoy BYOND? Contribute today!
Posts
ID:919224
Favorites
Medals
Holding high scores off-site
in
Developer Help
[Tips]
ID:919224
Aug 7 2012, 8:49 pm
Cloud Magic
Problem description:
What would be the easiest way to hold the high scores for my game without a hub?
#1
Aug 7 2012, 8:55 pm
DarkCampainger
The easiest way is to get a membership and use a hub, because it's all already handled for you.
If you want to do it yourself, you could use PHP/ASP/ect with a database like MySQL/SQLite to write a web server app that receives and returns scores.
This might be a good starting place:
http://www.w3schools.com/php/default.asp
You'll also have to find a free webhost that supports PHP and MySQL or SQLite. If you find one that supports only PHP, you may be able to just use file IO to manage the scores.
#2
Aug 7 2012, 10:12 pm
Cloud Magic
Damn, I only want this so that my GIAW's contest entry can hold high scores =( I have no $ XD
#3
Aug 7 2012, 10:21 pm
DarkCampainger
You could also do local high-scores, and just store them in a savefile.
#4
Aug 8 2012, 6:09 pm
A.T.H.K
http://www.byond.com/developer/?text=scoreboard&sort=pop
You could use a free host or PHP/MySQL
Copyright © 2013 BYOND. All rights reserved.
If you want to do it yourself, you could use PHP/ASP/ect with a database like MySQL/SQLite to write a web server app that receives and returns scores.
This might be a good starting place:
http://www.w3schools.com/php/default.asp
You'll also have to find a free webhost that supports PHP and MySQL or SQLite. If you find one that supports only PHP, you may be able to just use file IO to manage the scores.