Jump to content
xisto Community
Saint_Michael

Ipb/invision Power Board Patch all board owners read this

Recommended Posts

well I found out some infomation based on a website that got hacked but basically you need to do this in your files in order to prevent some hacking done to your site.

Manually Patching
Open "sources/topics.php" in a text editor.
Circa line: 805


//-----------------------------------------// Highlight...//-----------------------------------------if ($ibforums->input['hl']){$ibforums->input['hl'] = $std->clean_value(urldecode($ibforums->input['hl']));$loosematch = strstr( $ibforums->input['hl'], '*' ) ? 1 : 0;$keywords = str_replace( '*', '', str_replace( "+", " ", str_replace( '-', '', trim($ibforums->input['hl']) ) ) );$word_array = array();$endmatch1 = "";$endmatch2 = "(.)";

Open "sources/search.php"
Circa line: 1499

function convert_highlite_words($words=""){global $std;$words = $std->clean_value(trim(urldecode($words)));

you can also down the files here

this can sprevent some of the hacking of your forums.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.