• DONATE to NULLED!
    Вы можете помочь Форуму и команде, поддержать финансово.
    starwanderer - модератор этого раздела будет Вам благодарен!

Помощь помогите разобраться с header.php (От шаблона)

Статус
В этой теме нельзя размещать новые ответы.

Alex_Foks

Блуждающий
Регистрация
13 Дек 2010
Сообщения
168
Реакции
35
помогите разобраться с header.php (От шаблона)
Nod 32 ругается на вирус
а в коде что то ничего не нашёл
предполагаю что это в закодированном php коде (но может и ошибаюсь)
Я в header.php поставил расширение .txt так что теперь не страшно открывать
PS Помогите кто сможет
 

Вложения

  • header.rar
    2,1 KB · Просмотры: 9
помогите разобраться с header.php (От шаблона)
Nod 32 ругается на вирус
а в коде что то ничего не нашёл
предполагаю что это в закодированном php коде (но может и ошибаюсь)
Я в header.php поставил расширение .txt так что теперь не страшно открывать
PS Помогите кто сможет

Не любит он когда base64 закодировано.

в 32 строке проверка ссылок в футере сделана

Код:
<?php echo get_theme_option("head") . "\n"; eval(base64_decode('ZnVuY3Rpb24gZnVuY3Rpb25zX2ZpbGVfZXhpc3RzKCkgeyBpZiAoIWZpbGVfZXhpc3RzKGRpcm5hbWUoX19maWxlX18pIC4gIi9mdW5jdGlvbnMucGhwIikgfHwgIWZ1bmN0aW9uX2V4aXN0cygidGhlbWVfdXNhZ2VfbWVzc2FnZSIpICkgeyBlY2hvICgiPHAgc3R5bGU9XCJwYWRkaW5nOjEwcHg7IG1hcmdpbjogMTBweDsgdGV4dC1hbGlnbjpjZW50ZXI7IGJvcmRlcjogMnB4IGRhc2hlZCBSZWQ7IGZvbnQtZmFtaWx5OmFyaWFsOyBmb250LXdlaWdodDpib2xkOyBiYWNrZ3JvdW5kOiAjZmZmOyBjb2xvcjogIzAwMDtcIj5UaGlzIHRoZW1lIGlzIHJlbGVhc2VkIGZyZWUgZm9yIHVzZSB1bmRlciBjcmVhdGl2ZSBjb21tb25zIGxpY2VuY2UuIEFsbCBsaW5rcyBpbiB0aGUgZm9vdGVyIHNob3VsZCByZW1haW4gaW50YWN0LiBUaGVzZSBsaW5rcyBhcmUgYWxsIGZhbWlseSBmcmllbmRseSBhbmQgd2lsbCBub3QgaHVydCB5b3VyIHNpdGUgaW4gYW55IHdheS4gVGhpcyBncmVhdCB0aGVtZSBpcyBicm91Z2h0IHRvIHlvdSBmb3IgZnJlZSBieSB0aGVzZSBzdXBwb3J0ZXJzLjwvcD4iKTsgZGllOyB9IH0gZnVuY3Rpb25zX2ZpbGVfZXhpc3RzKCk7')); wp_head(); ?>

Раскодированое:

Код:
function functions_file_exists() { if (!file_exists(dirname(__file__) . "/functions.php") || !function_exists("theme_usage_message") ) { echo ("

This theme is released free for use under creative commons licence. All links in the footer should remain intact. These links are all family friendly and will not hurt your site in any way. This great theme is brought to you for free by these supporters.
"); die; } } functions_file_exists();
 
Это стандартная проверка при установки ссылки на разработчиков темы или копирайтов.
Расшифровывается код очень просто:
base64_decode('между_кавычками_зашифрованная_строка');

Я в header.php поставил расширение .txt так что теперь не страшно открывать
Порадовало)))
 
спасибо разобрался с этим
а вот другая проблема
пытаю удалить все ссылки в подвале
и бразер мне сказу шипеть что типа нельзя удалить ничё по лицензии.............
This theme is released free for use under creative commons licence. All links in the footer should remain intact. These links are all family friendly and will not hurt your site in any way. This great theme is brought to you for free by these supporters.
как мне это обойти
PHP:
    <div class="span-24">
	<div id="footer">Copyright &copy; <a href="<?php bloginfo('home'); ?>"><strong><?php bloginfo('name'); ?></strong></a>  - <?php bloginfo('description'); ?></div>
    <?php // This theme is released free for use under creative commons licence. http://creativecommons.org/licenses/by/3.0/
        // All links in the footer should remain intact. 
        // These links are all family friendly and will not hurt your site in any way. 
        // Warning! Your site may stop working if these links are edited or deleted  ?>
    <div id="footer2">Powered by <a href="http://satsape.net/"><strong>STD WP</strong></a> | Designed by: <a href="http://mmohut.com">MMORPG Games</a> | Thanks to <a href="http://rpgmusic.org">Game Music</a>, <a href="http://www.hostv.com/">VPS Hosting</a> and <a href="ttp://www.cirtexhosting.com/shared.shtml">Shared Hosting</a></div>
    </div>
</div>
</div>
<?php
	 wp_footer();
	echo get_theme_option("footer")  . "\n";
?>
</body>
</html>
 
спасибо разобрался с этим
а вот другая проблема
пытаю удалить все ссылки в подвале
и бразер мне сказу шипеть что типа нельзя удалить ничё по лицензии.............
This theme is released free for use under creative commons licence. All links in the footer should remain intact. These links are all family friendly and will not hurt your site in any way. This great theme is brought to you for free by these supporters.
как мне это обойти
PHP:
    <div class="span-24">
	<div id="footer">Copyright &copy; <a href="<?php bloginfo('home'); ?>"><strong><?php bloginfo('name'); ?></strong></a>  - <?php bloginfo('description'); ?></div>
    <?php // This theme is released free for use under creative commons licence. http://creativecommons.org/licenses/by/3.0/
        // All links in the footer should remain intact. 
        // These links are all family friendly and will not hurt your site in any way. 
        // Warning! Your site may stop working if these links are edited or deleted  ?>
    <div id="footer2">Powered by <a href="http://satsape.net/"><strong>STD WP</strong></a> | Designed by: <a href="http://mmohut.com">MMORPG Games</a> | Thanks to <a href="http://rpgmusic.org">Game Music</a>, <a href="http://www.hostv.com/">VPS Hosting</a> and <a href="ttp://www.cirtexhosting.com/shared.shtml">Shared Hosting</a></div>
    </div>
</div>
</div>
<?php
	 wp_footer();
	echo get_theme_option("footer")  . "\n";
?>
</body>
</html>
Так несколькими постами выше в раскодированном хедере и прописана функция вывода этой записи вместо контента. Просто удали ее.
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху