https://www.icyphoenix.com/viewtopic.php?f=35&t=1844
-----------------------------------
eDog
Sat 05 May, 2007 17:23

CTracker And New Link
-----------------------------------
When I insert a new link on a menu, I view this message
[quote]
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.[/quote]

CTracker is in Debug Mode = ON

Sorry for my bad English  :oops: 

====================================================================

Ciao a tutti, quando inserisco una nuova voce di menù in un menù che ho creato io CTracker mi avverte che può esserci stato un attacco

[quote]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.[/quote]

CTracker è un modalità Debug =On 

Qualche suggerimento?


-----------------------------------
eDog
Sat 05 May, 2007 17:47

Re: CTracker And New Link
-----------------------------------
I've resolved. For users have same problem

OPEN cms_menu.php

FIND

[code linenumbers=false]include($phpbb_root_path . 'common.' . $phpEx);[/code]

BEFORE, ADD

[code linenumbers=false]define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('menu_link');[/code]

====================================

Ho risolto, per chi ha il mio stesso problema


APRI cms_menu.php

CERCA

[code linenumbers=false]include($phpbb_root_path . 'common.' . $phpEx);[/code]

PRIMA

[code linenumbers=false]define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('menu_link');[/code]



W IcyPhoenix


-----------------------------------
Mighty Gorgon
Sun 06 May, 2007 18:51

Re: CTracker And New Link
-----------------------------------
Thanks for reporting.

I'll check if this is needed and eventually I'll add it to the package.


-----------------------------------
eDog
Sun 06 May, 2007 18:53

Re: CTracker And New Link
-----------------------------------
u welcome Mighty


