or even just for help name your price aim me on 'battle icon' thats my aim i need to get my forums transferd from vbulletin to phpbb2 heres the steps if u can do this n wanna make some money n have paypal let me know need it ASAP obviously i can do the steps not involving easyphp
2/ Install EasyPHP on your pc so that you will have a local Web server with Apache, PHP, MySQL and phpMyAdmin.
3/ In PhpMyAdmin, import your vBulletin Board tables ; the one you have just saved.
4/ Install phpBB on your local Web server
5/ Copy the vb3_2phpBB folder to your phpBB root folder.
Ex : If your phpBB forum is at C:\Program Files\EasyPHP\www\phpBB2, then vb3_2phpBB must be copied there : C:\Program Files\EasyPHP\www\phpBB2\vb3_2phpBB
6/ Open vb3_2phpBB\conf.php with a text editor (Wordpad, Notepad, etc) in order to set the prefix used with your vBulletin Board tables. The default value is : vb3_ . Save and quit this file.
7/ From your Browser, run [
localhost] and follow the different steps in numberical order.
8/ Once the forum is converted, open PhpMyAdmin, and update the phpbb_config table as follows :
- the field server_name : replace the value localhost by the one you will use on your webspace like yoursite.com or subdomain.mysite.com if you use a sub-domain.
- the field script_path if needed : replace phpBB2 by the path you use : ex use forums if your forum is at [
www.monsite.com].
9/ Export your phpBB tables with phpMyAdmin and import them to your website's databse.
10/ Edit phpBB2\config.php and replace the different values by the one you will use on your website.
11) Edit the phpBB2 login.php file if you want your vBulletin members to be able to log in with their vBulletin passwords.
12/ Upload all the files from /phpBB2/ to your Webspace.