GLBasic forum

Main forum => GLBasic - en => Topic started by: r0ber7 on 2012-Nov-28

Title: GM Scoreboard
Post by: r0ber7 on 2012-Nov-28
While this is originally intended for GameMaker games, we can use it also with the NET commands.

http://gmscoreboard.com/how-to-install-gm-scoreboard.php

It's an online scoreboard, for those who don't want to host that on their own server, it's free too.
Title: Re: GM Scoreboard
Post by: spicypixel on 2012-Nov-28
I was gonna code a highscore table for GLBasic users to use. I have 10Gb of storage and most is being unused. I might download this to build my own :)
Title: Re: GM Scoreboard
Post by: MrTAToad on 2012-Nov-28
Should be rather useful!  The main advantage is that it should work in all platforms!

Got it going with a GLBasic test program :

Code (glbasic) Select
ok%=NETWEBGET("gmscoreboard.com","/handle_score.php?tagid=xxxxxxxx&player=TEST&score=1",80,"temp")

(xxx replaces my code)

To give :

http://gmscoreboard.com/ballz (http://gmscoreboard.com/ballz)
Title: Re: GM Scoreboard
Post by: spicypixel on 2012-Nov-28
Quote from: MrTAToad on 2012-Nov-28
Should be rather useful!  The main advantage is that it should work in all platforms!

Got it going with a GLBasic test program :

Code (glbasic) Select
ok%=NETWEBGET("gmscoreboard.com","/handle_score.php?tagid=xxxxxxxx&player=TEST&score=1",80,"temp")

(xxx replaces my code)

To give :

http://gmscoreboard.com/ballz (http://gmscoreboard.com/ballz)

Hmmm as I thought absolutely no encryption whatsoever. Some basic HTTP sniffing and I'd get your TAG ID from the app in a nano-second :-(
Title: Re: GM Scoreboard
Post by: MrTAToad on 2012-Nov-28
I have suggested it to the author (as well as recording the players country and platform)...
Title: Re: GM Scoreboard
Post by: spacefractal on 2012-Nov-28
Yep, Cheating and hacking is a nobrainer and hence its not recommered to use this one. Sooner or later the hiscore table would been flooded with table, because your key can easy been sniffed out. The key they using does not security at all.
Title: GM Scoreboard
Post by: Kitty Hello on 2012-Nov-29
There's a glbasic php script for a highscore table that can handle encryption. It's in the glb showroom, too.