Website Ranking Site

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
tmaiden
Forum Commoner
Posts: 64
Joined: Fri Feb 24, 2006 3:15 pm
Location: Philadelphia
Contact:

Website Ranking Site

Post 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?
Flamie
Forum Contributor
Posts: 166
Joined: Mon Mar 01, 2004 3:19 pm

Post 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.
Post Reply