I'm sort of confused...
I have 2.2.5 installed with the PHP 4.2.0 version of db_mysql that I got of vb.com (from this thread:
http://www.vbulletin.com/forum/showt...threadid=44820)
Now, uploading that deleted all the changes I had made to my old db_mysql file, so I just went back then to update the file so I dont get the 100% PHP and 0% MySQL error, and I cant find
PHP Code:
function query($query_string) {
global $query_count;
Now, what I did find was this:
PHP Code:
function query($query_string) {
global $query_count,$showqueries,$explain,$querytime;
which looks like it already has part of this hack installed in it? The code below that also has bits of this hack in it....
Im really sort of confused here :\
What do I need to replace and with what to stop the 100% PHP / 0% MySQL thing?