Ücretsiz Forum Hostingleri...!

  • Konbuyu başlatan TéuféL
  • Başlangıç tarihi
Hersey Devletten Beklemeyın Baksanıza Sorana KAdar bıLSeydım Yazardım Zaten...
 
ya bu alınan forumlara siteye nasıl yönlendiriyoruz acaba???:(
 
Kod:
<script>
if(navigator.userAgent.indexOf("Firefox") != -1)
{
   window.location = "http://forumunun adresi/";
}
else if(navigator.userAgent.indexOf("MSIE") != -1)
{
   window.location = "http://forumunun adresi/";
}
else if(navigator.userAgent.indexOf("Netscape") != -1)
{
   window.location = "http://forumunun adresi/";
}
else
{
   window.location = "http://forumunun adresi/";
}
</script>
 
ücretsiz acılan forumu türkceye ceviri yapabilirmiyiz mesela yukarıda verilen linklerden birini?
 
Geri
Üst