[MOD]Yellow Card 1.4.12

[url=http://www.phpbbturkey.com/mods.html:34cnv4ga]phpBB 2.0.x MOD Veritabanımızda[/url:34cnv4ga] yayınlanan ve tarafınızca eklenen tüm yeni phpBB 2.0.x sürümleri için MODların duyuruları buradan yapılmaktadır. MODlar hakkında ihtiyacınız olan desteği lütfen [b:34cnv4ga]2.0.x MOD Destek[/b:34cnv4ga] forumuna başlık açarak sorunuz.
Kullanıcı avatarı
AlleRGy
Kayıtlı Kullanıcı
Mesajlar: 885
Kayıt: 16.05.2006, 19:14
Konum: denizli
İletişim:

[MOD]Yellow Card 1.4.12

Mesaj gönderen AlleRGy »

Kod: Tümünü seç

############################################################## 
## MOD Title:          Yellow card
## MOD Author:         Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description:    Also known as "card system" This mod will make 4 colored buttons beside users post (red,yellow,green and blue)
##                     ADMIN can in ACP configure inside witch forum the buttons are visible
##                     Red = ban, Yelow = warn, Green = unban, Blue = report to moderators
##                     Emails are send to the user, notifying about the event.
##                     
## MOD Version:        1.4.12.
## Compatibility:      2.0.6
##
## Installation Level: Moderate
## Installation Time:  40 minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit:      22
##         posting.php
##         search.php
##         viewforum.php 
##         viewtopic.php 
##         admin/admin_board.php 
##         admin/admin_forumauth.php 
##         admin/admin_forums.php 
##         admin/admin_ug_auth.php 
##         admin/admin_users.php 
##         admin/admin_user_ban.php
##         includes/auth.php 
##         includes/constants.php 
##         includes/smtp.php
##         includes/usercp_register.php
##         language/lang_english/lang_admin.php 
##         language/lang_english/lang_main.php
##         templates/subSilver/posting_body.tpl
##         templates/subSilver/search_body.tpl
##         templates/subSilver/subSilver.cfg 
##         templates/subSilver/viewtopic_body.tpl    
##         templates/subSilver/admin/board_config_body.tpl 
##         templates/subSilver/admin/user_edit_body.tpl 
##
## Included Files:     16
##         card.php 
##         language/lang_english/email/ban_block.tpl 
##         language/lang_english/email/ban_reactivated.tpl 
##         language/lang_english/email/ban_warning.tpl 
##         language/lang_english/email/card_block.tpl 
##         language/lang_english/email/repport_post.tpl 
##         language/lang_french/email/ban_block.tpl 
##         language/lang_french/email/ban_reactivated.tpl 
##         language/lang_french/email/ban_warning.tpl 
##         language/lang_french/email/card_block.tpl 
##         language/lang_french/email/repport_post.tpl 
##         templates/subSilver/images/icon_bcard.gif 
##         templates/subSilver/images/icon_bhotcard.gif 
##         templates/subSilver/images/icon_gcard.gif 
##         templates/subSilver/images/icon_rcard.gif 
##         templates/subSilver/images/icon_ycard.gif 
##		  
############################################################## 
## 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: 
##
## This MOD is compatible and can be installed by EasyMOD
## of Nuttzy (but is not officially EasyMOD Compliant)!
## http://www.phpbb.com/phpBB/viewtopic.php?t=124436
##
## However, on alpha releases of EM SQL commands are not performed!
## Then, meanwhile beta or final release (with DB alterations
## capabilities), you must update your database manually by
## copying the last_visit_db_update.php file in your phpBB
## root directory, execute it with your navigator and after,
## delete it.
##
## In any case, if you install this MOD manually or using an
## alpha release of EM, please run this file NOW, before
## editing phpBB files by EM or manually!!!
## Otherwise, you may have an error message during your next
## connection.
##
## Moreover, because EM 0.0.10a can not already manage actions
## for not necessarily existing language, the other language(s)
## modifications provided with this MOD can not be automatically
## installed. So, if you need other language(s), copy the
## email sub-directories manually from their languages
## directories in root/language/, and apply the instructions
## in the translations/ directory, if available of course.
##
## For updates, check this official link...
## http://mods.db9.dk/viewforum.php?f=4
##
############################################################## 
## MOD History: 
##
##   2004-01-01 - version 1.4.12.
##	- corrected EM isue admin_board.php copy command
##
##   2004-04-22 - version 1.4.11.
##	- improved report post forum selector in ACP-> general config
##
##   2004-04-22 - version 1.4.10.
##	- fix to posting.php (remove of $extra_message_body) + added extra line
##
##   2003-12-23 - Version 1.4.9
##	- fix to posting.php, (lock_subject) -> ($lock_subject)
## 
##   2003-12-04 - Version 1.4.8
##      - fixed a isue with posting.php, witch would cause a error to happen on specific server configurations.
##
##   2003-10-13 - Version 1.4.7
##      - correction to the code in viewtopic.php about the javascript pop-up
##
##   2003-10-09 - Version 1.4.6
##      - changed the included emails to confirm to 206 standarts, + updated card.php
##
##   2003-09-28 - Version 1.4.5
##      - some changes into card.php regarding RY card
##
##   2003-09-02 - Version 1.4.4
##      - improved admin_user_ban.php
##
##   2003-08-26 - Version 1.4.3
##      - made the how-to more EM compatible with other mods installed
##
##   2003-08-24 - Version 1.4.2
##      - corrected viewtopic.php and viewtopic_body.tpl to correctly manage warning numbers showen beside posts
##
##   2003-08-22 - Version 1.4.1
##	- 
##   2003-08-10 - Version 1.4.0
##      - Merge part 1 & 2
##      - Fix many instructions errors
##      - Add French translation
##      - Update instructions to work with 2.0.6
##      - How-to rewrite to be EasyMOD compatible
##
##   ????-??-?? - Version 1.3.9
##      - changed the admin/admin_baord_config_body.tpl
##
##   ????-??-?? - Version 1.3.8
##      - minor change for 2.0.4
##
##   ????-??-?? - Version 1.3.7
##      - missed a change in admin_ug_auth.php
##
##   ????-??-?? - Version 1.3.6
##      - corrected the admin_users.php file
##
##   ????-??-?? - Version 1.3.5
##      - Corrected a find tag in the how-to auth.php
##
##   ????-??-?? - Version 1.3.4
##      - now yellow/red cards can be made/removed with-in the admin ban interface
##
##   ????-??-?? - Version 1.3.3
##      - correction of typo in the how-to - thanks to "kreativ"
##
##   ????-??-?? - Version 1.3.2
##      - the ADD SQL, had a syntax
##
##   ????-??-?? - Version 1.3.1
##      - corrected a typo in the board_config_body.tpl
##
##   ????-??-?? - Version 1.3.0
##      - now posible to specify the "post a report" forum ID
##
##   ????-??-?? - Version 1.2.1
##      - seciruty update, semi vital (recormented)
##
##   ????-??-?? - Version 1.2.0
##      - re-written for phpBB2 version 2.0.2.
##
##   ????-??-?? - Version 1.1.4
##      - lang_admin.php changed
##
##   ????-??-?? - Version 1.1.3
##      - history started, changed some entry in admin.php
##
##   ????-??-?? - Version 1.1.0
##      - release for phpBB 2.0.0.
##
##   2002-04-10 - Version 1.0.0
##      - release for phpBB RC-2
##
##   2002-01-01 - Version 0.9.0
##      - beta release for phpBBe RC-1
##
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
Dosya ekleri
sari_kart.rar
(37.49 KiB) 743 kere indirildi
genç14
Kayıtlı Kullanıcı
Mesajlar: 110
Kayıt: 21.10.2006, 11:30
İletişim:

Mesaj gönderen genç14 »

arkadaşım tam olarak ne işe yarar bu ?
Kullanıcı avatarı
rhtgltkn
Kayıtlı Kullanıcı
Mesajlar: 168
Kayıt: 29.10.2006, 17:45
İletişim:

Mesaj gönderen rhtgltkn »

dotum bu forum sitende mod ve adminlerin kullanıcıları sarıkart ile uyarmaya kırmızı kart ile banlamaya yarıyor.
mesela bir kullanıcın hata veya yanlış yaptıysa belirlediğin sayıda sarı kart veriyorsun. kullanıcı diyelimki üç defa sarı kart görürse otomatikmen banlanıyor. banı geri almak için yaşil kart kullanıyorsun. kullanıcıyı uyarmadan banlamak içinde kırmızı kart kullanıyorsun. mavi kart ise kullanıcıların bir kullanıcıyı moderatöre şikayet etmesine yarıyor. Bende bunun bir alt sürümü var. gayette kullanışlı. bu daha gelişmişi kesinlikle tavsiye ederim...
Kullanıcı avatarı
pikachu
Kayıtlı Kullanıcı
Mesajlar: 3062
Kayıt: 16.07.2006, 15:32
Konum: ağandon /
İletişim:

Mesaj gönderen pikachu »

Also known as "card system" This mod will make 4 colored buttons beside users post (red,yellow,green and blue)
## ADMIN can in ACP configure inside witch forum the buttons are visible
## Red = ban, Yelow = warn, Green = unban, Blue = report to moderators


yazmış ya açıklamada..... :D :D :D :D :D

yani diyorki 4 çeşit kart var kırmızı= yasaklama sarı= uyarı yeşi=yasağı kaldırma mavi=moderartörler bildirme. yani bi nevi kullanıcıları uyarabileceğiniz veya yasaklayabileceğiniz bir mod. yönetici hangi forumlarda olmasını istiyorsa bunu yönetim panelinden ayarlayabilir diyor....
genç14
Kayıtlı Kullanıcı
Mesajlar: 110
Kayıt: 21.10.2006, 11:30
İletişim:

Mesaj gönderen genç14 »

arkadaşlar foruma yeni statüleri hangi eklenti ile ekleyebilirim ?
Kullanıcı avatarı
pikachu
Kayıtlı Kullanıcı
Mesajlar: 3062
Kayıt: 16.07.2006, 15:32
Konum: ağandon /
İletişim:

Mesaj gönderen pikachu »

Statü ne????
genç14
Kayıtlı Kullanıcı
Mesajlar: 110
Kayıt: 21.10.2006, 11:30
İletişim:

Mesaj gönderen genç14 »

yani süper mod,özel kişi,deneme mod gibi statüler ama hepsinin forumdaki isimlerinin renkleri farklı olacak böyle birşey
Kullanıcı avatarı
Dn_35
Kayıtlı Kullanıcı
Mesajlar: 3400
Kayıt: 08.04.2006, 22:02
İletişim:

Mesaj gönderen Dn_35 »

rütbeleri renklendirmek istiyorsan color groups modunu kurabilirsin.
Kullanıcı avatarı
atilimtosun
Kayıtlı Kullanıcı
Mesajlar: 208
Kayıt: 29.08.2006, 20:55
İletişim:

Mesaj gönderen atilimtosun »

Ben bu moduun Database ini Yükleyemedim Şöyle bi hata veriyo

Kod: Tümünü seç

You are not Authorised to do this
Yellow_card_db_update.php İçerisindeki

Kod: Tümünü seç

'ALTER TABLE '.FORUMS_TABLE.' ADD auth_ban TINYINT (2) not null DEFAULT "3"',
'ALTER TABLE '.FORUMS_TABLE.' ADD auth_greencard TINYINT (2) not null DEFAULT "5"',
'ALTER TABLE '.FORUMS_TABLE.' ADD auth_bluecard TINYINT (2) not null DEFAULT "1"',
'ALTER TABLE '.AUTH_ACCESS_TABLE.' ADD auth_ban TINYINT (1) not null DEFAULT "0"',
'ALTER TABLE '.AUTH_ACCESS_TABLE.' ADD auth_greencard TINYINT (1) not null DEFAULT "0"',
'ALTER TABLE '.AUTH_ACCESS_TABLE.' ADD auth_bluecard TINYINT (1) not null DEFAULT "0"',
'INSERT INTO '.CONFIG_TABLE.' (config_name, config_value) VALUES ("bluecard_limit", "3")',
'INSERT INTO '.CONFIG_TABLE.' (config_name, config_value) VALUES ("bluecard_limit_2", "1")',
'INSERT INTO '.CONFIG_TABLE.' (config_name, config_value) VALUES ("max_user_bancard", "10")',
'INSERT INTO '.CONFIG_TABLE.' (config_name, config_value) VALUES ("report_forum", "0")',
'ALTER TABLE '.USERS_TABLE.' ADD user_warnings SMALLINT (5) DEFAULT "0"',
'ALTER TABLE '.POSTS_TABLE.' ADD post_bluecard TINYINT (1)'
);


