I'm trying to make a ban system for my website with the following features:
-Tell user reason for the ban
-Tell user date it'll expire
-Tell user date it was issued
-Tell user who they where banned by
-Auto perma if user has been banned a total of 3 times
-Auto expire bans
Note: I this is for a simple members system I already have up and running.
But to be honest I'm not that great at php and don't know where to start, I'm not sure how to get the bans to auto expire.
All help is greatly appreciated.
Thanks in advance.
-Tim