Simple upload filter script for Article 13 of EU copyright reform
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
1.1 KiB

  1. Hello $firstName $lastName,
  2. I have recevied a new upload on my plattform and due to Article 13 of the new EU copyright reform, the files must be reviewed for copyright infringement.
  3. Because I am not capable of a better technical solution and because of privacy concerns due to GDPR I don't want big plattforms like Google to get this content; you are choosen to review the content.
  4. Under the following link, you can download the content and validate against a copyright infringement:
  5. https://www.example.com/validate.php?token=$token
  6. As legislator of Article 13 you must have thought about a good and easy way to legitmate a content. If you have a technical solution set up, you can easily automate this validation process by parsing this Email for the following urls:
  7. direct download of the file: https://www.example.com/validate.php?download&token=$token
  8. direct validation of the file: https://www.example.com/validate.php?validate&token=$token
  9. direct copyright infringement of the file: https://www.example.com/validate.php?infringement&token=$token
  10. Best regards,
  11. Owner of example.com