Page 1 of 1

Website Ranking Site

Posted: Wed May 24, 2006 12:16 pm
by tmaiden
Rather then create a site to do this, I was wondering if anyone knows if this has already been done (package available somewhere)

I'm looking to build a site where people vote on a website; then the sites are listed highest vote to lowest vote.

I remember in the past seeing sites that did like the top 100 thing.

Example:

Code: Select all

[    Site Name    ][   IN    ][  OUT  ]
[ WebSite1.com    ][    485  ][ 1192  ]
[ WebSite2.net    ][    185  ][ 1092  ]
[ WebSite3.org    ][    585  ][  492  ]
Any help?

Posted: Wed May 24, 2006 1:35 pm
by Flamie
I dont think I know a pre-coded script for that, but it wouldnt be hard at all to program that on your own, just have a table for your sites and a table for your vote, allow each ip to vote once every 24 hours, and have a page that orders the rows in your site table in the order you want. finally have it increment the in/out when people vote/go to a site.