Saint_Michael 3 Report post Posted December 16, 2005 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 PatchingOpen "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: 1499function convert_highlite_words($words=""){global $std;$words = $std->clean_value(trim(urldecode($words))); you can also down the files herethis can sprevent some of the hacking of your forums. Share this post Link to post Share on other sites
DreamCore 0 Report post Posted December 16, 2005 Hey thanks you use IPB too, but lol I dident know about any security patch. Nice Share this post Link to post Share on other sites
freesoul 0 Report post Posted December 16, 2005 Don't mindme asking but how can I know if this is a genuine patch or somehow you are trying to create a wormhole intentionally. Just in case man. No offense. Share this post Link to post Share on other sites