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
##############################################################