Moderator: Integra Moderator
$ct_ignorepvar = array('create','delete','name','icon');
$ct_ignorepvar = array('create','delete','name','icon','desc');
"ZacFields";p="20705" wrote:Skywalker,
None of the files in that edit should have been included in any of your modifications except maybe the profile.php file.
However, today I am working on a patch that will include all those fixes and they will all be in one file. Once I am done with this and done testing, I will update this patch and it will be as simple as just over-riding that one file (and it's a cracker-tracker file so you'll have no preexisting modifications to it).
I dont' know when it will be done... very soon <img>
Zac
"ScottDaMan";p="21154" wrote:HoRuZ, that is very off because it includes the fix for adding, modifying, and deleting forums. Its posted elsewhere but the original admin/admin_forums_extend.php has
- Code: Select all
$ct_ignorepvar = array('create','delete','name','icon');
and you need
- Code: Select all
$ct_ignorepvar = array('create','delete','name','icon','desc');
Are you sure you replaced this file on your forum?
// Some fields in $HTTP_POST_VARS don't get checked to prevent wrong detection
$unchecked_post_fields = array ('meta_de.scription','meta_keywords', 'meta_copyright', 'long_desc',
'board_disable_msg', 'site_desc', 'smtp_host', 'donate_de.scription',
'user_realname', 'avatarurl', 'style_user_icq', 'user_email',
'style_username','style_user_online','style_user_avatar',
'style_user_rank_title','style_user_from','style_user_gender',
'style_user_age','style_user_posts','style_user_cashtp',
'style_user_country', 'style_user_warnings', 'style_user_owntitle',
'forum_desc', 'field_det_explain', 'desc', 'create', 'delete', 'name',
'icon', 'cat_desc', 'icon_desc');
"Wiked";p="24341" wrote:I tried the new patch and still get the errors when trying to go into PCP and try to adjust [tables linked, values list & Classes].
s there anyways you can turn off the security for jsut one piece, like have it ignore the rules for that issue?
define('CT_SECLEVEL', 'LOW');$ct_ignorepvar = array('deleteusers');
define('CT_SECLEVEL', 'LOW');$ct_ignoregvar = array('deleteusers','users');
define('CT_SECLEVEL', 'LOW');$ct_ignorepvar = array('style_username','style_user_online','style_user_avatar','style_user_from','style_user_regdate','style_user_gender','style_user_age','style_user_posts','style_user_cashpr','style_user_cashtp','style_user_holidays','style_user_country','style_user_warnings','style_user_sig','style_user_photo','style_user_birthday','style_user_pm','style_user_album','style_user_email','style_user_website','style_user_aim','style_user_yim','style_user_msnm','style_user_skype','style_user_icq','style_user_rank_title','style_user_session_time','style_user_session_page','style_user_my_friend','style_user_my_ignore','style_user_posts_stat');
Registered users: App360MonitorBot, Bing [Bot], Google [Bot]