The Website is GONE! showing only codes - Joomla! Forum - community, help and support


hi

i should im not expert on joomla, lately had problems site, attack issues besides have major issue, have never seen kind error 2-3 years of using joomla.

i don't want post site because im cleaning attack issue...but every time try browse it...it gives me code

code: select all

/** * @version $id: index.php 11407 2009-01-09 17:23:42z willebil $ * @package joomla * @copyright copyright (c) 2005 - 2009 open source matters. rights reserved. * @license gnu/gpl, see license.php * joomla! free software. version may have been modified pursuant * gnu general public license, , distributed includes or * derivative of works licensed under gnu general public license or * other free or open source software licenses. * see copyright.php copyright notices , details. */ // set flag 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 application * * note : */ $mainframe =& jfactory::getapplication('site'); /** * initialise application * * note : */ // set language $mainframe->initialise(); jpluginhelper::importplugin('system'); // trigger onafterinitialise events jdebug ? $_profiler->mark('afterinitialise') : null; $mainframe->triggerevent('onafterinitialise'); /** * route application * * note : */ $mainframe->route(); // authorization $itemid = jrequest::getint( 'itemid'); $mainframe->authorize($itemid); // trigger onafterroute events jdebug ? $_profiler->mark('afterroute') : null; $mainframe->triggerevent('onafterroute'); /** * dispatch application * * note : */ $option = jrequest::getcmd('option'); $mainframe->dispatch($option); // trigger onafterdispatch events jdebug ? $_profiler->mark('afterdispatch') : null; $mainframe->triggerevent('onafterdispatch'); /** * render application * * note : */ $mainframe->render(); // trigger onafterrender events jdebug ? $_profiler->mark('afterrender') : null; $mainframe->triggerevent('onafterrender'); /** * return response */ echo jresponse::tostring($mainframe->getcfg('gzip'));


i access administrator area. have no idea code for...but great if helps me.

by way, here info of site

php built on: windows nt iis405 5.2 build 3790
database version: 5.0.41-community-log
database collation: utf8_general_ci
php version: 4.4.9
web server: microsoft-iis/6.0
web server php interface: cgi-fcgi
joomla! version: joomla! 1.5.10 production/stable [ wohmamni ] 27-march-2009 23:00 gmt


thanks

greetings:

all versions of joomla prior 1.5.15 vulnerable. please upgrade.

do review http://docs.joomla.org/vulnerable_extensions_list in case using vulnerable extensions.

you using version of php fail on pci security scan. please consider upgrading @ least php 5.2.10.

being on windows (this opinion / experience) makes matters more difficult because i've yet see / experience windows server secured tight unix-based server unless pull network card out of windows server.

the code itself, , granted did not read line line, not appear malicious.

if web server serving code rather executing code show html either there's other things in page didn't display, or (if everything) web server needs told php (your hosting provider should able in area).

thank you.





Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい