Sort by: Newest | Oldest | Most liked | Least liked
Free to a good home.
Download
Licenced under the GNU General Public Licence.
In other news, the only things left in V3 are the forums, the settings pages and a few misc pages.
(BasilMarket) Post Tracker
Will be closed on 12th of May 2010. Scraping of the site has already stopped.
Anyone who wants the database can have it if they have serious plans to remake the site. Ie, have a working copy before next month. Database schema for anyone who might do this:
[spoiler][code]
CREATE TABLE IF NOT EXISTS `users` (
`user_id` int(11) NOT NULL auto_increment,
`username` text NOT ULL,
`track` tinyint(1)...