+--------------------------------------------------------------------------------+ | 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. calendar.php ===================== Find: -- $day = $mybb->input['day']; -- Replace it with: -- $day = intval($mybb->input['day']); -- ===================== 2. calendar.php ===================== Find: -- $month = $mybb->input['month']; -- Replace it with: -- $month = intval($mybb->input['month']); -- ===================== DONE =====================