$mods = array ( 
'Yellow Card Mod','Yellow Card Mod','Yellow Card Mod','Yellow Card Mod','Yellow Card Mod',
'Yellow Card Mod','Yellow Card Mod','Yellow Card Mod','Yellow Card Mod','Yellow Card Mod',
'Yellow Card Mod','Yellow Card Mod'
);
bu bilgileri direk database e kendim kaydetsem olurmu acaba ?
Kullanıcı avatarı
AlleRGy
Kayıtlı Kullanıcı
Mesajlar: 885
Kayıt: 16.05.2006, 19:14
Konum: denizli
İletişim:

Mesaj gönderen AlleRGy »

admin girişi yapıp çalıştırman gerekir.phpmyadminden elle sorgu ekleyebilirsin.
Kullanıcı avatarı
atilimtosun
Kayıtlı Kullanıcı
Mesajlar: 208
Kayıt: 29.08.2006, 20:55
İletişim:

Mesaj gönderen atilimtosun »

Eywallah üstad Hallettim Oldu
Kullanıcı avatarı
crazyworld
Kayıtlı Kullanıcı
Mesajlar: 52
Kayıt: 12.11.2005, 12:47
Konum: İsTaNBuL
İletişim:

Mesaj gönderen crazyworld »

teşekkürler kurulumu uzun ama güzel bir mod ;)
Kullanıcı avatarı
can_dpu
Kayıtlı Kullanıcı
Mesajlar: 48
Kayıt: 21.12.2006, 22:01
İletişim:

Mesaj gönderen can_dpu »

ben sql bölümünde newreye neyi kopyalıyacagımı anlamadım yardım edermisiniz.
Kullanıcı avatarı
pikachu
Kayıtlı Kullanıcı
Mesajlar: 3062
Kayıt: 16.07.2006, 15:32
Konum: ağandon /
İletişim:

Mesaj gönderen pikachu »

phpmyadminbden o kodları sorgulatman lazım.
phpmod
Kayıtlı Kullanıcı
Mesajlar: 158
Kayıt: 12.11.2006, 21:15
İletişim:

Mesaj gönderen phpmod »

Arkadaşlar ben kurdum modu herşey normal fakat Uyarılar : x yazısının ve Uzaklaştırıldınız yazısının sol tarafına kart resimleri gelmedi.Nasıl yapabilirim?
Kilitli

“2.0.x MOD Duyuruları” sayfasına dön

Kimler çevrimiçi

Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 2 misafir