Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Others Ads, Offers, & Services


You are currently viewing our Others Ads, Offers, & Services as a guest. Please register to participate.
Login



 
Selling SQL article database ,30K+ articles
Old 10-21-2006, 04:17 PM Selling SQL article database ,30K+ articles
Experienced Talker

Posts: 48
Trades: 0
I am selling MySQL dump database of 35K+ articles.These are articles from sites were you can grab articles for free.


Table structure for your reference:
Quote:
CREATE TABLE `articles` (
`id` int(11) NOT NULL auto_increment,
`category` varchar(100) collate latin1_general_ci NOT NULL default '',
`url` varchar(255) collate latin1_general_ci NOT NULL default '',
`title` varchar(255) collate latin1_general_ci NOT NULL default '',
`author` varchar(200) collate latin1_general_ci NOT NULL default '',
`description` text collate latin1_general_ci NOT NULL,
`articletext` longtext collate latin1_general_ci NOT NULL,
`source` varchar(100) collate latin1_general_ci NOT NULL default '',
`approved` tinyint(4) NOT NULL default '1',
PRIMARY KEY (`id`),
KEY `url` (`url`),
KEY `category` (`category`),
KEY `ndx_approved` (`approved`),
FULLTEXT KEY `title` (`title`),
FULLTEXT KEY `articletext` (`articletext`)
)
$5 per copy.

PM me if interested!
DotComKid is offline
View Public Profile
 
 
Register now for full access!
   

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.08369 seconds with 12 queries