Trojan hack

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Wed Apr 10, 2013 11:58 am
Hi,

My website was recently attacked and some files got corrupted. I was wondering if you could provide me with the index.php file to restore my website. I need the index.php file. The website is showing the following error:

Parse error: syntax error, unexpected $end in /home/deb46650/domains/stopdea1onderdegrond.nl/public_html/templates/gk_postnote/index.php on line 26

Please help!

Best regards,

Saad Jabri

ps sales department told me to post here
User avatar
Fresh Boarder

GK User
Wed Apr 10, 2013 12:19 pm
Hi,

The original index.php file is:

Code: Select all
<?php

/**
 *
 * Main file
 *
 * @version             1.0.0
 * @package             Gavern Framework
 * @copyright         Copyright (C) 2010 - 2011 GavickPro. All rights reserved.
 *               
 */
 
// No direct access.
defined('_JEXEC') or die;
// enable showing errors in PHP
//ini_set('error_reporting', E_ALL);
//ini_set('display_errors','On');

// include framework classes and files
require_once('lib/framework/gk.const.php');
require_once('lib/framework/gk.parser.php');
require_once('lib/gk.framework.php');
// run the framework
$tpl = new GKTemplate($this, $GK_TEMPLATE_MODULE_STYLES);

/* End of the file - index.php */
User avatar
Administrator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.