I'm very pleased that you're willing to take a look at this and have a
go with it. You'd definitely be the hero of many InvisionBoard people
:)
I'm including below the output you requested. Feel free to follow up
with me via e-mail (harmonyguy at smilezone.com).
I'd be curious to know, after you check out the stuff below, exactly
how much you think'd be convertable... names, passwords, posts (with
formatting?), etc.
Thanks again!
- Adam
--------
# MySQL dump 8.16
#
# Host: localhost Database: messageboard
#--------------------------------------------------------
# Server version 3.23.44
#
# Table structure for table '_counters'
#
CREATE TABLE _counters (
ID int(11) NOT NULL default '0',
value int(11) default NULL,
PRIMARY KEY (ID)
) TYPE=MyISAM;
#
# Dumping data for table '_counters'
#
#
# Table structure for table '_locks'
#
CREATE TABLE _locks (
filename varchar(100) NOT NULL default '',
processid varchar(20) default NULL,
timecreate int(11) default NULL,
PRIMARY KEY (filename)
) TYPE=MyISAM;
#
# Dumping data for table '_locks'
#
#
# Table structure for table '_log'
#
CREATE TABLE _log (
postnum int(11) NOT NULL default '0',
postby text,
posttime int(11) default NULL,
posttopic int(11) default NULL,
postpage int(11) default NULL,
postip varchar(20) default NULL,
posthost varchar(100) default NULL,
firstfew text,
author text,
PRIMARY KEY (postnum)
) TYPE=MyISAM;
#
# Dumping data for table '_log'
#
#
# Table structure for table '_passwd'
#
CREATE TABLE _passwd (
user varchar(100) NOT NULL default '',
pass text,
email text,
fullname text,
edit int(11) default NULL,
notify text,
ctime int(11) default NULL,
stime varchar(40) default NULL,
atime varchar(40) default NULL,
groups text,
picture text,
prefs text,
favorites text,
signature text,
status int(11) default NULL,
posts int(11) default NULL,
idnum int(11) default NULL,
personal1 text,
personal2 text,
personal3 text,
personal4 text,
personal5 text,
personal6 text,
personal7 text,
personal8 text,
personal9 text,
personal10 text,
personal11 text,
personal12 text,
personal13 text,
personal14 text,
personal15 text,
personal16 text,
personal17 text,
personal18 text,
personal19 text,
personal20 text,
custom1 text,
customdesc1 text,
custom2 text,
customdesc2 text,
custom3 text,
customdesc3 text,
custom4 text,
customdesc4 text,
custom5 text,
customdesc5 text,
custom6 text,
customdesc6 text,
custom7 text,
customdesc7 text,
custom8 text,
customdesc8 text,
custom9 text,
customdesc9 text,
custom10 text,
customdesc10 text,
PRIMARY KEY (user)
) TYPE=MyISAM;
#
# Dumping data for table '_passwd'
#
#
# Table structure for table '_search'
#
CREATE TABLE _search (
postnum int(11) NOT NULL default '0',
posttopic int(11) default NULL,
postpage int(11) default NULL,
posttime int(11) default NULL,
text text,
PRIMARY KEY (postnum)
) TYPE=MyISAM;
#
# Dumping data for table '_search'
#
#
# Table structure for table '_tree10088_1033795298'
#
CREATE TABLE _tree10088_1033795298 (
level int(11) default NULL,
topic int(11) default NULL,
page int(11) default NULL,
parent int(11) default NULL,
name text,
param varchar(50) default NULL,
url text,
posts int(11) default NULL,
properties varchar(200) default NULL,
lastmod int(11) default NULL,
originator varchar(200) default NULL,
post_list text,
subs int(11) default NULL,
last_poster varchar(200) default NULL,
ID int(11) NOT NULL auto_increment,
flagged int(11) default NULL,
PRIMARY KEY (ID)
) TYPE=MyISAM;
#
# Dumping data for table '_tree10088_1033795298'
#
#
# Table structure for table '_tree10197_1033795298'
#
CREATE TABLE _tree10197_1033795298 (
level int(11) default NULL,
topic int(11) default NULL,
page int(11) default NULL,
parent int(11) default NULL,
name text,
param varchar(50) default NULL,
url text,
posts int(11) default NULL,
properties varchar(200) default NULL,
lastmod int(11) default NULL,
originator varchar(200) default NULL,
post_list text,
subs int(11) default NULL,
last_poster varchar(200) default NULL,
ID int(11) NOT NULL auto_increment,
flagged int(11) default NULL,
PRIMARY KEY (ID)
) TYPE=MyISAM;
#
# Dumping data for table '_tree10197_1033795298'
#
#
# Table structure for table '_tree10201_1033795298'
#
CREATE TABLE _tree10201_1033795298 (
level int(11) default NULL,
topic int(11) default NULL,
page int(11) default NULL,
parent int(11) default NULL,
name text,
param varchar(50) default NULL,
url text,
posts int(11) default NULL,
properties varchar(200) default NULL,
lastmod int(11) default NULL,
originator varchar(200) default NULL,
post_list text,
subs int(11) default NULL,
last_poster varchar(200) default NULL,
ID int(11) NOT NULL auto_increment,
flagged int(11) default NULL,
PRIMARY KEY (ID)
) TYPE=MyISAM;
#
# Dumping data for table '_tree10201_1033795298'
#
#
# Table structure for table '_tree33_1033795298'
#
CREATE TABLE _tree33_1033795298 (
level int(11) default NULL,
topic int(11) default NULL,
page int(11) default NULL,
parent int(11) default NULL,
name text,
param varchar(50) default NULL,
url text,
posts int(11) default NULL,
properties varchar(200) default NULL,
lastmod int(11) default NULL,
originator varchar(200) default NULL,
post_list text,
subs int(11) default NULL,
last_poster varchar(200) default NULL,
ID int(11) NOT NULL auto_increment,
flagged int(11) default NULL,
PRIMARY KEY (ID)
) TYPE=MyISAM;
#
# Dumping data for table '_tree33_1033795298'
#
#
# Table structure for table '_tree3_1033795298'
#
CREATE TABLE _tree3_1033795298 (
level int(11) default NULL,
topic int(11) default NULL,
page int(11) default NULL,
parent int(11) default NULL,
name text,
param varchar(50) default NULL,
url text,
posts int(11) default NULL,
properties varchar(200) default NULL,
lastmod int(11) default NULL,
originator varchar(200) default NULL,
post_list text,
subs int(11) default NULL,
last_poster varchar(200) default NULL,
ID int(11) NOT NULL auto_increment,
flagged int(11) default NULL,
PRIMARY KEY (ID)
) TYPE=MyISAM;
#
# Dumping data for table '_tree3_1033795298'
#
#
# Table structure for table '_users'
#
CREATE TABLE _users (
user varchar(100) NOT NULL default '',
pass text,
email text,
fullname text,
edit int(11) default NULL,
notify text,
ctime int(11) default NULL,
stime varchar(40) default NULL,
atime varchar(40) default NULL,
groups text,
picture text,
prefs text,
favorites text,
signature text,
status int(11) default NULL,
posts int(11) default NULL,
idnum int(11) default NULL,
personal1 text,
personal2 text,
personal3 text,
personal4 text,
personal5 text,
personal6 text,
personal7 text,
personal8 text,
personal9 text,
personal10 text,
personal11 text,
personal12 text,
personal13 text,
personal14 text,
personal15 text,
personal16 text,
personal17 text,
personal18 text,
personal19 text,
personal20 text,
custom1 text,
customdesc1 text,
custom2 text,
customdesc2 text,
custom3 text,
customdesc3 text,
custom4 text,
customdesc4 text,
custom5 text,
customdesc5 text,
custom6 text,
customdesc6 text,
custom7 text,
customdesc7 text,
custom8 text,
customdesc8 text,
custom9 text,
customdesc9 text,
custom10 text,
customdesc10 text,
PRIMARY KEY (user)
) TYPE=MyISAM;
#
# Dumping data for table '_users'
# |