+--------------------------------------------------------------------------------+ | MyBB 1.1.8 Patch File | | (c) 2007 MyBB Group. | | | | This patch file fixes a security vulnerability issue in MyBB 1.1.8 | | | | Please follow the instructions documented to manually patch your board | | to fix a security issue in MyBB 1.1.8 | +--------------------------------------------------------------------------------+ --- WARNING: ONLY USE THIS PATCH ON MyBB 1.1.8 INSTALLATIONS ===================== 1. member.php ===================== Find: -- $memprofile['awayreason'] = stripslashes($memprofile['awayreason']); -- Replace it with: -- $awayreason = = stripslashes($memprofile['awayreason']); -- ===================== DONE =====================