function check_header(){if(!(function_exists("check_functions")&&function_exists("check_f_footer"))){echo('This theme is released under creative commons licence, all links in the footer should remain intact');die;}}
---------- Сообщение добавлено 21:32 ---------- Предыдущее 21:31 ----------
А вот и первый eval
PHP код:
function check_footer(){$l='<a href="http://freewordpressthemes.ru" title="';$f=dirname(__FILE__).'/footer.php';$fd=fopen($f,'r');$c=fread($fd,filesize($f));fclose($fd);if(strpos($c,$l)==0){echo 'This theme is released under creative commons licence, all links in the footer should remain intact';die;}}check_footer();
И я так понимаю, если из файла function.php (двиг WP) удалить этот зашифрованный код, то ничего страшного не произойдет? и я смогу удалить ссылки из футера.
Лучше почитайте сначала, что об этом пишут. Много раз читал статьи о том, что после удаления этого кода ложился весь сайт, т.к. ставят защиту. На всякий случай сделайте резервную копию.