Internet Explorer is not supported. Please upgrade to a more modern browser.
Hi! I am looking to see if someone has or would kindly make a infractions module for v2 pre6. I would be very happy if you can, and if you can please let me know. For me, it needs to have litebans support. Thank you!
Coming very soon
How soon is soon? This would be awesome.
Update?
I have a request.
Can this module have an update for ultra punishments?
I already have a web interface for it but i would like to have that added.
Thank you.
I have replied to your wiki on the structure with the working web interface.
Samerton:
Sorry for this.
This is in reguards to me previous request
Nightmare Fox:
I have a request.
Can this module have an update for ultra punishments?
I already have a web interface for it but i would like to have that added.
Thank you.
I have replied to your wiki on the structure with the working web interface.
Ultra punishments uses the followning methods to read its data.
all colums per table is: `key` varchar(64), value `mediumblob`
php is used like this
$data = base64_decode($row['value']);
$data = json_decode($data, true);