Page 1 of 1

Craker Tracker error on mass email & PM's

PostPosted: Thu Jun 28, 2007 8:49 am
Author: shamroc
Can anyone offer a fix for this? I can't mass email or PM cos of the error.

THanks

Re: Craker Tracker error on mass email & PM's

PostPosted: Thu Jun 28, 2007 10:10 am
Author: Helter

Re: Craker Tracker error on mass email & PM's

PostPosted: Fri Jun 29, 2007 1:19 am
Author: shamroc
Hi, thanks for that, but I could not see the fix to repair the CTracker error I get when I want to do a mass PM or email.

Can you point me to the right solution?

Thanks

Re: Craker Tracker error on mass email & PM's

PostPosted: Fri Jun 29, 2007 6:39 am
Author: Helter
in the first post there is a Knowlege base link that explains how to fix the CTracker blocks
http://www.integramod.com/forum/kb.php? ... ticle&k=22
A few members have reported that the fix for mass email does not work, however I have applied it to 9 boards and it works fine for me

Code: Select all
##-----[ OPEN ]------------------------------------------#/forum/admin/admin_email_users.php  ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1);  ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'LOW');$ct_ignorepvar = array('send');  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM


*note CTracker always suggests ('CT_SECLEVEL', 'MEDIUM'); Sometimes MEDIUM does not work, so replace with ('CT_SECLEVEL', 'LOW');

Re: Craker Tracker error on mass email & PM's

PostPosted: Mon Jul 02, 2007 8:43 am
Author: shamroc
Hi Helter

Which file is the above in, Ct_security.php?

Thanks

Re: Craker Tracker error on mass email & PM's

PostPosted: Mon Jul 02, 2007 5:41 pm
Author: Helter
/forum/admin/admin_email_users.php

Re: Craker Tracker error on mass email & PM's

PostPosted: Tue Jul 03, 2007 2:53 pm
Author: Ezra
"HelterSkelter";p="26933" wrote:in the first post there is a Knowlege base link that explains how to fix the CTracker blocks
http://www.integramod.com/forum/kb.php? ... ticle&k=22
A few members have reported that the fix for mass email does not work, however I have applied it to 9 boards and it works fine for me


I'm one of those users...on my board this fix won't work. But, I have to say that I don't get the "usual" pink box from CT. When I try to add a user to the list of people to send an email to, it says "Hacking attempt!" So, is this really a CT error?

I searched all files of my forum and about 20 or so contains this message "Hacking attempt!" I don't know what's going wrong, but I know it's rather anoying <img>. I would really appreciate if someone could look into this further, because I don't know why the forum gives me this message when I just try to add a user to the email-list.

Thanks!
Ezra

Re: Craker Tracker error on mass email & PM's

PostPosted: Tue Jul 03, 2007 8:04 pm
Author: Helter
Hacking attempt is not a CT message, it is a php warning and often is the result of incorrect cookie settings. When your cookie settings are wrong, it causes you to access files either differently, or in a logged out manner. I do not know how to describe this better, but you should use the cookieMOD from the download section, then delete your browser cache. You could also try changing your email settings in acp/general admin/configuration. If your using php mail, try using smtp.

Re: Craker Tracker error on mass email & PM's

PostPosted: Tue Jul 03, 2007 10:31 pm
Author: shamroc
Thank you for your support Helter.

It worked a treat.

Shamroc.

Re: Craker Tracker error on mass email & PM's

PostPosted: Sun Jul 08, 2007 1:39 pm
Author: Ezra
"HelterSkelter";p="27017" wrote:Hacking attempt is not a CT message, it is a php warning and often is the result of incorrect cookie settings. When your cookie settings are wrong, it causes you to access files either differently, or in a logged out manner. I do not know how to describe this better, but you should use the cookieMOD from the download section, then delete your browser cache. You could also try changing your email settings in acp/general admin/configuration. If your using php mail, try using smtp.


Aarghh! This is driving me crazy. I used the cookieMOD, cleared my browser cache...still the same message "Hacking Attempt". So, I tried to switch the email settings to smpt and back to php....same result. I really don't know what's wrong here, I just know I don't like it <img>

If you have another idea of what it may be, please let me know... I just don't know why it's not working here. I have a standard IM141, no mods added or anything.

Thanks anyway for your help HS! I hope you can come up with another solution for this.

Re: Craker Tracker error on mass email & PM's

PostPosted: Mon Jul 09, 2007 4:13 pm
Author: rtanner83080
"Ezra";p="27106" wrote:Aarghh! This is driving me crazy. I used the cookieMOD, cleared my browser cache...still the same message "Hacking Attempt". So, I tried to switch the email settings to smpt and back to php....same result. I really don't know what's wrong here, I just know I don't like it <img>

If you have another idea of what it may be, please let me know... I just don't know why it's not working here. I have a standard IM141, no mods added or anything.

Thanks anyway for your help HS! I hope you can come up with another solution for this.


I seem to be having the same problem too. I installed the cookieMOD but still get a message saying Hacking Attempt.