←  Forum

AMXX.pl: Support AMX Mod X i SourceMod

»

Ipb

  • +
  • -
Wujek - zdjęcie Wujek 27.12.2009

Co do "od razu".
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. :)
Odpowiedz

  • +
  • -
mgr inż. Pavulon - zdjęcie mgr inż. Pavulon 27.12.2009

Ojjj, o to się nie bój.
CSEO jest ładnie zrobione i jest warte swojej ceny. Boty żadnych głupot nie zaindeksują a na rozmiar liter mam jedną z opcji:
Force urls lowercase
Forces all keywords in URLs to be lower-cased
Odpowiedz

  • +
  • -
Wujek - zdjęcie Wujek 27.12.2009

No to w takim razie nie mam pytań. Jak ustawisz lowercase to wszystko mi pasuje. :)
Odpowiedz

  • +
  • -
bisser - zdjęcie bisser 09.01.2010

Forum teraz jest i ładne, ale mam ten sam problem co i Mi$^, albowiem nie mogę wejść na mój stary nick bi$$er i na dodatek na mój stały email nie mogłem zarejestrować nowego nicku.
Odpowiedz

  • +
  • -
mgr inż. Pavulon - zdjęcie mgr inż. Pavulon 10.01.2010

Forum teraz jest i ładne, ale mam ten sam problem co i Mi$^, albowiem nie mogę wejść na mój stary nick bi$$er i na dodatek na mój stały email nie mogłem zarejestrować nowego nicku.


Tylko że Mi$^ poprosił o zmianę loginu i śmiga znów na starym koncie.
Odpowiedz

  • +
  • -
Wujek - zdjęcie Wujek 11.01.2010

A mi styl się nie podoba, już lepszy ten standardowy IPB.
Zrób rzesz pavulon jakies meta tagi, bo już nawet mając w d*pie seo, ale tematy po prostu brzydko wyglądają przeglądając w google. Nawet zamieszczając w description nazwe tematu / nazwe dzialu juz będzie ładnie. No i te duże litery w adresach...
Odpowiedz