Topic: Referral Count Mod v1.0
##
##
## Mod title: Referral Count Mod
##
## Mod version: 1.0.0
## Works on PunBB: 1.2.x
## Release date: 2005-11-26
## Author: Daniel Moxon (http://programming-designs.com)
##
## Description: Track how many people your members are referring to your
## forums with this easy to implement mod.
##
## Affected files: index.php
## register.php
## profile.php
##
## Affects DB: New column: (in users table)
## 'referral_count'
##
## Notes: install_mod.php has only 1.2.10 listed in working versions, if you
## have another version, feel free to include it in the install_mod.php, most
## versions should work with it. I have only tested it with 1.2.10 though.
##
##
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##
Download it here.
Working example is on my forums: http://programming-designs.com/forums
To see how it works, go to the forums and view the profile of one of the members. You should see both "Referral Count:" and "Referral URL:".
Enjoy.