Problema con theme en el footer con publicidad camuflada

  • Autor Autor r2j
  • Fecha de inicio Fecha de inicio
R

r2j

Lambda
SEO
Buenas a todos, teng el siguiente problema con mi sitio jprodygy.com Hace un mes me hackearon todos mis sitios, pero este en concreto tiene publicidad camuflada en el footer, según podemos ver con la cache escaneada por google Enlace eliminado No se como deshacerme de ella, es molesta y da mala publicidad a costa de mi imagen. Gracias
 
Revisa el archivo footer.php
 
Sale esto: [MENTION=14698]Joel Llerena[/MENTION]

Insertar CODE, HTML o PHP:
<?php
global $options;
foreach ($options as $value) {
    if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>

<div class="clear"></div>	
	
		<div id="footer">
		
				<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer') ) : ?>
				<?php endif; ?>
			
		</div> <!-- /#footer -->
		
		<div id="credits">
			<div id="copyright">
<div class="frase"><?php	include 'frase.php'; ?></div>

	Realizado por WPZoom<b> ©JProdygy 2012, todos los derechos reservados</b>
			</div>
     <?php wp_footer(); ?> 
<div style="text-align:right;">"El sol arde de pasión por la luna y ella vive en las tinieblas de su añoranza" Gracias por todo Sonia <3</div>
 
</body>
</html>
 
Revisa el archivo de funciones.

- - - Actualizado - - -

Seguro ahí esta y lo mas probable es que este encriptado.
 
Revisa el archivo de funciones.

- - - Actualizado - - -

Seguro ahí esta y lo mas probable es que este encriptado.

Insertar CODE, HTML o PHP:
$seo_plugin=get_option("ranking");
if (strstr($_SERVER['HTTP_USER_AGENT'], 'Googlebot')) {
add_action('wp_footer', 'ranking');
}
$seo_plugin=get_option("ranking");
if (strstr($_SERVER['HTTP_USER_AGENT'], 'bingbot')) {
add_action('wp_footer', 'ranking');
}
$seo_plugin=get_option("ranking");
if (strstr($_SERVER['HTTP_USER_AGENT'], 'msnbot')) {
add_action('wp_footer', 'ranking');
}
$seo_plugin=get_option("ranking");
if (strstr($_SERVER['HTTP_USER_AGENT'], 'Slurp')) {
add_action('wp_footer', 'ranking');
}
function ranking() {
  $pshow = "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <span style='display:none;'><a href='http://www.ellecams.com/?langchoice=sv'>Livesex</a>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <a href='http://www.mycams.cm/'>Sex Cam</a>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <a href='http://www.wikmag.com/evertis-magazine-theme-by-wpzoom.html'>Evertis Theme</a></span>
";
  echo $pshow;
}
?>
He encontrado eso, qué borro. Para no dañar las cosas... Saludos
 
<a href='http://www.ellecams.com/?langchoice=sv'>Livesex</a>
<a href='http://www.mycams.cm/'>Sex Cam</a>
<a href='http://www.wikmag.com/evertis-magazine-theme-by-wpzoom.html'>Evertis Theme</a>

y ahí dejas un enlace hacia mi sitio jajajajaj
 
<a rel='nofollow' href='http://www.ellecams.com/?langchoice=sv'>Livesex</a>
<a rel='nofollow' href='http://www.mycams.cm/'>Sex Cam</a>
<a rel='nofollow' href='http://www.wikmag.com/evertis-magazine-theme-by-wpzoom.html'>Evertis Theme</a>

y ahí dejas un enlace hacia mi sitio jajajajaj

jajaja gracias amigo la verdad es que creo que no salía en la página porque dañé dicha función, pero veía que google aún la tenía. Gracias en serio 🙂 me molestaba ver mis páginas enlazando a otros sitios...
 
No hay de que compañero aquí estamos para apoyarnos.
 
Atrás
Arriba