Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Help With CT Debug Log And What It Means 
 
I am seeing this in my logfile:

Code: [Download] [Hide] [Select]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /adm/admin_forums.php
----------------

Request-Method: POST

Matching rule: or
In variable:   forum_rules

Matching rule: and
In variable:   forumdesc
In variable:   rules_custom_title

Matching rule: load
In variable:   forum_rules

Matching rule: '
In variable:   forumname
In variable:   forum_rules

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/adm/admin_forums.php

#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);

#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('forum_rules','forumdesc','rules_custom_title','forumname');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM


Only problem is that this line isn't in the admin_forums.php file

'include($phpbb_root_path . 'common.'.$phpEx);'

What do I do now? Is there something wrong with my file? I have never modified this file in anyway.


Thanks

-D1-
 




____________
Check out my new website:
Adult Forums - A place where everyone can fit in.
Currently running v1.1.10.25 RC3
 
darkoneSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Help With CT Debug Log And What It Means 
 
Hi

You can try this
OPEN adm/admin_forums.php
FIND
Code: [Download] [Hide] [Select]
include($phpbb_root_path . 'includes/functions_admin.' . $phpEx);

ADD BEFORE
Code: [Download] [Hide] [Select]
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('forum_rules','forumdesc','rules_custom_title','forumname');

or
OPEN adm/admin_forums.php
FIND
Code: [Download] [Hide] [Select]
include($phpbb_root_path . 'includes/functions_admin.' . $phpEx);

ADD BEFORE
Code: [Download] [Hide] [Select]
define('CT_SECLEVEL', 'LOW');
$ct_ignorepvar = array('forum_rules','forumdesc','rules_custom_title','forumname');

or
OPEN ctracker/engines/ct_security.php
FIND
Code: [Download] [Hide] [Select]
'current_email',

IN LINE AFTER ADD
Code: [Download] [Hide] [Select]
'forum_rules','forumdesc','rules_custom_title','forumname',

try it ....

Pepi
 



 
pepiSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Help With CT Debug Log And What It Means 
 
I think you can discard changes in ACP files, because I've disabled some CT functions in ACP, because there is an higher level of chek-in.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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