first version (0.0.1 alpha) of Email Spam Protection for phpBB has been released. you can get last releases and updates, and support here.
phpBB için Email Koruma modunun ilk (alpha) sürümü yayınlanmıştır. bu sayfa üzerinden sorularınızı sorunlarınızı sorabilirsiniz.
Download:
https://lavinya.net/email-spam-protection-0-0-1.zip
Email Spam Protection for phpBB
-
- Admin
- Mesajlar: 2187
- Kayıt: Çarşamba, Eylül 29, 2004 22:30
- İsim: Sinan
- Konum: İstanbul
Email Spam Protection for phpBB
En son sinan tarafından Çarşamba, Kasım 15, 2006 01:05 tarihinde düzenlendi, toplamda 3 kere düzenlendi.
-
- Admin
- Mesajlar: 2187
- Kayıt: Çarşamba, Eylül 29, 2004 22:30
- İsim: Sinan
- Konum: İstanbul
Kod: Tümünü seç
##############################################################
## MOD Title: Email Spam Protection for phpBB
## MOD Author: siay < sinan [@] lavinya.net > (Sinan) N/A
## MOD Description: spam protection to email addresses of added to messages
## support: https://forum.lavinya.net/about3030.html
##
## MOD Version: 0.0.1 Alpha Version
##
## Installation Level: Easy
## Installation Time: 1 minute
##
## Files To Edit: (1)
## includes/bbcode.php
##
## Included Files: (1)
## email.php
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## Tested on phpBB 2.0.21 and hasn't seen bugs..
## But this is a alpha version may be has bug. If you see bug please email and/or write to https://forum.lavinya.net/about3030.html
##
##############################################################
## MOD History:
##
## 2006-11-15 - Version 0.0.1 Alpha Version
## Mod created from previously applied and tested hand patches
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ UPLOAD ]------------------------------------------
#
email.php
#
#-----[ OPEN ]------------------------------------------
#
includes/bbcode.php
#
#-----[ FIND ]------------------------------------------
#
$ret = preg_replace("#(^|[\n ])([a-z0-9&\-_.]+?)@([\w\-]+\.([\w\-\.]+\.)*[\w]+)#i", "\\1<a href=\"mailto:\\2@\\3\">\\2@\\3</a>", $ret);
#
#-----[ REPLACE WITH ]------------------------------------------
#
$ret = preg_replace("#(^|[\n ])([a-z0-9&\-_.]+?)@([\w\-]+\.([\w\-\.]+\.)*[\w]+)#i", "\\1<img src=\"email.php?address=\\2-00000-\\3\" alt=\"email address is protected\" />", $ret);
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
En son sinan tarafından Çarşamba, Kasım 15, 2006 01:47 tarihinde düzenlendi, toplamda 3 kere düzenlendi.
-
- Site Admin
- Mesajlar: 2607
- Kayıt: Cuma, Haziran 21, 2002 11:11
- İsim: Murat
- Konum: Giresun
- Yaş: 44
-
- Admin
- Mesajlar: 2187
- Kayıt: Çarşamba, Eylül 29, 2004 22:30
- İsim: Sinan
- Konum: İstanbul
Kod: Tümünü seç
##############################################################
## MOD Başlığı: phpBB için Email adresini spamdan koruma
## MOD Yazarı: siay < sinan [@] lavinya.net > (Sinan) N/A
## MOD Açıklaması: Forumlarınızda mesajlara eklenen email adreslerini resim üzerine yazma işlemi ile spamdan biraz da olsa korur.
## destek sayfası: https://forum.lavinya.net/about3030.html
##
## MOD Versiyon: 0.0.1 Alpha Versiyon
##
## Kurulum seviyesi: Kolay
## Kurulum süresi: 1 dakika
##
## Düzenlenecek dosya sayısı: (1)
## includes/bbcode.php
##
## Eklenecek dosya sayısı: (1)
## email.php
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## güvenliğiniz için bu sayfadan kullandığınız bu modun geçerliliğini kontrol ediniz.
## kullandığınız sürüm alpha versiyondur. hata kontrolü yapılmıştır.
## hata görürseniz lütfen bildiriniz.
##
## bu modu http://www.phpbb.com/mods/ adresinden de bulabilirsiniz.
##############################################################
## Yazar Notları:
##
## phpBB 2.0.21 versiyonda test edilmiş ve hata bulunmamıştır.
## Ancak hata bulursanız veya herhangi bir soru için https://forum.lavinya.net/about3030.html adresinden bize bildirebilirsiniz..
##
##############################################################
## MOD Geçmişi:
##
## 2006-11-15 - Versiyon 0.0.1 Alpha Versiyon
## Mod yazılmış, alpha deneme sürümü yayına verilmiştir
##
##############################################################
## Lütfen kurulumdan önce yedek alınız.
##############################################################
#
#-----[ UPLOAD ]------------------------------------------
#
email.php
#
#-----[ AÇ ]------------------------------------------
#
includes/bbcode.php
#
#-----[ BUL ]------------------------------------------
#
$ret = preg_replace("#(^|[\n ])([a-z0-9&\-_.]+?)@([\w\-]+\.([\w\-\.]+\.)*[\w]+)#i", "\\1<a href=\"mailto:\\2@\\3\">\\2@\\3</a>", $ret);
#
#-----[ BUNUNLA DEĞİŞTİR ]------------------------------------------
#
$ret = preg_replace("#(^|[\n ])([a-z0-9&\-_.]+?)@([\w\-]+\.([\w\-\.]+\.)*[\w]+)#i", "\\1<img src=\"email.php?address=\\2-00000-\\3\" alt=\"email address is protected\" />", $ret);
#
#-----[ TÜM DOSYALARI KAYDET/KAPAT ]------------------------------------------
#
# EoM
-
- Yeni Üye
- Mesajlar: 7
- Kayıt: Çarşamba, Aralık 13, 2006 10:38
- Konum: İzmir
Re: Email Spam Protection for phpBB
teşekkürler, çalışmalarınızda başarılar dilerim
-
- Admin
- Mesajlar: 2187
- Kayıt: Çarşamba, Eylül 29, 2004 22:30
- İsim: Sinan
- Konum: İstanbul
Re: Email Spam Protection for phpBB
mod şimdilik durduruldu aslında. teşekkürler. en kısa sürede güncel versiyonunu yayınlayacağız
~
ansızın gelecek gibisin..
ansızın gelecek gibisin..