Thanks for this great hack FireFly, this hack is recording posts from about 10-12 forums, but it is working from what I can see

. Just the hack I needed to track submissions in the forums.
Sn2,
Code:
$hackcounts=$DB_site->query("SELECT postuserid,COUNT(*) AS totalhacks FROM thread WHERE forumid IN (x) AND postuserid IN $hackuserids GROUP BY postuserid");
Did you make sure you changed the (x) to the id of the forum(s) you wished it to count threads in? You have to change that or nothing will appear. Place your cursor over the link of the forum you wish this hack to record threads from and look at the ID at the end of the URL, place that ID in place of the
x in the above coding (in showthread.php).
SaintDog