Log in

View Full Version : How dangerous is addressing non-vbulletin tables in vbulletin?


Michael Morris
03-26-2004, 09:20 AM
Hello. I have a site which uses a custom database to store reviews. I don't believe any of the variables of that program overlap vbulletin's. I would like to write a fairly extensive hack to replace the custom code that addresses those tables.

How dangerous is this to the two databases (I'll be doing the tests on a local machine first before doing this on the server) or can it even work?

Michael Morris
04-07-2004, 01:31 AM
Bump

Velocd
04-07-2004, 02:39 PM
You're rather vague when you say "addresses those tables."

Do you simply mean you wish to combine them?

It shouldn't be a problem, as long as there are no duplicate table names.

Michael Morris
04-09-2004, 12:28 AM
Yeah, combine them I guess - I can alter the table names if necessary. The two databases are on the same server so I don't *think* there are any duplicate names.

filburt1
04-09-2004, 12:41 AM
If they are two separate databases, then there is no problem. If they are just different tables in vB's database, then it would not be advisable.

Michael Morris
04-11-2004, 07:21 AM
Ok, well I'm getting in so deep now it's high time I read the :ahem: manual for MySQL and PHP. I'm wanting to do some fairly complicated functionality hacks, some of which I don't necessarily want to share since they've be exclusive to the board I work on.