+--------------------------------------------------------------------------------+ | MyBB 1.1.5 to 1.1.6 Patch File | | (c) 2006 MyBB Group. | | | | This patch file fixes a security issue in regards to MyBB 1.1.5 | | | | Please follow the instructions documented to manually patch your board | | to MyBB 1.1.6 | +--------------------------------------------------------------------------------+ -------------------- 1. inc/functions.php -------------------- Find: -- return $ip; -- Replace with: -- return addslashes($ip); -- 2. Find: (Version number change) -- $mybboard['internalver'] = "1.1.5"; $mybboard['vercode'] = "115"; -- Replace with: -- $mybboard['internalver'] = "1.1.6"; $mybboard['vercode'] = "116"; -- ALL DONE