Log in

View Full Version : Blank Table Prefix


Dave Hawley
07-23-2007, 06:44 AM
I notice many Queries to run for hacks require the Table prefix and shown in config.php. However, on checking mine all I see is;

// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';


What should/can I do in this case?

Adrian Schneider
07-23-2007, 06:49 AM
No hacks should ever "require" it - usually it's the other way around. They forget about prefixes and don't add them to the code. If they do have it, and yours is empty, then everything should work as expected.

If you are reading manual instructions, just ignore any 'prefix_' or similar in the instructions.

Dave Hawley
07-23-2007, 07:11 AM
Hmmm, this one requires the Table prefix for a Query
https://vborg.vbsupport.ru/showthread.php?t=98360

Without running the said query the forum exclusion box user choose from is blank.

Sorry, my bad. After reading 10 pages of that Thread I found out there is a new forum setting added to the forum manager.