Originally posted by Avenger The closest thing I found was this and it's not the same as my request. Other threads about a warning system are also requests, but not hack releases.
That is it.
Look at this part of his code:
$ban = 1; // 0 = Never ban nomatter what; 1 = Ban after $numwarn has been passed
$numwarn = 3; // Number of warnings till user gets banned
$bannedgrp = 13; // Group id for banned users
You can set the number of warnings before the person gets banned. You need to modify the code a bit since it's messy (I modified it and integrated it into my suspension/ banning system).