News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

A Burning Board 1.2 Converter ?

Started by Fannon, April 30, 2004, 09:47:19 AM

Previous topic - Next topic

Grudge

Well, I've looked at and now tested the converter and fixed a few bugs and it now certainly does work on members and messages. (Not instant messages yet but I can add that later I'm sure).

It sounds as if your database user may not have permission to see BOTH databases, as members should have converted over fine. If you are getting a SQL error it's probably because the user in your SMF database can't see the burning board one.
I'm only a half geek really...

mf

The login is identical for both databases. The burning board still works, and it uses the same MySQL login as the SMF. Anyway, it gives this error:
QuoteUnable to find the settings for Woltlab Burning Board 2. Please double check the path and try again.
Are you sure this thing should be able to convert wBB lite?

[Unknown]

If you could give me or Grudge (or better, both of us) a copy of your settings file (properly censored) it would help.

I should stop taking converter's and people's words for what they have/convert/send me.  I swear I thought that was the public version.... maybe it was lite and they really are different.  Not sure.  Or maybe I just got confused.

A database dump (at least of the tables you want converted, and not neccessarily complete/with data) would also be helpful.

-[Unknown]

mf

okay, under the forum directory, there is a subdir "admin", in which sits a file "_data.inc.php" which contains this (sql login removed for security):
<?php
// Hostname or IP of your MySQL Server
$mysqlhost = "localhost";
// Username and Password to Login to your Database
$mysqluser = "removed";
$mysqlpassword = "removed";
// Name of your Database
$mysqldb = "mfforum";
// Number of this Forum
$n = "1";
// Email Address of the Administrator
$adminmail = "[email protected]";
?>


If that doesn't help you, I can post a stripped down sql dump as well. Thanks.

Grudge

Interesting, in the version I was testing with (downloaded from site) that file is called config.inc.php. Could you open up the converter I attached and do a search-replace on config.inc, changing it to _data.inc? Let me know how that goes...
I'm only a half geek really...

mf

