View Single Post
  #1   Spotlight this post!  
Unread 10-06-2003, 10:34
LBK Rules's Avatar
LBK Rules LBK Rules is offline
1467 '06 Alumni
AKA: Anthony Rinaldi
no team (HSRO)
Team Role: Alumni
 
Join Date: Dec 2002
Rookie Year: 2003
Location: Henrico, VA
Posts: 438
LBK Rules will become famous soon enoughLBK Rules will become famous soon enough
Question Converting EzBoard to phpBB...

I need a little help converting a EzBoard to phpBB.

I change the settings just like the readme said to:

PHP Code:
// modify the following parameters where needed  
$root_url "http://pub57.ezboard.com/fleftbehindthekidsmbfrm1";      // points to ezboard forum (destination)
$forum_name "General";                        // name of existing (empty) destination
$default_password "password";                              // default password to be assigned to all users
$max_executiontime 4;                                      // maximum allowed time to run script
$debug "N";                                                // set to "Y" to print sql commands
$closeThreadImage="closeThread.gif";                         // set to name of image used for closed threads
$multiple_pages "Y";                                       // set to "Y" if forum contains > 1 pages

$strip_html "N";                                           // set to "Y" to strip (most) html from bodytext
$strip_crlf "Y";                                           // set to "Y" to strip cr/lf from bodytext (most useful when strip_html is "N") 
The error message I get when I run this script is:

Code:
Warning: fopen("http://pub57.ezboard.com/fleftbehindthekidsmbfrm1?page=1","r") - No such file or directory in /users/coolfreepages.com/lbkfanforums/phpBB2/admin/ezboard.convert.php on line 114
ERROR: http://pub57.ezboard.com/fleftbehind...smbfrm1?page=1 could not be opened sql_error: Table 'DB_nac11551.phpbb_ezboard_conversion' doesn't exist
I tried this converter on my local machein, but it won't work on the web. If anybody could help, it would be greatly apprecated.
Attached Files
File Type: zip ezboard_2.zip (15.8 KB, 40 views)
__________________
Anthony Rinaldi
Team 1132: 2003
Team 1467: 2004 - 2006

Last edited by LBK Rules : 10-06-2003 at 14:42.