hab de Shop MOD von Zarth und wenn ich im ACP beim Shop MOD auf Update klicke, kommt diese Meldung vom Ctracker
Habe den Debug Modus eingeschaltet und habe bei den Einträgen bei "Logmanager" dieses nun drin stehen:SECURITY ALERT » » » »
CBACK CrackerTracker has detected a potential attack on this site with a worm or exploit script so the Security System stopped the script.
If you can see this page after including a new MOD into your board or after clicking on a link please contact the Board Administrator with this error message and a description what you have done before you could see this page, that the Admin has the possibility to fix the problem.
Code: Alles auswählen
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /admin/admin_shop.php
----------------
Request-Method: POST
Matching rule: globals
In variable: action
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/admin/admin_shop.php
#
#-----[ FIND ]------------------------------------------
#
require('./pagestart.' . $phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('action');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Könnte mir einer dieses krume da in Ordung bringen? Es ist schon bereits so gewesen... Hab den MOD nochmals rutergeladen und hab nachgeschaut!
Das Copyright habe ich bereits wieder ins normale Zustand verbessert.
Code: Alles auswählen
/***************************************************************************
* admin_shop.php
* -------------------
* Version : 3.0.2
* website : http://www.zarath.com
*
***************************************************************************/
/***************************************************************************
*
* copyright (C) 2002-2006 Zarath
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.,
*
* http://www.gnu.org/copyleft/gpl.html
*
***************************************************************************/
Danke im Vorraus
Gruß SüLeYmAn