vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Ikonboard to Vbulletin converter (https://vborg.vbsupport.ru/showthread.php?t=15652)

Juan 05-01-2001 12:17 AM

Hi,

Is anyone working on a script to convert members/posts from Ikonboard to Vbulletin?

I know one might be released in 1-2 months but I can't wait that long.

There is one that converts from Ikonboard to phpBB. Anyone has any ideas as how this can be done?

I'm really desperate as I cannot use Vbulletin until then.

Juan 05-01-2001 12:00 PM

Here is the code that converts members from Ikonboard to phpBB, I am sure that someone with enough knowledge can modify it to work with Vbulletin.

I'm trying to get it done miself, but I'm no expert. Any help would be appreciated.

<<< code removed >>>

mojotim 05-31-2001 11:13 PM

I used this exact script, written by Nicola Asuni (for converting Ikonboard users to Phpbb), modified it for the vbulletin layout in MySQL. It worked for me. One thing:

$password = trim($member[1]);

this part was originally this:

$user_password = md5(trim($member[1]));

See that md5 thingy, well that's some hash kind of thing and it worked ok like that for converting to Phpbb, but when I changed this for vBulletin, the passwords did not work. So I got rid of the md5 part. When you look at your database you will see the actual password, not an encrypted looking thing.

Anyway, have fun. I will post the Topic convert if and when I get it to work.

-mojotim

<<<< code removed >>>>

Juan 05-31-2001 11:33 PM

I've just tested it and it does work.

I cannot tell you how much I appreciate this script. There is also a code to convert the posts and forums written by the same author, you'll find it at http://www.phpbb.com/download.php

Great, this has made my day.

mojotim 05-31-2001 11:35 PM

No problem, I am glad it worked for you!
:D

Wayne Luke 06-01-2001 01:02 AM

An official IkonBoard to vBulletin converter is in the works.

Once ready it will be in the member's area.


All times are GMT. The time now is 12:51 AM.

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.00976 seconds
  • Memory Usage 1,718KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete