I installed it on a new board with no any hacks and it sends me on punch a new pm.
Now I installed it on the publish board, which is hacked to death, it don't works
But I changed in the vbpunch.php on
Code:
// No errors, so send the PM
$pm->save();
I add before this:
Code:
$pmpunch = "UPDATE " . TABLE_PREFIX . "user SET pmtotal=pmtotal+1, pmunread=pmunread+1 WHERE userid=" . $vbulletin->GPC['punch'] . "";
$db->query_write($pmpunch);
So it works for me with the pmcount