Virus detected

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Mon Jun 29, 2015 12:01 pm
Hi gavick team
I received information form hosting company, that index.php file of my joomla instalation contain trojan:
../html/templates/gk_events/index.php (identifizierter Schädling: Php.Trojan.StopPost
I checked file and compared it with original one, but there is no modification.
Can be, that it is identified as infected file? (hosting company is Alfahosting.de)
Thank you for info.

KR
Michal
User avatar
Fresh Boarder

GK User
Mon Jun 29, 2015 1:06 pm
Hi,
Originally file should have only this code

Code: Select all
<?php

/**
 *
 * Main file
 *
 * @version             3.0.0
 * @package             Gavern Framework
 * @copyright         Copyright (C) 2010 - 2012 GavickPro. All rights reserved.
 *               
 */
 
// No direct access.
defined('_JEXEC') or die;
if(!defined('DS')){ define('DS',DIRECTORY_SEPARATOR); }

// enable showing errors in PHP
ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT);
ini_set('display_errors','On');
// Add JavaScript Frameworks
JHtml::_('bootstrap.framework');
// include framework classes and files
require_once('lib/gk.framework.php');
// run the framework
$tpl = new GKTemplate($this, $GK_TEMPLATE_MODULE_STYLES);

// EOF


which is safe, probably all our templates have this same code there.
User avatar
Platinum Boarder


cron