Seite 1 von 1

cracker Tracker und cash-Shop Mod

Verfasst: 25.03.2007 01:50
von nasir
Hallo, jedesmal wenn ich unter Cash-Shop Mod ein Item editieren möchte, kommt dieser Fehler.
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.
Wenn ich da Debug Modus laufen lasse und die Anleitung ausführe:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /admin/admin_shop_item.php
----------------

Request-Method: POST

Matching rule: "
In variable: new_item_desc

Matching rule: usr
In variable: new_item_name

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/admin/admin_shop_item.php

#
#-----[ FIND ]------------------------------------------
#
require('./pagestart.' . $phpEx);

#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('new_item_desc','new_item_name');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
kommt der Fehler trotzdem. Was soll ich machen?

Verfasst: 25.03.2007 11:00
von Parse Error
Hi,

ändere mal

define('CT_SECLEVEL', 'MEDIUM');

zu

define('CT_SECLEVEL', 'LOW');

Außerdem darf in der Datei nur eine Zeile sein, die mit

$ct_ignorepvar = array

beginnt. Also ggf. das Array erweitern ('1','2','3','4') usw.

P.E.

Verfasst: 25.03.2007 23:05
von nasir
thx hab das Array erweitert. ;)