Quote:
Originally Posted by discore
I'm not sure what you mean by that. Explain and I'll make it take TABLE_PREFIX into consideration if I can! 
|
vB 3 allows you to specify a table prefix in your includes/config.php file. This is used in front of all table names and is defined globally in global.php as TABLE_PREFIX. My table prefix is vb3_, so I had to go into your script and change it to vb3_post, vb3_session etc..
I realise that it's not that hard to edit your hack queries and it will be necessary to add another variable at the top of your script since you dont include gobal.php but it should still be done.