As soon as I find me an ssh terminal (not being behind &$*#^@ novell bordermanager proxies) I'll try it out.

mf

Here we are, it wiped my entire SMF forum as I had it, users, forums, the lot (they were only test users and test forums though). And converted nothing.

QuoteConverting...
Converting members...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 285

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 303
successful.
Converting categories...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 410

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 420
successful.
Converting boards...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 501

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 511
successful.
Converting topics...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 593

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 603

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 612

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 640
successful.
Converting messages... (this may take some time)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 730

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 740
successful.
Converting board access... successful.
Recalculating forum statistics... successful.
successful.

Conversion Complete
Congratulations, the conversion has completed sucessfully. If you have or had any problems with this converter, or need help using SMF, please feel free to look to us for support.
Please check this box to delete the converter right now for security reasons. (doesn't work on all servers.)


Now that everything is converted over, your SMF installation should have all the posts, boards, and members from the Woltlab Burning Board 2 installation.

We hope you had a smooth transition,

Simple Machines

Oh, and I needed to replace /acp/lib/config.inc.php with /admin/_data.inc.php for it to even try converting it.

Grudge

Sorry for late reply, been at work since Thursday!

All converters wipe your database, they are converters not importers hence why it would be gone. I'm sure it says this on the converter main screen (Or it should do if not).

OK. Well, it's finding the the settings now you renamed the file (I'd recomment just duplicating it if that isn't what you did, so that your old forum still worked!) Could you add this debugging code to the converter and tell me what it says? Find this:

$from_prefix = '`' . $sqldb . '`.bb' . $n . '_';


and after it add this:

echo "Extracting table names from SMF, $db_name";
$request = mysql_query("SHOW TABLES FROM $db_name");
while ($row = mysql_fetch_array($request))
  echo $row[0];
echo "Extracting table names from wbb: $sqldb";
$request = mysql_query("SHOW TABLES FROM $sqldb");
while ($row = mysql_fetch_array($request))
  echo $row[0];
echo "To: $to_prefix; From: $from_prefix";

It should give you loads of debug info, just post here what it says!
I'm only a half geek really...

mf

QuoteNotice: Undefined variable: sqldb in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 115
Extracting table names from SMF, testsmf_attachmentssmf_bannedsmf_board_permissionssmf_boardssmf_calendarsmf_calendar_holidayssmf_categoriessmf_collapsed_categoriessmf_im_recipientssmf_instant_messagessmf_log_actionssmf_log_activitysmf_log_bannedsmf_log_boardssmf_log_errorssmf_log_floodcontrolsmf_log_karmasmf_log_mark_readsmf_log_notifysmf_log_onlinesmf_log_pollssmf_log_searchsmf_log_topicssmf_membergroupssmf_memberssmf_messagessmf_moderatorssmf_permissionssmf_poll_choicessmf_pollssmf_sessionssmf_settingssmf_smileyssmf_themessmf_topics
Notice: Undefined variable: sqldb in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 120
Extracting table names from wbb:
Notice: Undefined variable: sqldb in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 121

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 122
To: `test`.smf_; From: ``.bb1_
Converting...
Converting members...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 294

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 312
successful.
Converting categories...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 419

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 429
successful.
Converting boards...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 510

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 520
successful.
Converting topics...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 602

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 612

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 621

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 649
successful.
Converting messages... (this may take some time)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 739

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 749
successful.
Converting board access... successful.
Recalculating forum statistics... successful.
successful.

[Unknown]

Replace $sqldb with $mysqldb... any better?

-[Unknown]

mf

Quote
The following error or errors ocurred while posting this message:
The message exceeds the maximum allowed length (20000 characters).

Needless to say, that blew up the error messages past the allowed character count for posts here ;).

[Unknown]

Could you post the first one or two, perhaps?

Hmmph... I should probably sit down and try to find an installation of Burning Board I can test it with myself..

-[Unknown]

mf

QuoteExtracting table names from SMF, testsmf_attachmentssmf_bannedsmf_board_permissionssmf_boardssmf_calendarsmf_calendar_holidayssmf_categoriessmf_collapsed_categoriessmf_im_recipientssmf_instant_messagessmf_log_actionssmf_log_activitysmf_log_bannedsmf_log_boardssmf_log_errorssmf_log_floodcontrolsmf_log_karmasmf_log_mark_readsmf_log_notifysmf_log_onlinesmf_log_pollssmf_log_searchsmf_log_topicssmf_membergroupssmf_memberssmf_messagessmf_moderatorssmf_permissionssmf_poll_choicessmf_pollssmf_sessionssmf_settingssmf_smileyssmf_themessmf_topicsExtracting table names from wbb: mfforumbb1_announcementsbb1_avatarsbb1_bbcodebb1_boardsbb1_configbb1_foldersbb1_groupsbb1_notifybb1_object2boardbb1_object2userbb1_pmsbb1_pmsendbb1_pollbb1_postsbb1_ranksbb1_smiliesbb1_stylebb1_threadsbb1_user_tablebb1_useronlinebb1_voteTo: `test`.smf_; From: `mfforum`.bb1_
Converting...
Converting members...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 294

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 312
successful.
Converting categories...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 419

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 429
successful.
Converting boards...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 510

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 520
successful.
Converting topics...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 602

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 612

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 629

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 639

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 647

[ snip - loads of instances of the same errors ]
Quote

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 639

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 647
successful.
Converting messages... (this may take some time)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 739

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/mf.onthanet.nl/forum2/burningboard_to_smf.php on line 749
successful.
Converting board access... successful.
Recalculating forum statistics... successful.
successful.

You can find the install version of wBB 1.2 (not Lite 1.0, which obviously is different from 1.2) here: http://mf.onthanet.com/forum2/wbb1.2-e.zip, if you want to try it out. Thanks again for all the help. If you think I should stop trying and go with the phpBB method instead, you can say so as well :). I have the patience of a mountain and I can wait a few days or weeks till it's all polished so I prefer the direct method, plus I get to talk with you guys in the meantime ;).

[Unknown]

I'm afraid I won't have time for this for a little bit, but I'll try to get to it soon.

Sorry.  Unless Grudge (or possibly Compuart?) has time soon, you may wish to at least try the phpBB route.

-[Unknown]

mf

I had already started considering that. But as my forum still isn't really complete (today I've hacked in tripcodes, but there's enough points left on my todo list) I can still wait a bit. After all points on my checklist are finished, I'll decide which convertor to use.

Grudge

Quote from: mf on October 03, 2004, 01:39:20 PM
I had already started considering that. But as my forum still isn't really complete (today I've hacked in tripcodes, but there's enough points left on my todo list) I can still wait a bit. After all points on my checklist are finished, I'll decide which convertor to use.
Yea, I'm really sorry for not replying. I'm caught up in a fair few other bits right now but I'll try find some time down the line to help out if you still need it.
I'm only a half geek really...

mf

I am nearing completion (only 4 pending items on my checklist, including making a theme), so if you could find time before next week, that would be much appreciated. If it doesn't fit your schedule, I can use the phpBB method instead.

Winters

Just to be on the safe side: All the converters attached in this thread are for WBB 2.1x?

Winters

#38
OK, it tells me I converted successfully, but gave a lot of warnings. I believe it might be the same ones as mentioned above, not sure.

Wait, it only imported the topics, but no posts.

A link to the warnings (the list is very long):
http://forum.dykesvision.com/burningboard_to_smf.php?step=1

Link to the forum:
http://forum.dykesvision.com/index.php

ETA: Was trying to convert a WBB 2.1.3 .
ETA: I am unable to login.

Winters

Converting members...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 285

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 303
successful.
Converting categories... successful.
Converting boards... successful.
Converting topics...
Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 636

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 638

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 617

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 620

Notice: Undefined index: tid in /www/htdocs/chalupa/burningboard_to_smf.php on line 626

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /www/htdocs/chalupa/burningboard_to_smf.php on line 630




Advertisement: