Ich will nur mal sichergehen beim Einbau der Sicherheitsfixes.
- sources/topics.php:
Zitat
if ($ibforums->input['hl'])
{
$ibforums->input['hl'] = $std->clean_value(urldecode($ibforums->input['hl']));
$keywords = str_replace( "+", " ", $ibforums->input['hl'] );
if ( preg_match("/,(and|or),/i", $keywords) )
{
while ( preg_match("/,(and|or),/i", $keywords, $match) )
{
$word_array = explode( ",".$match[1].",", $keywords );
{
$ibforums->input['hl'] = $std->clean_value(urldecode($ibforums->input['hl']));
$keywords = str_replace( "+", " ", $ibforums->input['hl'] );
if ( preg_match("/,(and|or),/i", $keywords) )
{
while ( preg_match("/,(and|or),/i", $keywords, $match) )
{
$word_array = explode( ",".$match[1].",", $keywords );
- sources/search.php stimmt überein
Greetz
Frog





Inhalte finden
Nicht angegeben
