How to make a contest page in php website `

Discussion in 'PHP' started by taran_xi, Feb 18, 2014.

  1. #1
    Hey i have bikini rating website where user can upload any bikini pic and several people rate that pic
    but now i have decided to start a contest.... where who will get more rating to his pic he will win some $$ every week so i get more and more traffic also
    can anyone help to build a contest page

    Thank you
     
    taran_xi, Feb 18, 2014 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    Depends a little on how you'll wanna do this - what are the requirements? If it's just having a list of say the 10 top-rated pics, this can easily be produced by just making a new page and pull the top-ranked pics from the DB. However, if you want to limit the contest to only those images uploaded for the contest, and then have people vote separately for just those, then it's a bit more complicated (not very, but a little). It also depends a bit on how you wanna score it, contact winners, etc.
     
    PoPSiCLe, Feb 18, 2014 IP
  3. taran_xi

    taran_xi Member

    Messages:
    54
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    45
    #3
    Thanks for your reply
    I want to make a new page for a contest and where we will show top 50 and top 3 will win prizes
    and imagine i m a user i upload a image in a contest area and 50 user rate that pic 10/10 and there is another user who upload his pic in contest area and 45 user give 10/10 and 5 user 9/10 then first one will be the winner
    and this stats he can see in his account
     
    taran_xi, Feb 18, 2014 IP
  4. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #4
    Should be fairly straight forward, all depending on what kind of setup you already have. As I said before, if you want the contest area to be the same as the rest of the database, all you need is pull the info you should already have, ie. the ratings for the pictures, and somehow add all those ratings together to form a whole, and sort based on this. If the site and database is set up properly, this shouldn't be that hard to complete.
     
    PoPSiCLe, Feb 18, 2014 IP
  5. HolyRoller

    HolyRoller Well-Known Member

    Messages:
    552
    Likes Received:
    27
    Best Answers:
    1
    Trophy Points:
    150
    #5
    Another consideration as you mentioned there is a potential prize involved, it might be worth trying to add something to stop people placing fake votes on their own uploaded images. I guess there is a weigh up between making sure votes are genuine and not wanting to put people off from voting by making it too complex.
     
    HolyRoller, Feb 19, 2014 IP
  6. DomainerHelper

    DomainerHelper Well-Known Member

    Messages:
    445
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    100
    #6
    Hit me up with you want me to code a script for you. What you need is a membership system, rating system and backend.
     
    DomainerHelper, Feb 19, 2014 IP
  7. taran_xi

    taran_xi Member

    Messages:
    54
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    45
    #7
    you can do it for me
     
    taran_xi, Feb 19, 2014 IP
  8. DomainerHelper

    DomainerHelper Well-Known Member

    Messages:
    445
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    100
    #8
    shot you a pm
     
    DomainerHelper, Feb 19, 2014 IP