• Web sitemizin içeriğine ve tüm hizmetlerimize erişim sağlamak için Web sitemize kayıt olmalı ya da giriş yapmalısınız. Web sitemize üye olmak tamamen ücretsizdir.
  • Sohbetokey.com ile canlı okey oynamaya ne dersin? Hem sohbet et, hem mobil okey oyna!
  • Soru mu? Sorun mu? ''Bir Sorum Var?'' sistemimiz aktiftir. Paylaşın beraber çözüm üretelim.

vB Eklenti Vbulletin 3.8 kopyalama yasağı

Üyelik Tarihi
11 Tem 2010
Konular
1,909
Mesajlar
2,750
MFC Puanı
110
Temanızda Headar'ı aratın ve kodları en sona ekleyiniz.
ForumHatti.Com

[HIDE]<script type="text/javascript">
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function
disableselect(e){
if (
omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return
false
}
function
reEnable(){
return
true
}
if (
typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document
.onmouseup=reEnable
}
</script> [/HIDE]
 
Üst