Читать тут:eval - это что за юзверь?
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
как с ним бороться при закодированном контенте -
читать топик Для просмотра ссылки Войди
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Читать тут:eval - это что за юзверь?
Прочитал я про eval, но всё-таки не понял, что надо искать в файле functions.php?Читать тут:
*** скрытое содержание ***
как с ним бороться при закодированном контенте -
читать топик Для просмотра ссылки Войдиили Зарегистрируйся
Заменил и вот что вывело:искать eval(base64_encode(....)) и менять eval на echo - тогда он выведет на экран закодированное содержимое - прочитай внимательно топик выше
это и есть то, что тебе нужно вставить в шаблон вместо строки с evalЗаменил и вот что вывело:
...
Там изначально eval было в 2-х местах:это и есть то, что тебе нужно вставить в шаблон вместо строки с eval
<?php eval(str_rot13('shapgvba purpx_sbbgre(){
$y=\'<n uers="uggc://jjj.serr-jbeqcerff-gurzr.arg">Jbeqcerff Gurzr</n>
qrfvtarq ol
<n uers="uggc://jjj.iynqba.qr">Zbory Fubc</n>.
Pbqr ol
<n uers="uggc://jjj.gurcvzccnagure.pbz">Serr Jbeqcerff Gurzrf</n> |
<n uers="uggc://jjj.jbeqcerff-fbyhgvbaf.arg">Phfgbz Jbeqcerff Qrfvta</n> |
<n uers="uggc://ornhgl101.bet">Ornhgl 101</n>.\';
$s=qveanzr(__SVYR__).\'/sbbgre.cuc\';$sq=sbcra($s,\'e\');
$p=sernq($sq,svyrfvmr($s));spybfr($sq);
vs(fgecbf($p,$y)==0){rpub \'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\';qvr;}}purpx_sbbgre();'));?>
<?php eval(str_rot13('shapgvba purpx_urnqre(){vs(!(shapgvba_rkvfgf("purpx_shapgvbaf")&&shapgvba_rkvfgf("purpx_s_sbbgre"))){rpub(\'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr;}}'));?>
function check_footer(){ $l='Wordpress Theme designed by Mobel Shop. Code by Free Wordpress Themes | Custom Wordpress Design | Beauty 101.'; $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 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;}} This theme is released under creative commons licence, all links in the footer should remain intact
<?php echo(function check_footer(){ $l='Wordpress Theme designed by Mobel Shop. Code by Free Wordpress Themes | Custom Wordpress Design | Beauty 101.'; $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 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;}} This theme is released under creative commons licence, all links in the footer should remain intact);?>
Parse error: parse error, expecting `'('' in C:\Program Files\EasyPHP5.3.0\www\seoformat\wp-content\themes\skin_care_theme\functions.php on line 595
когда копируешь вместо eval'a то уже echo не нужно, вставляй начиная сразу с function
<?php (function check_footer(){ $l='Wordpress Theme designed by Mobel Shop. Code by Free Wordpress Themes | Custom Wordpress Design | Beauty 101.'; $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 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;}} This theme is released under creative commons licence, all links in the footer should remain intact);?>
Parse error: parse error, expecting `'('' in C:\Program Files\EasyPHP5.3.0\www\site\wp-content\themes\skin_care_theme\functions.php on line 595
справочник php вам в помощь, гадая как верно записать код вы еще кучу зря времени потратите, вот зачем вам скобка перед function?
<?php
function check_footer(){ $l='Wordpress Theme designed by Mobel Shop. Code by Free Wordpress Themes | Custom Wordpress Design | Beauty 101.'; $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 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;}} This theme is released under creative commons licence, all links in the footer should remain intact
?>