Quote:
Originally Posted by T3MEDIA
Hummm how are you guys checking your queries? via putty or something?
|
1. open index.php
2. go to bottom above eval('$navbar = "' . fetch_template('navbar') . '";');
3. put echo " ";
4. open includes/functions.php
5. find exec_shut_down()
6. at bottom, of function place echo "Queries: $query_count <br />";
7. there you go.
At the bottom the other queries hack is from erwin/teck, but like i said theirs doesn't count shutdown queries..
And without my small mod, the number to the right will show 9 everytime, instead of 8.