PDA

View Full Version : mysql queries


hotma1l
05 Jun 2007, 16:31
Hello,


Is there is any script or hack that I can add to my vbulletin, inorder to see what hacks are running queries.

I have alot of hacks installed on my board, and I want to remove most hacks that run queries, how do I know which ones are they.


Thank You

Antivirus
05 Jun 2007, 16:48
Try turning on debug mode and looking at explain. Also, you cvan look directly within the hacks or their plugins to see which ones have queries, just look for something like:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

hotma1l
05 Jun 2007, 17:10
Thankyou

I will try that