[Solved] CrackerTracker admin_email_users

Support for IntegraMOD 141

Moderator: Integra Moderator

[Solved] CrackerTracker admin_email_users

PostAuthor: Angelus » Sun Dec 13, 2009 9: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 9: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 4:27 pm
Cash on hand: 0.00

Re: CrackerTracker admin_email_users

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

have you tried this?

#
#-----[ AFTER, ADD ]------------------------------------------
#
Code: Select all
 define('CT_SECLEVEL''LOW');$ct_ignorepvar = array('remove'); 
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

Re: CrackerTracker admin_email_users

PostAuthor: Angelus » Sun Dec 13, 2009 2: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 4:27 pm
Cash on hand: 0.00

Re: CrackerTracker admin_email_users

PostAuthor: Helter » Sun Dec 13, 2009 3: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');
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

Re: CrackerTracker admin_email_users

PostAuthor: Angelus » Mon Dec 14, 2009 9: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 4:27 pm
Cash on hand: 0.00

Re: [Solved] CrackerTracker admin_email_users

PostAuthor: Helter » Mon Dec 14, 2009 10: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
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

Re: [Solved] CrackerTracker admin_email_users

PostAuthor: Angelus » Mon Dec 14, 2009 11: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 4:27 pm
Cash on hand: 0.00

Re: [Solved] CrackerTracker admin_email_users

PostAuthor: Helter » Mon Dec 14, 2009 1: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');
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x


Return to IntegraMOD 141

Who is online

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