Ok here is your hack:
https://vborg.vbsupport.ru/showthrea...threadid=38258
As for the negative post counts, I have altered 2 tables in my MySql database to allow for negative post counts. And in the control panel I have set up a new status called "Free Post Abuser" which is for post counts -1000 to 0.
Free post abusers are given -1000 post count.
Here are the mysql commands to allow for negative post counts:
alter table user modify posts smallint(5) DEFAULT 0 NOT NULL;
alter table usertitle modify minposts smallint(5);
Enjoy.