[Solved] CrackerTracker admin_email_users

Support for IntegraMOD 141

Moderator: Integra Moderator

[Solved] CrackerTracker admin_email_users

PostAuthor: Angelus » Sun Dec 13, 2009 8:43 am

Hello,

I have some problems deleting users from Mass Email and PMs list (General Admin-> Mass Email and PMs) . I get the Ctracker error message with this hint how to fix it:

Code: Select all
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename]------------------------------------------#/admin/admin_email_users.php  ##-----[ FIND ]------------------------------------------#require('./pagestart.' . $phpEx);  ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('remove');  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM  


I tried this fix but still have the same problem. I fixed some errors using the hints in the logmanager but this one does obviously not work. Anyone can help?

Greetings and thanks
Thorsten
Last edited by Angelus on Mon Dec 14, 2009 8:10 am, edited 1 time in total.

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Re: CrackerTracker admin_email_users

PostAuthor: Helter » Sun Dec 13, 2009 12:29 pm

have you tried this?

#
#-----[ AFTER, ADD ]------------------------------------------
#
Code: Select all
 define('CT_SECLEVEL''LOW');$ct_ignorepvar = array('remove'); 
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: CrackerTracker admin_email_users

PostAuthor: Angelus » Sun Dec 13, 2009 1:39 pm

Hi Helter,

yes I tried it. But unfortunately this did not solve the problem. Log message still the same.

Greetings
Thorsten

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Re: CrackerTracker admin_email_users

PostAuthor: Helter » Sun Dec 13, 2009 2:48 pm

FIND
Code: Select all
if( !empty($setmodules) ){     $file = basename(__FILE__);     $module['General']['Mass_Email_Users'] = $file;     return;}  define('IN_PHPBB', true);


AFTER, ADD

Code: Select all
define('CT_SECLEVEL', 'LOW');$ct_ignorepvar = array('remove');
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: CrackerTracker admin_email_users

PostAuthor: Angelus » Mon Dec 14, 2009 8:10 am

Hi solved the problem (even with MEDIUM level). I'm no real programmer but it is interesting that to shift the 2 inserted lines 4 lines upper solves the problem <img>

Thanks very much!!!!

Greetings
Thorsten

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Re: [Solved] CrackerTracker admin_email_users

PostAuthor: Helter » Mon Dec 14, 2009 9:48 am

the ctracker code should almost always go right after the
define('IN_PHPBB', true); or the root path definition. That tells CTracker that the file is fine to run before any other code is attempted
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: [Solved] CrackerTracker admin_email_users

PostAuthor: Angelus » Mon Dec 14, 2009 10:08 am

Ok thanks for the explanation.

Greetings
Thorsten

Angelus
Integra Member
Integra Member
 
Posts: 182
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 30, 2006 3:27 pm
Cash on hand: 0.00

Re: [Solved] CrackerTracker admin_email_users

PostAuthor: Helter » Mon Dec 14, 2009 12:44 pm

I spoke too soon. It actually only tells CTracker that the included variable is ok to run. In this case it is "remove". If you needed to add another var, you would add it as

define('CT_SECLEVEL', 'LOW');
$ct_ignorepvar = array('remove' , 'other var');
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3


Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Google [Bot]