"HelterSkelter";p="20106" wrote:"sirap";p="19871" wrote:Hi Teelk,
I did follow the steps in KB, but I still cannot change my board configuration.
This is the DebugMode log :
- Code: Select all
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename: /admin/admin_board.php---------------- Request-Method: POST Matching rule: mail In variable: board_email_sigPossible solution:------------------ ##-----[ OPEN ]------------------------------------------#/admin/admin_board.php ##-----[ FIND ]------------------------------------------#require('./pagestart.' . $phpEx); ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('board_email_sig'); ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
I've add those two lines accordingly..but still not working.
Please help.
change "
define('CT_SECLEVEL', 'MEDIUM');"
to "
define('CT_SECLEVEL', 'LOW);"
Ok, for me the file edits dont work at all, and from some of the post I have seen I dont think Im the only one with this issue.
The only way I can get Cracker Tracker to ignore certain fields is to set the fields in the à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€¦Ã¢â‚¬Å“
$unchecked_post_fields à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€¦Ã¢â‚¬Å“ line in
ct_security.phpHere is how to add unchecked fields in the ct_security.php
Open
/ctracker/engines/ ct_security.phpFind]// Some fields in $HTTP_POST_VARS don't get checked to prevent wrong detection$unchecked_post_fields = array('username', 'password', 'subject', 'message', 'poll_title', 'poll_option', 'poll_delete', 'email', 'confirm_code', 'aim', 'msn', 'yim', 'interests', 'occupation', 'signature', 'website', 'location', 'search', 'sitename', 'word', 'replacement', 'help', 'last_msg', 'quote', 'dl', 'preview', 'post', 'mode', 'content', 'server_name', '.script_path', 'sitename', 'site_desc', 'disable_reg_msg', 'disable_msg', 'cookie', 'avatar', 'file', 'picture', 'filter', 'xs', 'edit', 'content', 'fileupload', 'filecomment', 'comment', 'rate', 'pic', 'search_author', 'add_poll_option_text' [/code]
After add the
fields that you need to be unchecked.
So if your log file says ]------------------------------------------
#
require('./pagestart.' . $phpEx);#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('long_desc','download_url');You would add
'long_desc', 'download_url' as the fields that you want to be unchecked.
Note] Make sure you follow the format of the ct_security.php file, notice that there are [color=red]spaces after the commas; also you should make a backup copy of your original ct_security.php before doing any editing.
From what I can tell from going over this file, this is actually the correct place to be adding fields that you dont want Cracker Tracker to check them when you add a mod.
You can also remove words trigger words such as à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€¦Ã¢â‚¬Å“andà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€š