Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorjohnblade
    • CommentTimeMay 24th 2006
     # 1
    Does anyone know a punbb converter to Vanilla? I've read about it on the forums here, but haven't found any code yet.

    Actually I want to convert from SMF to punBB, but I have found a working smf->punbb converter so i'll try from punbb->vanilla... Also I'm going to have a look in the code to see if it will difficult to implement a similar passwod SALTing feature like SMF does into Vanilla so I can preserve my user's passwords.
    Probably should get to writing a smf->vanilla converter but if there is already a punbb converter then it'll be schweet.

    Also the Search feature on this site seems to be busted right now: (Fatal error: [] operator not supported for strings in /applications/lussumo/community1/library/Framework/Framework.Class.SqlBuilder.php on line 272)
    •  
      CommentAuthorMark
    • CommentTimeMay 24th 2006
     # 2
    I'm not sure about the converter, but the search problem was related to a change I just made (http://lussumo.com/swell/83/MySQL-Compatibility/). I've fixed the bug now, so you can search away. Thanks for the tip!
    •  
      CommentAuthoruzi
    • CommentTimeMay 25th 2006
     # 3
    I have converted from punBB to phpBB and then to Vanilla...
    •  
      CommentAuthorlament
    • CommentTimeJul 11th 2006
     # 4
    uzi that worked OK?
    •  
      CommentAuthorremouk
    • CommentTimeJul 11th 2006
     # 5
    And with which version of each soft? :)
  1.  # 6
    whats involved in making a migrator from one forum to vanilla?
    i means whats the process
  2.  # 7
    Just work out the links between the databases and create a script which populates the vanilla database with the information found in the other forum softwares database. It's a fairly simple idea - the tricky part is making sure you get as much information as possible and also trying to keep all the data 'sane' - i.e. trying to retain correct formatting etc.
  3.  # 8
    what do u do regarding passwords
  4.  # 9
    That depends how they're encoded. Your options are pretty much either:
    If passwords in the old forum are MD5'd, just move them straight over.
    If passwords aren't encrypted, move them over and ideally encrypt them.
    If passwords are encrypted with a different method, use a random password hash and request users to reset their passwords.
  5.  # 10
    I want try a manual conversion as suggested by Minisweeper. How can I check if passwords in the old forum are MD5'd? Are they in PunBB? Any other issues I should watch out for?
  6.  # 11
    Assuming you know what your password is, stick it in this:
    http://www.md5encrypter.com/
    and see if the output matches the password in the database.
  7.  # 12
    Thanks Minisweeper!

    I should have checked earlier; PunBB uses SHA-1. I've found an SHA encrypter/decrypter here:

    http://www.yellowpipe.com/yis/tools/encrypter/index.php

    Is there a quick way to move 100+ SHA-1 passwords from the PunBB table, convert them to MD5 and put them into the Vanilla table?

    Or could I just replace 'md5' in the Vanilla code with 'sha' or 'sha-1'? That looks like the easier, more solid solution to me.
  8.  # 13
    I'm pretty sure just swapping md5 for sha in vanilla wouldn't work. I guess you could try it but dont get your hopes up.

    As for swapping the passwords from SHA to md5....I guess you'd have to write some kind of script to do it for you.
    •  
      CommentAuthorlament
    • CommentTimeFeb 18th 2008
     # 14
    any progress on this guys? if you need anything re: punBB, let me know..
Add your comments
    Username Password
  • Format comments as