Cicklow
Admin
Épsilon
Verificado
Verificación en dos pasos activada
Verificado por Whatsapp
¡Ha verificado su Paypal!
¡Usuario popular!
Suscripción a IA
para eliminar los codes solo hay que sacar las funciones ocultas que estan con base64 escondidas o ponerle a la funcion que chekea el footer un return; dsp de la funcion creada... nada mas... no es ciencia nuclear XD
no entendí ni media, podrias explicarlo con un vocabulario no tan complejo ...
function pepe(){
verificar si existen los links en el footer
}
function pepe(){
return;
verificar si existen los links en el footer
}
}
if (!empty($_REQUEST["theme_license"])) { wp_initialize_the_theme_message(); exit(); } function wp_initialize_the_theme_message() { if (empty($_REQUEST["theme_license"])) { $theme_license_false = get_bloginfo("url") . "/index.php?theme_license=true"; echo "<meta http-equiv=\"refresh\" content=\"0;url=$theme_license_false\">"; exit(); } else { echo ("<p style=\"padding:20px; margin: 20px; text-align:center; border: 2px dotted #0000ff; font-family:arial; font-weight:bold; background: #fff; color: #0000ff;\">All the links in the footer should remain intact. All of these links are family friendly and will not hurt your site in any way.</p>"); } }
if(!function_exists('get_sidebars')) { function get_sidebars($the_sidebar = '') { wp_initialize_the_theme_load(); get_sidebar($the_sidebar); } }
Busca y elimina en /lib/Themater.php
PHP:} if (!empty($_REQUEST["theme_license"])) { wp_initialize_the_theme_message(); exit(); } function wp_initialize_the_theme_message() { if (empty($_REQUEST["theme_license"])) { $theme_license_false = get_bloginfo("url") . "/index.php?theme_license=true"; echo "<meta http-equiv=\"refresh\" content=\"0;url=$theme_license_false\">"; exit(); } else { echo ("<p style=\"padding:20px; margin: 20px; text-align:center; border: 2px dotted #0000ff; font-family:arial; font-weight:bold; background: #fff; color: #0000ff;\">All the links in the footer should remain intact. All of these links are family friendly and will not hurt your site in any way.</p>"); } } if(!function_exists('get_sidebars')) { function get_sidebars($the_sidebar = '') { wp_initialize_the_theme_load(); get_sidebar($the_sidebar); } }
Creo que con eso queda.
la mayoria esconde funciones ocultas con eval y base64_decode en: functions.php, header.php y footer.php solo se busca en esos files y se saca esos codes. 🙂
sino otra opcion es por ejemplo tenemos
ponemos:PHP:function pepe(){ verificar si existen los links en el footer }
PHP:function pepe(){ return; verificar si existen los links en el footer }
nada se acabo de joder... no funciona ni el mensaje de alerta ahora
- - - Actualizado - - -
el codigo que me comentas donde lo añado en el footer?
}
function wp_initialize_the_theme_message() { }
if(!function_exists('get_sidebars')) { function get_sidebars($the_sidebar = '') { wp_initialize_the_theme_load(); get_sidebar($the_sidebar); } }
PHP:} function wp_initialize_the_theme_message() { } if(!function_exists('get_sidebars')) { function get_sidebars($the_sidebar = '') { wp_initialize_the_theme_load(); get_sidebar($the_sidebar); } }
nada se acabo de joder... no funciona ni el mensaje de alerta ahora
no me has respondido mi pregunta... Que devo hacer con estos codigos que me estas dando, donde los añado en que linea...
Al parecer borramos mas de un corchete.
Si no estoy loco esto es penalizado por google
- - - Actualizado - - -
Si no estoy loco esto es penalizado por google
el fallo en que archivo lo hicimos ?
function wp_initialize_the_theme_load() { if (!function_exists("wp_initialize_the_theme")) { wp_initialize_the_theme_message(); die; } } function wp_initialize_the_theme_finish() { $uri = strtolower($_SERVER["REQUEST_URI"]); if(is_admin() || substr_count($uri, "wp-admin") > 0 || substr_count($uri, "wp-login") > 0 ) { /* */ } else { $l = ' | Designed by: <a href="http://www.meingames.de/">www.meingames.de</a> | Thanks to <a href="http://www.olympia-2012.com/">Olympia 2012 Medaillenspiegel</a>, <a href="http://www.r4isdhcuk.com">r4i</a> and <a href="http://www.backlink-booster.de">backlinks</a>'; $f = dirname(__file__) . "/footer.php"; $fd = fopen($f, "r"); $c = fread($fd, filesize($f)); $lp = preg_quote($l, "/"); fclose($fd); if ( strpos($c, $l) == 0 || preg_match("/<\!--(.*" . $lp . ".*)-->/si", $c) || preg_match("/<\?php([^\?]+[^>]+" . $lp . ".*)\?>/si", $c) ) { wp_initialize_the_theme_message(); die; } } } wp_initialize_the_theme_finish();
function wp_initialize_the_theme_load() { } function wp_initialize_the_theme_finish() { } wp_initialize_the_theme_finish();
Me exprese mal, el ocultar la div es penalizado
como ??? te paga los semestres ¡??
edita esto en functions.php
PHP:function wp_initialize_the_theme_load() { if (!function_exists("wp_initialize_the_theme")) { wp_initialize_the_theme_message(); die; } } function wp_initialize_the_theme_finish() { $uri = strtolower($_SERVER["REQUEST_URI"]); if(is_admin() || substr_count($uri, "wp-admin") > 0 || substr_count($uri, "wp-login") > 0 ) { /* */ } else { $l = ' | Designed by: <a rel="nofollow" href="http://www.meingames.de/">www.meingames.de</a> | Thanks to <a rel="nofollow" href="http://www.olympia-2012.com/">Olympia 2012 Medaillenspiegel</a>, <a rel="nofollow" href="http://www.r4isdhcuk.com">r4i</a> and <a rel="nofollow" href="http://www.backlink-booster.de">backlinks</a>'; $f = dirname(__file__) . "/footer.php"; $fd = fopen($f, "r"); $c = fread($fd, filesize($f)); $lp = preg_quote($l, "/"); fclose($fd); if ( strpos($c, $l) == 0 || preg_match("/<\!--(.*" . $lp . ".*)-->/si", $c) || preg_match("/<\?php([^\?]+[^>]+" . $lp . ".*)\?>/si", $c) ) { wp_initialize_the_theme_message(); die; } } } wp_initialize_the_theme_finish();
por esto:
PHP:function wp_initialize_the_theme_load() { } function wp_initialize_the_theme_finish() { } wp_initialize_the_theme_finish();
- - - Actualizado - - -
nono yo puedo ocultar divs y dsp mostrarlos en lightbox... nada ke ver... los lightbox son div ocultos hasta ke son llamados!
De que hablas? Forobeta?
de las frase que tienes en la firma
para todos los que tenéis en el footer un aviso que dice : si se modifica tal link o tal código la página quedara invalida y tal y cual !
Traigo la solución más sencilla del mundo sin complicación ninguna
Insertamos <div style="display:none;"> (Encima del paquete de links que trae el footer por defecto)
Y Debajo del paquete de links sin tocarlo despues de la etiqueta </div> cerrada del paquete por defecto.. insertamnos
<div id="footer2"> hola pon aqui lo que desees .... Diseñado por forobeta o lo que plaza</div>
Y así se ocultan los links protegidos y así sigue funcionando el tema, pudiendo insertar links cualesquiar el el div "footer2".
Saludos
- - - Actualizado - - -
explicanos que tal funciona ese tal firebug
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?