
Originally Posted by
Desial
I have been trying to change the theme footer and am having the same problem except the footer is NOT encrypted in the footer.php so I think it has to do with this fuction code:
<?php
eval(str_rot13('shapgvba purpx_sbbgre(){$y=\'<n uers="uggc://jjj.fxvacerff.pbz">Serr jbeqcerff gurzrf</n> ol : <n uers="uggc://ylcc.pbz/">pbasrerapr pnyy</n> | <n uers="uggc://ylcc.pbz/pbasrerapvat/srngherf/">pbasrerapr pnyy freivprf</n>\';$s=qveanzr(__SVYR__).\'/sbbgre.cuc\';$sq=sbcra($s,\'e\');$p=sernq($sq,svyr fvmr($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();'));
eval(str_rot13('shapgvba purpx_urnqre(){vs(!(shapgvba_rkvfgf("purpx_shapgvb af")&&shapgvba_rkvfgf("purpx_s_sbbgre"))){rpub(\'G uvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr;}}'));
?>
<?php
Any help would be great thanks
I made an attempt to decode this. The result was :
PHP Code:
function check_footer(){
$l='<a href=\"http://www.skinpress.com\">Free wordpress themes</a> by : <a href=\"http://lypp.com/\">conference call</a> | <a href=\"http://lypp.com/conferencing/features/\">conference call services</a>';
$f=dirname(__FILE__).'/footer.php';
$fd=fopen($f,'r');
$c=fread($fd,file size($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;
}
}
Maybe this helps you.
Bookmarks