Here you go..
- Import the product
- Edit pluggin named
Cant post more than X threads in the last Y hours in forum Z Hack
- Configure settings at the begining.
// User cant post before this time expires:
$cantposthour = 24;
// User cant post if he has more than X threads in the allowed time:
$allowedthreadcount = 1;
// Forum ids this retriction apply
$cantpostforumid = array(1,2);