IRCForum.Net - Turkiye'nin En Iyi IRC Platformu!




Kullanıcı Etiket Listesi

Like Tree1Beğeni(ler)
  • 1 Post By DaDaS

Yeni Konu aç Cevapla
 
LinkBack Seçenekler Stil
Alt 14 Mayıs 2021, 18:46   #1
Çevrimiçi

DaDaS - ait Kullanıcı Resmi (Avatar)
Üyelik Tarihi: 22 Nisan 2021
Üye No: 7
Mesajlar: 59
Nerden:
Takım:
Meslek: Eczacı
Alanım: CR
Aldığı Beğeni: 43
Beğendikleri: 94
@DaDaS
Kayitsiz Üyelere, URL izinlerini kapatma



PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
  <?xml version="1.0" encoding="ISO-8859-9" ?> 
- <product productid="hsn_disallow_url_for_guests" active="1">
  <title>Ziyaretçilerin URL Yollamalarını Engellemek</title> 
  <description>Bu eklenti ile ziyaretçilerin herhangi bir site adresi yollamalarını yasaklayabilirsiniz.</description> 
  <version>1.0.0</version> 
  <versioncheckurl /> 
  <dependencies /> 
  <codes /> 
  <templates /> 
- <plugins>
- <plugin active="1" executionorder="10">
  <title>Ziyaretçilerin URL Yollamalarını Engellemek</title> 
  <hookname>editpost_update_start</hookname> 
- <phpcode>
- <![CDATA[ 
$pagetext = $vbulletin->GPC['message'];
if (!$vbulletin->userinfo['userid'] and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'www.') or stristr($pagetext,'http://'))) {
             eval(standard_error(fetch_error('hata_urlizniyok')));
        }

  ]]> 
  </phpcode>
  </plugin>
- <plugin active="1" executionorder="10">
  <title>Ziyaretçilerin URL Yollamalarını Engellemek</title> 
  <hookname>newreply_post_start</hookname> 
- <phpcode>
- <![CDATA[ 
$pagetext = $vbulletin->GPC['message'];
if (!$vbulletin->userinfo['userid'] and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'www.') or stristr($pagetext,'http://'))) {
             eval(standard_error(fetch_error('hata_urlizniyok')));
        }

  ]]> 
  </phpcode>
  </plugin>
- <plugin active="1" executionorder="10">
  <title>Ziyaretçilerin URL Yollamalarını Engellemek</title> 
  <hookname>newthread_post_start</hookname> 
- <phpcode>
- <![CDATA[ 
$pagetext = $vbulletin->GPC['message'];
if (!$vbulletin->userinfo['userid'] and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'www.') or stristr($pagetext,'http://'))) {
             eval(standard_error(fetch_error('hata_urlizniyok')));
        }

  ]]> 
  </phpcode>
  </plugin>
  </plugins>
- <phrases>
- <phrasetype name="Error Messages" fieldname="error">
- <phrase name="hata_urlizniyok" date="0" username="Hasan Özbey" version="1.0">
- <![CDATA[ Üzgünüm,Sizin Url Gönderme Hakkiniz Yok Eger Url Göndermek İstiyorsanız Lütfen Üye Olunuz...
  ]]> 
  </phrase>
  </phrasetype>
  </phrases>
  <options /> 
  <helptopics /> 
  <cronentries /> 
  <faqentries /> 
  </product>

Bu eklenti eklediğiniz eklentilerin URL'lerin misafirlere gösterilmesini engeller.
PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
  <?xml version="1.0" encoding="ISO-8859-9" ?> 
- <product productid="hsn_disallow_url_for_guests" active="1">
  <title>Ziyaretçilerin URL Yollamalarını Engellemek</title> 
  <description>Bu eklenti ile ziyaretçilerin herhangi bir site adresi yollamalarını yasaklayabilirsiniz.</description> 
  <version>1.0.0</version> 
  <versioncheckurl /> 
  <dependencies /> 
  <codes /> 
  <templates /> 
- <plugins>
- <plugin active="1" executionorder="10">
  <title>Ziyaretçilerin URL Yollamalarını Engellemek</title> 
  <hookname>editpost_update_start</hookname> 
- <phpcode>
- <![CDATA[ 
$pagetext = $vbulletin->GPC['message'];
if (!$vbulletin->userinfo['userid'] and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'www.') or stristr($pagetext,'http://'))) {
             eval(standard_error(fetch_error('hata_urlizniyok')));
        }

  ]]> 
  </phpcode>
  </plugin>
- <plugin active="1" executionorder="10">
  <title>Ziyaretçilerin URL Yollamalarını Engellemek</title> 
  <hookname>newreply_post_start</hookname> 
- <phpcode>
- <![CDATA[ 
$pagetext = $vbulletin->GPC['message'];
if (!$vbulletin->userinfo['userid'] and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'www.') or stristr($pagetext,'http://'))) {
             eval(standard_error(fetch_error('hata_urlizniyok')));
        }

  ]]> 
  </phpcode>
  </plugin>
- <plugin active="1" executionorder="10">
  <title>Ziyaretçilerin URL Yollamalarını Engellemek</title> 
  <hookname>newthread_post_start</hookname> 
- <phpcode>
- <![CDATA[ 
$pagetext = $vbulletin->GPC['message'];
if (!$vbulletin->userinfo['userid'] and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'www.') or stristr($pagetext,'http://'))) {
             eval(standard_error(fetch_error('hata_urlizniyok')));
        }

  ]]> 
  </phpcode>
  </plugin>
  </plugins>
- <phrases>
- <phrasetype name="Error Messages" fieldname="error">
- <phrase name="hata_urlizniyok" date="0" username="Hasan Özbey" version="1.0">
- <![CDATA[ Üzgünüm,Sizin Url Gönderme Hakkiniz Yok Eger Url Göndermek İstiyorsanız Lütfen Üye Olunuz...
  ]]> 
  </phrase>
  </phrasetype>
  </phrases>
  <options /> 
  <helptopics /> 
  <cronentries /> 
  <faqentries /> 
  </product>

Bu eklenti eklediğiniz eklentilerin URL'lerin misafirlere gösterilmesini engeller.
Ayaz Bunu Beğendi.
__________________
  Alıntı ile Cevapla

IRCForum.Net - Reklam Alanı

Cevapla
IRCForum.Net - Sponsor Bağlantılar


Seçenekler
Stil

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB kodu Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık