Search

Query

Log in to VuTales

Username

Password

Sign up

Username (5-13 characters)

Password (6+ characters, and something hard to guess)

Password again

Email (Must be valid)

What is 6 + 13? (Sorry, we have to ask)

Closure of various services

Tagged as: vusys, oss, basilmarket.

Written by Vusys on April 12, 2010

(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:

CREATE TABLE IF NOT EXISTS `users` (
`user_id` int(11) NOT NULL auto_increment,
`username` text NOT ULL,
`track` tinyint(1) NOT NULL default '1',
PRIMARY KEY (`user_id`),
UNIQUE KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=130 ;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`user_id`, `username`, `track`) VALUES
(1, 'vusys', 1);


CREATE TABLE IF NOT EXISTS `forum_posts` (
`forum_post_id` int(32) NOT NULL auto_increment,
`thread_id` int(32) NOT NULL,
`page_id` int(32) NOT NULL,
`post_id` int(32) NOT NULL,
`thread_name` text NOT NULL,
`username` text NOT NULL,
`datetime` timestamp NOT NULL default CURRENT_TIMESTAMP,
PRIMARY KEY (`forum_post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=226485 ;

--
-- Dumping data for table `forum_posts`
--

INSERT INTO `forum_posts` (`forum_post_id`, `thread_id`, `page_id`, `post_id`, `thread_name`, `username`, `datetime`) VALUES
(1, 952301, 1, 18910576, 'if_you_could_ask_god_one_question', 'fade2black', '2009-02-24 17:14:26');


Avatar Checker



Will be closed on 12th of May 2010. All code will be wrapped up, and released under the GNU General Public licence on that date.

Vusys' BasilMarket theme



Final version rebranded to show I'm no longer developing it will be released on 12th of May 2010, along with a RAR containing all the images used and their source files. In XAR format, and conversions to PSD (no guarantees that Xara X can convert to PSD correctly though). No further updates will be released.

All greasemonkey scripts



Final version rebranded to show I'm no longer developing it will be released on 12th of May 2010. No further updates will be released.

Social media

FaceBook Reddit Stumbleupon Google Digg delicious Twitter

Blog details

Rate this blog

6
You must be logged in to vote

Actions

Vusys

Author
April 12, 2010
Submitted on
322
Views
2
Comments

Vusys's stats

54
Blogs
9188
Blog reads
3331
ID pageviews
12
Friends
February 13, 2012
Last seen
August 30, 1991
Joined

Vusys's blogs

286>:3

Comments

 
Tue Apr 13, 2010 04:27 AM +

Phooey. :/

 
 
Tue Apr 13, 2010 02:12 PM +

wat

 

Login or sign up

You must be a member to reply or post. You can sign up or log in if you already have an account.