CT Tracker error with custom page


Subject: CT Tracker error with custom page
I am building a custom page that gives the warning
Quote:
CBACK CrackerTracker has detected a potential attack on this site with a worm
or exploit script so the Security System stopped the script.


The page uses a form to collect data and gives the warning above when using "method=Post", but no warning using "method=Get"

Try as I have, I can not figure this out.... can anyone steer me in the right direction ?

Profile PM  
Subject: Re: CT Tracker Error With Custom Page
tried with:
Code: [Download] [Hide]
  1. define('CT_SECLEVEL', 'MEDIUM');
  2.  

?

Profile PM  
Subject: Re: CT Tracker error with custom page
You can try how novice programmer suggest, or you can:

  • Disable CTracker totally in those pages by setting this:
    Code: [Download] [Hide] [Select]
    define('MG_KILL_CTRACK', true)

  • Enable CT debug and try to guess what fields needs to be escaped

Subject: Re: CT Tracker Error With Custom Page
I have a similar problem

I have tested the 'define('MG_KILL_CTRACK', true)' code in 1.14.14 and didn't work

I'd searched and I didn't find how how to activate debug mode
¿how can I activate it?

thanks

Subject: Re: CT Tracker Error With Custom Page
mimoson999 wrote: [View Post]
I have a similar problem

I have tested the 'define('MG_KILL_CTRACK', true)' code in 1.14.14 and didn't work

I'd searched and I didn't find how how to activate debug mode
¿how can I activate it?

thanks


For debugging:
open: ctraker/constants.php
search: define('DEBUG_MODE', false)
remplace with: define('DEBUG_MODE', true)


I mean, change the false with true

And try upgrading to 1.1.1.15b

Profile PM  
Subject: Re: CT Tracker Error With Custom Page
hey novice programmer, thanks for helping me so much

that solution work and the dedug tell me exactly what to do

i'll upgrade in the next version I think.

Subject: Re: CT Tracker error with custom page
My problem mysteriously resolved itself before I read your replies... but then reappeared when a form field contained a single quote.
I went into ct_security.php and added my form fields, which appears to have me going again.

Thanks novice and Mighty ... for the useful information.

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.161s (PHP: 20% SQL: 80%)
SQL queries: 10 - Debug Off - GZIP Enabled