chybu pravdepodobne pôsobí

UnMagicSeoTools::seoIsWebcrawler()
na konci stránky ešte chýba ikonka Magic SEO URL. Keby mám viac času aby som sa pustil do nového SEO pre unnuke lebo toto bol podla mňa len reklamný ťah s SEO keď je v ňom toľko chýb, len ma mrzí o to viac, že som už kopec vecí dokázal upraviť k svojmu obrazu pre unnuke



možno že to ošetriť tak že by som tam pred str_replace vložil

$after_replace = str_replace("&", "&", $after_replace);


$match_count = preg_match_all("#\href=(.*?)\>#si", $text, $matches);
for ($i = 0; $i < $match_count; $i++)
{
$before_replace = $matches[1][$i];
$after_replace = $matches[1][$i];
if ( strpos($after_replace,"&")) {
$after_replace = $after_replace;
} else {
$after_replace = str_replace("&", "&", $after_replace);
}
//$after_replace = un_htmlentities( $after_replace );
$str_to_match = "href=" . $before_replace . ">";
$replacement = "href=";
$replacement .= $after_replace;
$replacement .= ">";
$text = str_replace($str_to_match, $replacement, $text);
}


entitama by som rád len oni samnou moc nekamarádia pokaždé dačo iné nejde...

Obsah fóra BLASSENweb » Magic SEO URL
![]() |
|