Skip to content

Instantly share code, notes, and snippets.

@magnu5
magnu5 / ipb4.rb
Created January 11, 2020 11:05 — forked from Chmarusso/ipb4.rb
Put this file in: discourse_dir/scripts/import_scripts/ipb4.rb
# migration script from IPB4 to Discourse
require "mysql2"
require File.expand_path(File.dirname(__FILE__) + "/base.rb")
require 'htmlentities'
class ImportScripts::Ipb4 < ImportScripts::Base
IPB_DB_USER = "user"
IPB_DB_PASSWORD = "password"
IPB_4_DB = "mmo_forum"