Search Unity

Php-Mysql HighScore System

Discussion in 'Works In Progress - Archive' started by viral-vector, Sep 17, 2012.

  1. viral-vector

    viral-vector

    Joined:
    Apr 12, 2010
    Posts:
    248
    I have been working on a high-score system. The idea is to create a fully featured system that can be applied to any project, while allowing the developer easy to use tools modules for easy install management.
    Features:
    -Comes in c# UniScript
    -mother script modules fully modifiable without having to dive in-code. re-position modules, use guiSkin, specify what you are storing(points, money etc), # of entries to display/fetch and other options.
    -specify # of difficutly types, not just easy,medium,hard you can set as many as you want choose a name for them. in essence you can name your easy mode anything and so on.
    -Allows for daily global scores so you can just show top scores of the day all with a button press.
    -Allows for free and tracked entris. Free will allow anyone to enter a score at any point; allowing for duplicates. Tracked registers users and allows them to update their score, all as easy as them entering their score for their first time. From that point users can get their current rank server scores from the server.
    -Bad name filter, keeps your lists clean if you choose, by not allowing users to enter any "offensive name", the pack comes with a list of bad names.txt that you can add or remove as you see fit.
    -Database tools:
    -As a developer you can perform some actions to your database right from unity
    -Install your tables, right from unity. when you first open the package set your difficulty levels and hit create tables and your work is done
    -Delete Reset any difficulty level at any time; Delete clear the table of all entries. Reset clear all entries and re-populates your table with entries gathered from a good names.txt to appear as if your game(s) are being played
    -Delete scores below a certain score or a certain date.
    PHP
    -security measures are applied to prevent from sql injections general hack attempt
    -php code is clean efficient
    -sql queries are clean and robust for max efficiency

    TEST HERE

    if webplayer not working try it here
    SECOND TEST HERE
     
    Last edited: Sep 28, 2012