cracker Tracker und cash-Shop Mod
Verfasst: 25.03.2007 01:50
Hallo, jedesmal wenn ich unter Cash-Shop Mod ein Item editieren möchte, kommt dieser Fehler.
Wenn ich da Debug Modus laufen lasse und die Anleitung ausführe: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.
kommt der Fehler trotzdem. Was soll ich machen?++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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