2014-05-24, 10:32 PM
edit search.php and find this line :
change this line to :
I take no credit for this.
Credit to:
Packetstorm.
$sid = $db->escape_string($mybb->input['sid']);
change this line to :
if(is_array($mybb->input['sid']))
$sid = $db->escape_string(implode($mybb->input['sid']));
else
$sid = $db->escape_string($mybb->input['sid']);
I take no credit for this.
Credit to:
Packetstorm.
Hey Everyone I am back! I will slowly be in progression of helping you all with your questions!