diff --git a/svelte/src/admin_panel/IPBans.svelte b/svelte/src/admin_panel/IPBans.svelte index 762bcae..ee7842a 100644 --- a/svelte/src/admin_panel/IPBans.svelte +++ b/svelte/src/admin_panel/IPBans.svelte @@ -162,7 +162,7 @@ onMount(get_bans);
+ Your IP address ({result.address}) has been banned from + uploading to pixeldrain due to violation of the + content policy. Below is a + list of files originating from your IP address which have been + blocked: +
+ {:else if offences > 0} ++ Your IP address ({result.address}) has received copyright + strikes. At 10 copyright strikes your IP address will be banned + and you will be unable to upload files to pixeldrain. Below is a + list of files originating from your IP address which have been + blocked: +
+ {/if} + +Reason | +Reporter | +Ban date | +Expiry date | +File | +
{offence.reason} | +{offence.reporter} | +{formatDate(offence.ban_time, false, false, false)} | +{formatDate(offence.expire_time, false, false, false)} | ++ {#if offence.file_public_id} + + {offence.file_name} + + {/if} + | +
+ If you would like to dispute your IP ban you can mail me at + support@pixeldrain.com. Please do not mail unless you have a good + reason. If you do not provide a valid reason why the IP ban should + be reversed your e-mail will be ignored. And do not forget to put + your IP address ({result.address}) in the e-mail. +
+