14 Mayıs 2021, 18:46
|
#1
|
Çevrimiçi
|
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.
__________________
|
|
|
IRCForum.Net - Reklam Alanı
|
|