Hopefully Solving some 141 Issues

Support for IntegraMOD 141

Moderator: Integra Moderator

Hopefully Solving some 141 Issues

PostAuthor: Drop-Forged » Tue Jan 23, 2007 8:21 pm

Im writing this from my own experiences, and tests, and the little feedback that I have received.

As with any modification, always back up you originals before editing.

I will update this post if any new info comes along to make things easier.

Please post any feed back, good and bad.

Thank you.


In this tutorial I will discuss how to:

1. Back up your DB Configuration Fields. (ACP Config & Theme Bugs)
2. Inserting Fresh DB Configuration Fields. (ACP Config & Theme Bugs)
3. Unblock Fields in Cracker Tracker. (Stop Unnecessary Security Warnings)
4. Block and Unblock Triggered Words. (Only if Necessary)




ACP and themes_id Bugs Fix

This first fix is to fix sites that cant change their configuration settings in the Admin Control Panel, and it also should fix the à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€¦Ã¢â‚¬Å“Could not get theme data for themes_idà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€š
Last edited by Drop-Forged on Sat Feb 03, 2007 12:29 pm, edited 1 time in total.
[url=http][img=left]http://www.christiansoldiers.com/Sig/sig.png[/img][/url]
[url=http]Free IntegraMod 141 Themes at webhutch.net[/url]

Drop-Forged
Integra Member
Integra Member
 
Posts: 167
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 8:07 pm
Cash on hand: 0.00

PostAuthor: dan0042 » Thu Jan 25, 2007 5:44 am

hmm
Last edited by dan0042 on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
:#: <img>
User avatar
dan0042
Integra Member
Integra Member
 
Posts: 170
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 21, 2006 4:06 pm
Cash on hand: 0.00

Re: Hopefully Solving some Cracker Tracker Issues

PostAuthor: Drop-Forged » Thu Jan 25, 2007 7:01 pm

Ok, I know I am not so good at explaining myself with coding.

Ill try to explain this part clearly.

If you are having uncalled for Cracker Tracker Security Alerts, you need to tell Cracker Tracker to stop watching that field.


Open you ct_security.php


Find:



Code: Select all
 ]// Some fields in $HTTP_POST_VARS don't get checked to prevent wrong detection$unchecked_post_fields   = array



Now look at the fields following that line, and then look at mine]// 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',                 'meta_de.scription', 'meta_keywords', 'meta_copyright', 'long_desc',                 'download_url', 'user_occ', 'board_disable_msg', 'site_desc',                 'coppa_fax', 'board_email_sig', 'smtp_host', 'donate_de.scription',                 'user_realname', 'avatarurl', 'forum_desc', 'group_de.scription',                 'pic_title', 'pic_username', 'pic_desc', 'pic_filename', 'desc');[/code]

See how I added more to mine?

This stops the Security alerts for those fields.

Make sense???
Last edited by Drop-Forged on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.christiansoldiers.com/Sig/sig.png[/img][/url]
[url=http]Free IntegraMod 141 Themes at webhutch.net[/url]

Drop-Forged
Integra Member
Integra Member
 
Posts: 167
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 8:07 pm
Cash on hand: 0.00

Re: Hopefully Solving some Cracker Tracker Issues

PostAuthor: dan0042 » Fri Jan 26, 2007 6:37 am

"Drop-Forged";p="20346" wrote:Ok, I know I am not so good at explaining myself with coding.

Ill try to explain this part clearly.

If you are having uncalled for Cracker Tracker Security Alerts, you need to tell Cracker Tracker to stop watching that field.


Open you ct_security.php


Find:



Code: Select all
 ]// Some fields in $HTTP_POST_VARS don't get checked to prevent wrong detection$unchecked_post_fields   = array



Now look at the fields following that line, and then look at mine]// 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',                 'meta_de.scription', 'meta_keywords', 'meta_copyright', 'long_desc',                 'download_url', 'user_occ', 'board_disable_msg', 'site_desc',                 'coppa_fax', 'board_email_sig', 'smtp_host', 'donate_de.scription',                 'user_realname', 'avatarurl', 'forum_desc', 'group_de.scription',                 'pic_title', 'pic_username', 'pic_desc', 'pic_filename', 'desc');[/code]

See how I added more to mine?

This stops the Security alerts for those fields.

Make sense???


Just add look my file

// 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');



this yours
// 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',
'meta_de.scription', 'meta_keywords', 'meta_copyright', 'long_desc',
'download_url', 'user_occ', 'board_disable_msg', 'site_desc',
'coppa_fax', 'board_email_sig', 'smtp_host', 'donate_de.scription',
'user_realname', 'avatarurl', 'forum_desc', 'group_de.scription',
'pic_title', 'pic_username', 'pic_desc', 'pic_filename', 'desc');


Just copy and past your info in 2 mine


mine now
// 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',
'meta_de.scription', 'meta_keywords', 'meta_copyright', 'long_desc',
'download_url', 'user_occ', 'board_disable_msg', 'site_desc',
'coppa_fax', 'board_email_sig', 'smtp_host', 'donate_de.scription',
'user_realname', 'avatarurl', 'forum_desc', 'group_de.scription',
'pic_title', 'pic_username', 'pic_desc', 'pic_filename', 'desc');
Last edited by dan0042 on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
:#: <img>
User avatar
dan0042
Integra Member
Integra Member
 
Posts: 170
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 21, 2006 4:06 pm
Cash on hand: 0.00

Re: Hopefully Solving some Cracker Tracker Issues

PostAuthor: Drop-Forged » Fri Jan 26, 2007 10:24 am

Yes, that should help with most of the allerts, but there is probably some I haven't found yet.

So If you get an Allert, run Debug Mode, and hopefully it will tell you what field needs to be added to the list.

For me with some fields it don't give me all the info, so I've had to figure it out on my own.
Last edited by Drop-Forged on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.christiansoldiers.com/Sig/sig.png[/img][/url]
[url=http]Free IntegraMod 141 Themes at webhutch.net[/url]

Drop-Forged
Integra Member
Integra Member
 
Posts: 167
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 8:07 pm
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

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