Code: Select all
##############################################################
## MOD Title: Jail MOD
## MOD Author: Dr DLP < > ( Malicious Rabbit ) http://lapin-malin.com/
## MOD Description: A funny temporary ban system for your forum
##
## MOD Version: 0.2.0
##
## Installation Level: Easy
## Installation Time: 25 minutes ( 2 minutes with easymod )
##
## Files To Edit (11) :
## posting.php
## viewtopic.php
## includes/constants.php
## includes/page_header.php
## includes/usercp_viewprofile.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/overall_header.tpl
## templates/subSilver/profile_view_body.tpl
## templates/subSilver/subSilver.cfg
## templates/subSilver/viewtopic_body.tpl
##
## Included Files (16) :
## cell.php
## courthouse.php
## admin/admin_cell.php
## admin/admin_cell_general.php
## images/cell.gif
## includes/functions_jail.php
## language/lang_english/lang_jail.php
## templates/subSilver/cell_body.tpl
## templates/subSilver/cell_courthouse_body.tpl
## templates/subSilver/cell_courthouse_judge_body.tpl
## templates/subSilver/cell_courthouse_list_body.tpl
## templates/subSilver/images/icon_justice.gif
## templates/subSilver/images/icon_mini_justice.gif
## templates/subSilver/admin/config_cell_body.tpl
## templates/subSilver/admin/config_cell_general_body.tpl
## templates/subSilver/admin/config_cell_users_body.tpl
##
##############################################################
## 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:
##
## Thanks to Ptirhiik for having learned me how to make such mods !
## The code for the avatar dislay has been made by Moogie .
##
##############################################################
## MOD History:
##
## 0.2.0 ( 25/02/04)
## FIXES : many again
## ADD : ability for admin to define punishment : can't access the forums , can't post or can't read the posts
##
## 0.1.0 ( 24/01/04 )
## FIXES : many , many fixes .... Thanks to bummer < http://forums.webxtractions.com/ >
##
## 0.1.0 ( 24/01/04 )
## ADD : Courthouse ( users judge the prisonners , and can free them )
## Ablility to pay the sledge of the imprisonned users
## List of the imprisoned users
## Jail history ( user , date , sledge , sentence and liberation type )
## Ability for users to clean their police record
## Total imprisonments into profile and topics
##
## 0.0.3 ( 01/01/04 )
## FIX : Wrong redirection into the admin panel after submit - Pokemaster
## ADD : Admin can now define a text sentence
## Profile Control Panel compliance
##
## 0.0.2 ( 30/12/03 ) : First beta
##
## 0.0.1 ( 29/12/03 ) : First alpha
Profile Control Panel Version Download: Download here.