- Postagens: 12
- Obrigados Recebidos: 0
- Fórum
- /
- Suporte Joomla
- /
- Administração
- /
- Joomla 2.x
- /
- [RESOLVIDO]Backend e site foram tracados por mensagem php
[RESOLVIDO]Backend e site foram tracados por mensagem php
- Viviane
- Autor do Tópico
- Offline
- JCB! Estagiário
Menos
Mais
12 anos 5 meses atrás #71705
por Viviane
Viviane created the topic: [RESOLVIDO]Backend e site foram tracados por mensagem php
Olá galera,
tenho um e-commerce joomla 2.5, vituemart 2.0.2. Estava tudo funcionando normalmente, não intalei nada de novo, já tem um bom tempo. Tudo funcionava normalmente, entrei pela manhã no backend e no site, tudo normal.
Já procurei em vários foruns, não vi nada parecido. O que pode ser? Ajuda aí pessoal.
Na parte da trade entrei e exibia essa mensagem:
<?php
/**
* @package Joomla.Administrator
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// Set flag that this is a parent file
define('_JEXEC', 1);
define('DS', DIRECTORY_SEPARATOR);
if (file_exists(dirname(__FILE__) . '/defines.php')) {
include_once dirname(__FILE__) . '/defines.php';
}
if (!defined('_JDEFINES')) {
define('JPATH_BASE', dirname(__FILE__));
require_once JPATH_BASE.'/includes/defines.php';
}
require_once JPATH_BASE.'/includes/framework.php';
require_once JPATH_BASE.'/includes/helper.php';
require_once JPATH_BASE.'/includes/toolbar.php';
// Mark afterLoad in the profiler.
JDEBUG ? $_PROFILER->mark('afterLoad') : null;
// Instantiate the application.
$app = JFactory::getApplication('administrator');
// Initialise the application.
$app->initialise(array(
'language' => $app->getUserState('application.lang')
));
// Mark afterIntialise in the profiler.
JDEBUG ? $_PROFILER->mark('afterInitialise') : null;
// Route the application.
$app->route();
// Mark afterRoute in the profiler.
JDEBUG ? $_PROFILER->mark('afterRoute') : null;
// Dispatch the application.
$app->dispatch();
// Mark afterDispatch in the profiler.
JDEBUG ? $_PROFILER->mark('afterDispatch') : null;
// Render the application.
$app->render();
// Mark afterRender in the profiler.
JDEBUG ? $_PROFILER->mark('afterRender') : null;
// Return the response.
echo $app;
OBS. esta mensagem aparece tanto no backend quanto na pág. inicial do site.
Obrigada!
tenho um e-commerce joomla 2.5, vituemart 2.0.2. Estava tudo funcionando normalmente, não intalei nada de novo, já tem um bom tempo. Tudo funcionava normalmente, entrei pela manhã no backend e no site, tudo normal.
Já procurei em vários foruns, não vi nada parecido. O que pode ser? Ajuda aí pessoal.
Na parte da trade entrei e exibia essa mensagem:
<?php
/**
* @package Joomla.Administrator
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// Set flag that this is a parent file
define('_JEXEC', 1);
define('DS', DIRECTORY_SEPARATOR);
if (file_exists(dirname(__FILE__) . '/defines.php')) {
include_once dirname(__FILE__) . '/defines.php';
}
if (!defined('_JDEFINES')) {
define('JPATH_BASE', dirname(__FILE__));
require_once JPATH_BASE.'/includes/defines.php';
}
require_once JPATH_BASE.'/includes/framework.php';
require_once JPATH_BASE.'/includes/helper.php';
require_once JPATH_BASE.'/includes/toolbar.php';
// Mark afterLoad in the profiler.
JDEBUG ? $_PROFILER->mark('afterLoad') : null;
// Instantiate the application.
$app = JFactory::getApplication('administrator');
// Initialise the application.
$app->initialise(array(
'language' => $app->getUserState('application.lang')
));
// Mark afterIntialise in the profiler.
JDEBUG ? $_PROFILER->mark('afterInitialise') : null;
// Route the application.
$app->route();
// Mark afterRoute in the profiler.
JDEBUG ? $_PROFILER->mark('afterRoute') : null;
// Dispatch the application.
$app->dispatch();
// Mark afterDispatch in the profiler.
JDEBUG ? $_PROFILER->mark('afterDispatch') : null;
// Render the application.
$app->render();
// Mark afterRender in the profiler.
JDEBUG ? $_PROFILER->mark('afterRender') : null;
// Return the response.
echo $app;
OBS. esta mensagem aparece tanto no backend quanto na pág. inicial do site.
Obrigada!
Please Entrar ou Registrar to join the conversation.
- Diego Lucca
- Offline
- JCB! Hero
12 anos 5 meses atrás #71707
por Diego Lucca
Diego Lucca
DG Company - Companhia Digital
www.dgcompany.com.br
Diego Lucca replied the topic: Re: Backend e site foram tracados por mensagem php
ja chegou a checar com sua hospedagem se foi realizada alguma atualização no servidor? mysql, php apache, qualquer coisa do genero?
Diego Lucca
DG Company - Companhia Digital
www.dgcompany.com.br
Please Entrar ou Registrar to join the conversation.
- Viviane
- Autor do Tópico
- Offline
- JCB! Estagiário
Menos
Mais
- Postagens: 12
- Obrigados Recebidos: 0
12 anos 5 meses atrás #71714
por Viviane
Viviane replied the topic: Re: Backend e site foram tracados por mensagem php
Ok Diego já fiz isso acabei de abrir um ticket. Acabei de tentar entrar pelo FTP e pelo painel de controle e não abre. Ontem ainda abriu, mas hj nada, não entra.
Please Entrar ou Registrar to join the conversation.
- Uriel
- Offline
- JCB! Legend
12 anos 5 meses atrás #71715
por Uriel
Uriel replied the topic: Re: Backend e site foram tracados por mensagem php
Isso é do proprio \Joomla!!
Acho que alguém entrou em seu site e apagou alguma coisa!!!
Pois ta dizendo aque falta um monte de coisa dentro do Joomla!!
VC usa https que é SSL ?? para lojas isso é primordial!
abraço
Acho que alguém entrou em seu site e apagou alguma coisa!!!
Pois ta dizendo aque falta um monte de coisa dentro do Joomla!!
VC usa https que é SSL ?? para lojas isso é primordial!
abraço
Please Entrar ou Registrar to join the conversation.
- Viviane
- Autor do Tópico
- Offline
- JCB! Estagiário
Menos
Mais
- Postagens: 12
- Obrigados Recebidos: 0
12 anos 5 meses atrás #71729
por Viviane
Viviane replied the topic: Re: Backend e site foram tracados por mensagem php
Olá pessoal chegou a resposta do ticket da hospedagem , parece que o servidor está desconectado pois encontraram irregularidades e o mesmo está sendo auditado. Vamos ver se quando estabilizarem o meu site volta ao normal ou se foi mesmo invadido.... Valeu pessoal pela ajuda. Assim que normalizar a hospegagem, se tudo voltar ao normal, fecho como resolvido. Valeu.
Please Entrar ou Registrar to join the conversation.