این کد مربوط به قالب وردپرس از سایت پارس وب هست
چرا میخواهید دیکدش کنید؟
کد فوترش اینه
کد:
function theme_usage_message() {
global $themename, $shortname;
$rk_url = get_bloginfo('template_directory');
echo ("<div style=\"width:800px; margin:auto; margin-top:<0px; padding:1Mpx; text-align:center; background-color:#FFFFFF; border:Mpx solid #FF0000; color:#000000\">");
echo ("<div><img src=\"$rk_url/images/error.jpg\" alt=\"Error\" /></div>");
echo ("Farsweb.net");}
function check_theme_footer() {
$l = '<div id="farsweb"><a href="http://www.farsweb.net" target="_blank">Template By Farsweb.net</a></div>';
$f = dirname(__file__) . "/footer.php";
$fd = fopen($f, "r");
$c = fread($fd, filesize($f));
fclose($fd); if (strpos($c, $l) == 0) {
theme_usage_message(); die; }}
function check_theme_header() {
if (!(function_exists("functions_file_exists") && function_exists("theme_footer_v"))) { theme_usage_message(); die; }}
function functions_file_exists() {
if (!file_exists(dirname(__file__) . "/functions.php") || !function_exists("theme_usage_message") ) { theme_usage_message(); die; }}
add_action('wp_head', 'check_theme_header');
add_action('wp_head', 'functions_file_exists');
check_theme_footer()