- Code: Tout sélectionner
##############################################################
## MOD Title: Transaction mod for the point system
## MOD Author: conanqtran < conanqtran@maihoatrang.com > (Conan Tran) http://www.maihoatrang.com
## MOD Description: This mod enable you to track who is donating point to who in your forum
## MOD Version: 1.3.0
##
## Installation Level: Easy
## Installation Time: 10 Minutes
## Files To Edit: pointscp.php
## viewonline.php
## admin/index.php
## includes/constants.php
## includes/page_header.php
## language/lang_english/lang_main.php
## language/lang_english/email/user_notify_donation.tpl
## templates/subSilver/overall_header.tpl
## templates/subSilver/points_system.tpl
##
## Included Files: transaction.php
## mytransfer.php
## viewtransfrom.php
## viewtransto.php
## viewtransfrom_body.tpl
## transaction_body.tpl
## mytransfer_body.tpl
## viewtransto_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:
##
## Copyright Conan Tran. 2003 - http://www.maihoatrang.com/
## No placement of this MOD at sites other than www.phpBB.com without my permission.
##
## Development topic at phpBB: http://www.phpbb.com/phpBB/viewtopic.php?t=52933
##
## Duong Qua is the nick of Conan Tran at http://www.maihoatrang.com/forums/
##
## You will need to install the point system mod written by eXplosive first before attempt
## to install my mod. Download the point mod at: http://www.phpbb.com/phpBB/viewtopic.php?t=75337
##
## This mod is for phpBB2 version 2.0.4
##############################################################
## MOD History:
##
## 2002-10-04 - Version 1.0.0
## - initial beta, store transaction details into the DB and display them in a single page
##
## 2002-10-07 - Version 1.0.1
## - fixed: also record if user enter 0 in the donate point field which, shouldn't be inserted into the DB
##
## 2002-10-20 - Version 1.1.0
## - added feature: if user is viewing different transaction page, online status will change accordingly
##
## 2002-11-16 - Version 1.1.1
## - fixed some typos in the transaction.php file - Thanks gatty for pointing this out :)
##
## 2003-03-6 - Version 1.2.0
## - added: the list of people who donate point(s) to you and the total number of points donated to you
## - added: the list of people YOU donate point(s) to and the total number of points you have donated
##
## 2003-04-25 - Version 1.3.0
## - Upgrade to compatible with phpBB2.0.4 and the latest point mod
## - Force the user to enter the reason for sending you point(s)
##
## To Do:
## 1. Only Admin/Mods can view the list of who donates point(s) to who (can be set ON/OFF via Admin CP)
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
Merci d'avance à celui qui voudra bien me faire ca








