Who is good on php/mysql?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zebdal the legend
    FFR Player
    • Sep 2007
    • 116

    #1

    Who is good on php/mysql?

    For the site "Stepmania France", Dragoonhead and me would like to create a 'records' section.
    This 'records' section has the project to create a player ranking.

    In fact, peoples who're registered at the site, logged, can post his/her personal records for each simfile.
    Simfiles will be already predefined.
    The simfiles chosen are already in packs for some simplicity.
    The ranking is made for the score you obtained at a simfile.

    We can make already 3 differents ranking:
    _Ranking for a simfile
    _Ranking for a pack
    _Global Ranking

    We can also make a medal ranking system:
    _Gold medal for first place in a record
    _Silver medal for second place in a record
    _Bronze medal for third place in a record
    We can if you want, by this way, create a ranking by overall medal you earned.

    The final aspect of this can be like this:


    We search anyone who can do:
    _Register screen
    _Login screen
    _Mysql requests for:
    *New scores entry
    *Scores editing
    *Ranking posting
    _Code optimization

    The guy who create this will have automatically his name in staff team and an administrator membership

    This site is French but we can help you (Dragoonhead and Zebdal) if you have any problems.

    here are the tables (not yet created) in the database:
    membre (id,pseudo,password,nom,prenom,mail,ip)
    records (id,simfile,pseudo,score,rang,combo)
    difficulte (simfile,niveau)
    packs (id,nom_pack,simfile)

    the tables are not created in our database, so we can change some things while they are not created.

    (pseudo means nickname
    rang means rank
    prenom means name
    nom means 1st name)

    If you have any questions, ask it. And if you are ready, work for us.

    Link for stepmania france:
    http://stepmania.new.fr
  • zebdal the legend
    FFR Player
    • Sep 2007
    • 116

    #2
    Re: Who is good on php/mysql?

    we found someone.

    Comment

    Working...