Advertisement:
2by2host

Author Topic: [SMF Converter] vBulletin 3.6  (Read 136134 times)

Offline TE

  • SMF Hero
  • ******
  • Posts: 4,209
  • Gender: Male
    • eurich.de
Re: [SMF Converter] vBulletin 3.6
« Reply #100 on: January 17, 2010, 03:02:28 AM »
rakincool, sorry but this board is english only. If you need help in your language please check our language specific support section:
http://www.simplemachines.org/community/index.php?board=12.0
Only buddies are allowed to send me a PM and my buddy list is pretty small ;)
---------------------------------------------------
My Github profile

Offline ketchup

  • Jr. Member
  • **
  • Posts: 173
  • Gender: Male
Re: [SMF Converter] vBulletin 3.6
« Reply #101 on: November 18, 2010, 12:53:18 PM »
Hi there I have a vbulletin sql DB , i don't know what version, I am trying to convert it to smf.

I created the smf forum , uploaded convert.php , and uploaded the SQL to the same directory.

When I hit continue it says in red on top

Unable to find the settings for vBulletin 2. Please double check the path and try again.

What should i do? thanks

Offline TE

  • SMF Hero
  • ******
  • Posts: 4,209
  • Gender: Male
    • eurich.de
Re: [SMF Converter] vBulletin 3.6
« Reply #102 on: November 18, 2010, 01:31:25 PM »
I believe you used the wrong converter file.. try the vbulletin36_to_smf.sql (attachment -> first post from this topic)
Only buddies are allowed to send me a PM and my buddy list is pretty small ;)
---------------------------------------------------
My Github profile

Offline ketchup

  • Jr. Member
  • **
  • Posts: 173
  • Gender: Male
Re: [SMF Converter] vBulletin 3.6
« Reply #103 on: November 18, 2010, 01:39:06 PM »
I believe you used the wrong converter file.. try the vbulletin36_to_smf.sql (attachment -> first post from this topic)

so far i have used all of them and they all give the same error
Unable to find the settings for vBulletin 3.6. Please double check the path and try again
etc

Offline TE

  • SMF Hero
  • ******
  • Posts: 4,209
  • Gender: Male
    • eurich.de
Re: [SMF Converter] vBulletin 3.6
« Reply #104 on: November 18, 2010, 01:45:04 PM »
maybe you specified the wrong path to your vBulletin forum? the path is an absolute path and should look very similar to the auto-detected SMF path..
Only buddies are allowed to send me a PM and my buddy list is pretty small ;)
---------------------------------------------------
My Github profile

Offline ketchup

  • Jr. Member
  • **
  • Posts: 173
  • Gender: Male
Re: [SMF Converter] vBulletin 3.6
« Reply #105 on: November 18, 2010, 02:02:15 PM »
i specified the path to the vb sql file is that not correct?

/home/site1/public_html/site.com/forum/1_oldforum_com-data_2006-01-01.sql



thanks

Offline TE

  • SMF Hero
  • ******
  • Posts: 4,209
  • Gender: Male
    • eurich.de
Re: [SMF Converter] vBulletin 3.6
« Reply #106 on: November 18, 2010, 02:10:51 PM »
i specified the path to the vb sql file is that not correct?
nope, you have to import that sql file into a database at first.. you would also need the file /admin/config.php from your old vBulletin installation.

you can emulate that file if you don't have your old vBulletin files.. the should contain at least this:
Code: [Select]
<?php
$config
['Database']['dbname'] = 'name_of_your_database';
$config['Database']['tableprefix'] = 'vb_';
?>
name_of_your_database needs to be replaced with your database name.
vb_ is the table prefix  for your vBulletin tables.
Only buddies are allowed to send me a PM and my buddy list is pretty small ;)
---------------------------------------------------
My Github profile

Offline SkellyCA

  • Newbie
  • *
  • Posts: 6
Re: [SMF Converter] vBulletin 3.6
« Reply #107 on: November 10, 2011, 05:53:21 PM »
I'm new to this. So let me see if I understand the steps.

Host: Godaddy.
Current software: vBulleton 3.6.5

So, the steps...

1. Download and extract SMF2.x
2. Upload SMF to host in it's own directory. Not the same directory as vbulleton.
3. Download and extract conversion software.
4. Upload conversion software to smf directory.
5. Run convert.php from web browser.

Is that it? Is there more? Did I miss something?

Offline Antes

  • On Hiatus
  • SMF Hero
  • *
  • Posts: 3,081
  • Gender: Male
  • Black cat rulz
    • @antesistan on Twitter
    • MMOBrowser
Re: [SMF Converter] vBulletin 3.6
« Reply #108 on: November 10, 2011, 06:32:11 PM »
You need to install SMF first :) (on same or different database) prefixes must be different.

And yes your all other steps are true :)

* and get a backup for safety
[ MMO ] # [ GitHub ] # [ Raptr ]

Özel mesaj atmak yerine lütfen konu açın. | Please open topic rather than pm.

Rate us on Forum-Software (SMF 2) - Forum-Software (SMF 1.1)


Offline SkellyCA

  • Newbie
  • *
  • Posts: 6
Re: [SMF Converter] vBulletin 3.6
« Reply #109 on: November 10, 2011, 06:34:52 PM »
so step...

2a. Install smf. Same dastabase, different prefix.

What does the different prefix do?

Offline Antes

  • On Hiatus
  • SMF Hero
  • *
  • Posts: 3,081
  • Gender: Male
  • Black cat rulz
    • @antesistan on Twitter
    • MMOBrowser
Re: [SMF Converter] vBulletin 3.6
« Reply #110 on: November 10, 2011, 06:49:49 PM »
Well if you install with same prefix it can conflict (if both software have same table)

eg. software a has members table software b has members table too... but columns and types are different. It probably broke your database.

if you install with different prefix there will be no conflict

softa_members | softb_members :)

Step 1 : Get a backup xP
[ MMO ] # [ GitHub ] # [ Raptr ]

Özel mesaj atmak yerine lütfen konu açın. | Please open topic rather than pm.

Rate us on Forum-Software (SMF 2) - Forum-Software (SMF 1.1)