-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 20, 2010 at 02:38 PM
-- Server version: 5.1.40
-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `bmcforu_transfer`
--

-- --------------------------------------------------------

--
-- Table structure for table `product`
--

CREATE TABLE IF NOT EXISTS `product` (
  `productid` varchar(25) NOT NULL DEFAULT '',
  `title` varchar(50) NOT NULL DEFAULT '',
  `description` varchar(250) NOT NULL DEFAULT '',
  `version` varchar(25) NOT NULL DEFAULT '',
  `active` smallint(5) unsigned NOT NULL DEFAULT '1',
  `url` varchar(250) NOT NULL DEFAULT '',
  `versioncheckurl` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`productid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `product`
--

INSERT INTO `product` (`productid`, `title`, `description`, `version`, `active`, `url`, `versioncheckurl`) VALUES
('michelle_referrers', 'e-steki Referrer Statistics', 'Referrer Statistics', '1.0', 1, '', ''),
('navbarmini', 'Mini Navbar', 'Places a breadcrumb from the navbar on the bottom of a thread', '1.0.4', 1, 'http://www.vbulletin.org/forum/showthread.php?t=125790', ''),
('paulm_20051029', 'Top Posters', 'Display the Forums Top Posters', '3.35', 1, 'http://www.vbulletin.org/forum/misc.php?do=producthelp&pid=paulm_20051029', 'http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=paulm_20051029'),
('abe1_moderator_stats', 'Moderator Stats', 'Creates a link misc.php?do=moderator_stats where you can view stats on your moderators.', '1.3', 0, '', ''),
('eirma_ldm', 'Links and Downloads Manager', 'Manages a document and link library', '2.1.0', 0, '', ''),
('paulm_20050716', 'Who Has Read a Thread.', 'Display members who have read a thread.', '3.41', 1, 'http://www.vbulletin.org/forum/misc.php?do=producthelp&pid=paulm_20050716', 'http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=paulm_20050716'),
('Separate', 'Separate Sticky and Normal Threads', 'Separate Sticky and Normal Threads', '1.0.5', 1, 'http://www.vbulletin.org/forum/showthread.php?threadid=117944', 'http://www.vbulletin.org/forum/showthread.php?threadid=117944'),
('vbsponsors', 'vB.Sponsors', 'Forum and Category Sponsorship Extension', '2.0.6', 1, 'http://www.digitaldeviation.com', 'http://www.vbulletin.org/forum/misc.php?do=checkversion&t=131512'),
('auto_comment_whitemike', 'Automatic Profile Commenter', 'This will add a new comment to every new registration', '1.2', 1, 'http://www.white-projects.com', 'http://www.white-projects.com/misc.php?do=apc'),
('kk_auto_friend', 'Automatically Added Friend', 'This modification was made by request, and is a Myspace type product where it automatically adds a friend to a new users friend list upon registration, just like Tom is added when you sign up for Myspace.', '1.0.1', 1, 'http://www.vbulletin.org/forum/misc.php?do=producthelp&pid=kk_auto_friend', 'http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=kk_auto_friend'),
('paulm_wjt_37', 'Members who have Registered', 'Display Members who have joined the forum.', '3.7.001', 1, 'http://www.vbulletin.org/forum/misc.php?do=producthelp&pid=paulm_wjt_37', 'http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=paulm_wjt_37'),
('cyb_sfa', 'Cyb - Sub-Forum Manager', 'Cyb - Sub-Forum Manager', '2.5.1', 1, 'http://www.vbulletin.org/forum/showthread.php?t=201294', 'http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=cyb_sfa'),
('ugcb', 'Usergroup Color Bar', '', '1.0.0', 1, '', ''),
('helpcenter', 'HelpCenter', 'A Support Ticket System!', '1.00', 1, 'http://www.paulsonny.com', 'http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=helpcenter'),
('afm', 'Album Pictures - Forum Home', '', '1.3.0', 1, '', ''),
('grup_istatistik_en', 'Group Statistics', '', '1.2', 1, '', ''),
('easyforms', 'Easy Forms', 'Create Forms without any hassle or fuss. Form list at misc.php?do=forms', '3.4', 1, 'http://www.vbulletin.org/forum/misc.php?do=producthelp&pid=easyforms', 'http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=easyforms'),
('todays_top_poster', 'Today''s Top Poster(s)', 'by Hasann', '1.5', 1, 'http://www.vbulletin.org/forum/misc.php?do=producthelp&pid=todays_top_poster', 'http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=todays_top_poster');
