Page 1 of 1

ctracker - is there a patch for it?

PostPosted: Sat Jan 03, 2009 9:43 am
Author: danieln
help!

i've beed getting this message very frequently:

----------------------------
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.
-----------------------------

i get it so randomly that even when i upload a photo also i get this same problem. can any one help me?

i tried searching the forum but it's pointing to the tell a friend & viewtopic etc solving method only, i wonder if there is a master file that can be corrected to solve all this problems?

thanks!

Re: ctracker - is there a patch for it?

PostPosted: Sat Jan 03, 2009 10:43 am
Author: danieln
IE shows an error icon at the bottom left with this message:

line: 1189
char: 14
error: expected '{'
code: 0

file: album_upload.php

and the error code it is pointing to is this:

var pageTracker = _gat._getTracker("UA-253936-10");

hope someone here can help.

Re: ctracker - is there a patch for it?

PostPosted: Sat Jan 03, 2009 1:42 pm
Author: Helter
have you added any ctracker debug code to album_upload.php?

If you continue to have trouble with ctracker you can temporarily disable it.
OPEN
forum root/common.php
FIND
Code: Select all
include($phpbb_root_path . 'ctracker/engines/ct_security.' . $phpEx);

REPLACE WITH
Code: Select all
// include($phpbb_root_path . 'ctracker/engines/ct_security.' . $phpEx);


Please be aware that by doing this, you disable all the protection that Cracker Tracker provides and you possibly put your forum at risk.
It is best if you disable Ctracker that you do daily db backups and at least weekly file backups

Re: ctracker - is there a patch for it?

PostPosted: Sun Jan 04, 2009 5:21 am
Author: danieln
i can't seem to find the constants.php file in the root folder, but i found one in the 'includes' folder.

but i could not find the line of code you mentioned above. <img>

the closest line i found is this:

Code: Select all
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);  


also i have not added any extra ctracker debug code to any files and i am using the 141 version downloaded from this site.

i would help if you can show me where to disable the ctracker too so that i can sometimes disable it especially then i am working on the admin panel.

thanks!

Re: ctracker - is there a patch for it?

PostPosted: Sun Jan 04, 2009 5:36 am
Author: danieln
after look through other files, i found the line at

root/common.php file

i've commented out that line. but is that the correct way to disable ctracker?

Re: ctracker - is there a patch for it?

PostPosted: Sun Jan 04, 2009 12:29 pm
Author: Helter
oops, my mistake I was workinbg in contstants.php at the time.
Yes common is the correct file