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
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.
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
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.
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.
Hit me up with you want me to code a script for you. What you need is a membership system, rating system and backend.