A reminder to those using this script: wbb3.php (TGMORRIS POST #60)
YOU MUST NOT BE USING A TABLE PREFIX IN YOUR VB DATABASE!
If you need to change your prefix, use /install/tableprefix.php CAUTIOUSLY!
I am using vB 3.62 and the wbb3.php script imported 100 WebBBS posts into a test board just fine for me. My next process is to import them into my board that has over 100,000 posts.
USE A TEST BOARD and work it out. It can be done, but please don't ask me to do it for you. I do not have the time nor the resources to get involved. I only want to give you the encouragement that this feat is possible.
EDIT:
Code:
// can be removed if using PHP 4.3.0 or above
// function html_entity_decode( $given_html, $quote_style = ENT_QUOTES ) {
// $trans_table = array_flip(get_html_translation_table( HTML_SPECIALCHARS, $quote_style ));
// $trans_table['''] = "'";
// return ( strtr( $given_html, $trans_table ) );
// }