cracker Tracker und cash-Shop Mod

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
nasir
Mitglied
Beiträge: 125
Registriert: 14.03.2005 16:05
Kontaktdaten:

cracker Tracker und cash-Shop Mod

Beitrag 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?
Parse Error
Mitglied
Beiträge: 272
Registriert: 27.12.2006 20:44
Kontaktdaten:

Beitrag 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.
nasir
Mitglied
Beiträge: 125
Registriert: 14.03.2005 16:05
Kontaktdaten:

Beitrag von nasir »

thx hab das Array erweitert. ;)
Antworten

Zurück zu „phpBB 2.0: Mod Support“