Nie wiem jak w c seo, ale w vB masz wiele opcji, jak directory structure czy przyjaźniejsze linki do osttanich postów(bot wpadając na forum zaindeksuje adres z %get_newspost etc) gdzie w przemo był znak # który oznacza że bot ma nie czytać tego co jest za #(w vBseo właśnie tak oznaczane są osttanie posty).
Poza tym duże litery w adresach etc.
mam gdzieś na dysku c seo nulled ale niechce mi się szukać, więc dam przykład z mojej chmurki tagów(działa podobnie w adresach).
$thread = str_replace("A", "a", $thread); $thread = str_replace("B", "b", $thread); $thread = str_replace("C", "c", $thread); $thread = str_replace("D", "d", $thread); $thread = str_replace("E", "e", $thread); $thread = str_replace("F", "f", $thread); $thread = str_replace("G", "g", $thread); $thread = str_replace("X", "x", $thread); $thread = str_replace("H", "h", $thread); $thread = str_replace("I", "i", $thread); $thread = str_replace("J", "j", $thread); $thread = str_replace("K", "k", $thread); $thread = str_replace("L", "l", $thread); $thread = str_replace("M", "m", $thread); $thread = str_replace("N", "n", $thread); $thread = str_replace("O", "o", $thread); $thread = str_replace("P", "p", $thread); $thread = str_replace("R", "r", $thread); $thread = str_replace("S", "s", $thread); $thread = str_replace("T", "t", $thread); $thread = str_replace("Y", "y", $thread); $thread = str_replace("V", "v", $thread); $thread = str_replace("W", "w", $thread); $thread = str_replace("Z", "z", $thread); $thread = str_replace("Ä™", "e", $thread); $thread = str_replace("Ä…", "a", $thread); $thread = str_replace("ć", "c", $thread); $thread = str_replace("ĹĽ", "z", $thread); $thread = str_replace("Ĺş", "z", $thread); $thread = str_replace("Ăł", "o", $thread); $thread = str_replace("ć", "c", $thread); $thread = str_replace("Ĺ‚", "l", $thread); $thread = str_replace("Ĺ›", "s", $thread); $thread = str_replace("Ĺ„", "n", $thread); $thread = str_replace("Ä", "e", $thread); $thread = str_replace("Ä„", "a", $thread); $thread = str_replace("Ć", "c", $thread); $thread = str_replace("Ĺ»", "z", $thread); $thread = str_replace("Ĺą", "z", $thread); $thread = str_replace("Ă“", "o", $thread); $thread = str_replace("Ć", "c", $thread); $thread = str_replace("Ĺ", "l", $thread); $thread = str_replace("Ĺš", "s", $thread); $thread = str_replace("Ĺ", "n", $thread); $thread = str_replace("!", "", $thread); $thread = str_replace("@", "", $thread);Dzięki czemu adresy są ładne, bez zbednych znaków i dużych liter.
