NameSilo

Convert article dbase

Spaceship Spaceship
Watch
Status
Not open for further replies.

dev99

Established Member
Impact
7
Hi
I have an article dbase in the form of
-- Table structure for table `articles`
--

CREATE TABLE articles (
id int(11) NOT NULL auto_increment,
category varchar(100) NOT NULL default '',
url varchar(255) NOT NULL default '',
title varchar(255) NOT NULL default '',
author varchar(200) NOT NULL default '',
description text NOT NULL,
articletext longtext NOT NULL,
source varchar(100) 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)
) TYPE=MyISAM;
Now, i need someone to convert this into the table structure of the script seen at e-text.us. Please PM if you can do this, and only those with knowledge of the script.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable DomainsUnstoppable Domains
Status
Not open for further replies.
Appraise.net

We're social

Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back