I forgot to mention that I added capital H to the exclusion list in that code but thank you so much, using lowercase H made it work.
Also, I upped the frequency of unban users to 15 minutes.
So the code I added, aside from what was posted in the previous reply, in case anyone happens across this later on, is this:
The ones with stars at the start (which you should obviously exclude) are the ones I added.
file: modcp/banning.php
Code:
// make a list of banning period options
$periodoptions = array(
$temporary_phrase => array(
* 'h_1' => "1 $vbphrase[hour]",
* 'h_6' => "6 $vbphrase[hours]",
* 'h_12' => "12 $vbphrase[hours]",
'D_1' => "1 $vbphrase[day]",
'D_2' => "2 $vbphrase[days]",
'D_3' => "3 $vbphrase[days]",
'D_4' => "4 $vbphrase[days]",