Previous Thread
Next Thread
Print Thread
Rate Thread
#204105 01/22/2000 5:33 PM
Joined: Jan 2000
Posts: 57
Enthusiast
Enthusiast
Offline
Joined: Jan 2000
Posts: 57
For the past three years my site had been using WebBBS as its discussion forum software. From version 4 onwards the scripts have become a nightmare and seem totally unstable and incapable of coping with a large number of messages.

After a bit of digging around I found WWWThreads which is wonderful! With a true database back-end, cross-forum searches, user settings and more it is so much more powerful, a lot faster and more user friedly.

I'm now a loyal fan of it and with my discussion forums being converted to it tomorrow I guess I'll find out if they think the same!


Sponsored Links
Xane #204106 01/22/2000 5:57 PM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Cool. Someone wanted to convert Mattsbbs to threads. I got a bid from the programmer I work with who is very good and professional (and therefore expensive. I wonder if it might be worth developng converters from the popular boards...ubb, matts bbs, selena, web bbs...
to make transition easy on allwho have seen the light :)

Renee Levant [b]Oracle Web Services[b]
[email protected]

Joined: Jan 2000
Posts: 57
Enthusiast
Enthusiast
Offline
Joined: Jan 2000
Posts: 57
Scream has mentioned that once version 5 if complete then this is one of the next areas to be looked at. However, I would like to get my messages across ASAP so I may put together a hacked solution for now which will be cumbersome but will hopefully work!

Perl-based converters would be best so if anyone reading this knows Perl and has some free time ... !!

I don't think that the conversion process from WebBBS[]/w3timages/icons/mad.gif[/] would be too difficult because the message file format is fairly basic.


Xane #204108 01/22/2000 6:36 PM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
What I understand about this is that all the pages need to be parsed and read into a mysql
table. If this is true, it will involve writing a script to traverse
the pages, parse each one, and send the fields in a select statement to the
mysql table.

And doing something about the differences of fields between the two.
The guy who does database stuff for me thinks the job will take 3-4 hours.
but he wants money wink (I wonder if there are some perl or php geeks around
(php works particularly nice with mysql) and if Scream moight make a deal with them if they wrote it up for
web bbs and Matts board (chowhound are you listening ;))

Renee Levant [b]Oracle Web Services[b]
[email protected]

Joined: Jan 2000
Posts: 57
Enthusiast
Enthusiast
Offline
Joined: Jan 2000
Posts: 57
From my initial look into this I think that a solution would be to do the following ...

1. Working through each of the WebBBS files, read in the contents of each file and write it to a delimited text file on the server. This will build up a file that contains all of the WebBBS posts.
2. Using mySQL, write the contents of this file into a new table.
3. Use an append query to insert the contents of the new table into the WWWThreads table. During the append query you can fill in the 'gaps' such as the board details, the poster's details, etc.

If I can get my hands on a Perl script that will read the WebBBS files into a single file then I should be able to do the rest from there.


Sponsored Links
Xane #204110 01/23/2000 7:47 AM
Joined: Jul 1999
Posts: 118
Enthusiast
Enthusiast
Offline
Joined: Jul 1999
Posts: 118
here is your script to copy webbbs files into a single file

cp * singlefile

I think having the files separate is easier!! Just read one file at a time till you read the entire directory, skipping a few files that are not posts (counter, etc)

Scream, please make a few database innput routines. Like putpost(), registeruser()

Then converters need only parse the other database and then call the routines already provided by Scream to input into the webbbs database



Joined: Sep 1999
Posts: 339
Kahuna
Kahuna
Offline
Joined: Sep 1999
Posts: 339
Thanks for reminding me of my converting question []/w3timages/icons/smile.gif[/] probably no solution but I'll post in the Q&A anyway...

Muhammad Chishti
Creative dIRECTOR
http://www.imcuniverse.com


Muhammad

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Ruben Rocha
Ruben Rocha
Lutz,FL,USA
Posts: 254
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)