1 sayfadan 1. sayfa

Notify ADMIN of all posts

İletiTarih: 12.01.2006, 20:25
Yunus Çengel
Foruma Notify ADMIN of all posts modunu kurdum fakat bu modu sadece yeni yazılan başlıkların admine e-mail olarak gemesi şeklinde düzenlenmesi mümkün mü? Ayrıca mesajlar editlense bile uyarı mesajı geliyor. Mesela bir mesaj 3 defa editlense 3 mesaj geliyor.
Mod'un kurulumunu aşağıda yazdım

Kod: Tümünü seç
##################################
## MOD Title: Notify ADMIN of all posts
## MOD Author: amoun <roger@telinco.co.uk> (Roger Lovejoy) http://www.rogerlovejoy.co.uk
## MOD Description: Emails ADMIN all New Topics, Replies and Edit; for boards with few posts
## and provides a link to the post
## MOD Version: 1.0.0
## 
## Installation Level: (Easy)
## Installation Time: 6 Minutes
## Files To Edit:
##                     includes/functions_post.php
## Included Files:
##                     includes/notify_on_all_posts.php
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##                     The lines to find, in an original version (2.0.6) of <functions_post.php>, are lines (360 - 365)
##
##############################################################
## MOD History:
##                     2004-06-06 - Version 1.0.0
##                     Initial release, tested on phpBB v2.0.6
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ COPY ]------------------------------------------
#

copy notify_on_all_posts.php to includes/notify_on_all_posts.php

#
#-----[OPEN]------------------------------------------
#

includes/functions_post.php

#
#-----[FIND]------------------------------------------
#

   return false;
}

//
// Update post stats and details
//

#
#-----[BEFORE ADD]------------------------------------------
#

// BEGIN MOD : Admin Notify On All Posts
include($phpbb_root_path . 'includes/notify_on_all_posts.' . $phpEx);
// END MOD : Admin Notify On All Posts

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM

Cvp: Notify ADMIN of all posts

İletiTarih: 13.01.2006, 17:26
exados
Kod: Tümünü seç
// BEGIN MOD : Admin Notify On All Posts
include($phpbb_root_path . 'includes/notify_on_all_posts.' . $phpEx);
// END MOD : Admin Notify On All Posts


yerine sunu denermisin

Kod: Tümünü seç
// BEGIN MOD : Admin Notify On All Posts
include($phpbb_root_path . 'includes/notify_on_new_posts.' . $phpEx);
// END MOD : Admin Notify On All Posts


yalnız bu arada bendeki modda yalnız yeni yollanan mesajlar geliyo yani hepsi degil bence ya sen yanlis(pek cok surumu olabilir) hack'i kurmussun yada iste dedigim kodu dene olmazsa notify ile ilgili hackleri phpbb support forumlarindan arastiririz

Cvp: Notify ADMIN of all posts

İletiTarih: 30.01.2006, 12:59
Beyazcennet
Aslında bu mod sadece admin ile sınırlı kalmasa da , isteyen üyelere de otomatik gitse çok güzel bi mod olurdu.Mesala benim kullanıcı panelimde bir seçenek olsa , ben hangi kategoriyi seçiyorsam o kategoriye girilen mesajalr bana gelse .Forumlarda bunu da araştırabilirseniz çok iyi olur aslında.Şöle ki ben güvenliğe önem veriyorum güvenlik Forumuna girilen mesajlardan haberdar olmak istiyorum.İşallah böle bişi yaparlar yakında.Yada phpbbhack forumlarına istek olarak yazılabilir İngilizce bilen arkadaşlar tarafından.Herkese kolay gelsin.iyi çalışmalar...