Das Theme vergleicht die Datei:
wp-content\themes\animepress\bottom.php
, die durch die footer.php geladen wird, mit einer Sicherheitskopie hier:
wp-content\themes\animepress\inc\fbackup.txt
, die eine 1:1 Kopie der originalen bottom.php ist.
Falls sich beide unterscheiden, wird das Theme "totgelegt", so eine Art Selbstschutz und Zwang zum Kauf.
Siehe auch die Kommentare in der bottom.php:
<?php /*
All links in the tag <div class='smthemes'> are attribution of the theme developers and should remain intact.
It's protected by Creative Commons License (http://creativecommons.org/licenses/by/3.0/).
Warning! Your site will not be able to work if these links are edited or deleted.
You can buy this theme without footer links online at http://smthemes.com/buy/animepress/
*/ ?>
<div class='smthemes'>Designed by <a href='http://smthemes.com/' target='_blank'>WordPress free themes</a>, thanks to: <a href='http://wpdis.co/' target='_blank'>Best WordPress theme</a>, <a href='http://lizardthemes.com' target='_blank'>LizardThemes.com</a> and <a href='http://fthe.me/animepress/' target='_blank'>Top free WordPress themes</a></div>
Ich geh mal davon aus, dass du die bottom.php manipluliert hast.