2016-07-30, 11:28 PM
/tylsearch.php?action=results&uid=1&sid[]=
^ go to that.
Possible fix:
https://github.com/Cu8eR/MyBB_Thank-you-...ch.php#L98 - change this line to this
^ go to that.
Possible fix:
https://github.com/Cu8eR/MyBB_Thank-you-...ch.php#L98 - change this line to this
if(is_array($mybb->get_input('sid')))
$sid = $db->escape_string(implode($mybb->get_input('sid')));
else
$sid = $db->escape_string($mybb->get_input('sid'));