vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   WebBBS to vBulletin 2.2.x Conversion Script (https://vborg.vbsupport.ru/showthread.php?t=35697)

Paul 08-22-2002 04:39 AM

Quote:

Originally posted by voclain
Here is and exact copy of what is in the script!! NOTICE that I have the offset to -0 could that have caused the problem???

Nope, you had the right settings. I misspelled $useunixdate in the script where it checks the value. It was trying to process the date for older versions of WebBBS. I went back as I made the various revisions we tried and made sure that it would be backwards compatible for anyone using earlier versions of WebBBS such as the one I was using. ;)

voclain 08-22-2002 04:51 AM

LOOK,,,,LOOK,,,,at my new baby girl!!!

She is so cute!! Has the right dates, the correct names, EVEN the pictures!!

YOU ARE THE MAN!!!!!!!!!!!

Thank you so much!!

YOU have my codes, go and check it out!! She's working!!!!

WONDERFUL!!!

Kirk Voclain

Paul 08-22-2002 04:54 AM

Looks great! :D Now, if you'll excuse me, I'm off to bed. ;)

Early appointment tomorrow morning! :D Let me know if you have any other problems.

The majority of the problems that have been experienced in the past with this script was my failure to globally define the $forumid variable. Thanks to Kirk's feedback, I was able to get down the right track to figure it out. There are multiple functions being used in the script and I neglected to realize that I wasn't doing a global $forumid; ... that and the occasional snag with versions. ;)

This should work great with both older versions and the newest versions of WebBBS.

Paul 09-23-2002 01:12 AM

I have uploaded version 1.15r of the script which should fix any problems with extra line breaks being added by the script.

For those of you who have already converted, running the following queries should correct this problem. Run the queries in the order specified below:

First:
Code:

UPDATE post set pagetext=replace(pagetext,'\n\n\n\r','\r\r');
Second:
Code:

UPDATE post set pagetext=replace(pagetext,'\n\n\r','\r\r');
Third:
Code:

UPDATE post set pagetext=replace(pagetext,'\n\n','\r\r');
Fourth:
Code:

UPDATE post set pagetext=replace(pagetext,'\n',' ');
Backup your database before attempting this. :)

Don Z. 03-26-2004 01:43 PM

What's the latest on this? Does the 116 WebBBS converter work with vB3? Or is there a newer version?

I've got a big WebBBS 5.12 system I'd like to import into vB3.

Thanks

Paul 03-26-2004 02:53 PM

Quote:

Originally Posted by Don Z.
What's the latest on this? Does the 116 WebBBS converter work with vB3? Or is there a newer version?

I've got a big WebBBS 5.12 system I'd like to import into vB3.

Thanks

No. This works with vBulletin 2.x. You would have to install vB2, import with this script, then upgrade the results to vB3.

Don Z. 03-26-2004 05:29 PM

Thanks!

tgmorris 03-27-2004 04:55 PM

Quote:

Originally Posted by Don Z.
What's the latest on this? Does the 116 WebBBS converter work with vB3? Or is there a newer version?

I've got a big WebBBS 5.12 system I'd like to import into vB3.

Thanks

I've got a version of this I updated to work with WebBBS 5.12 and vb3. Let me know if you are interested. Going directly to vb3 allows the threads to remain intact.

Paul 03-27-2004 06:27 PM

Quote:

Originally Posted by tgmorris
I've got a version of this I updated to work with WebBBS 5.12 and vb3. Let me know if you are interested. Going directly to vb3 allows the threads to remain intact.

It'd probably be very helpful to others if you post it here as an attachment or create a new "hack."

tgmorris 03-29-2004 01:30 AM

Quote:

Originally Posted by LoveShack
It'd probably be very helpful to others if you post it here as an attachment or create a new "hack."

Here it is. It will likely need tweaking for each individual as I tuned it to handle how I did smilies on my site. The vb3 sections could probably be used for any other system as well.


All times are GMT. The time now is 03:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01083 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete