Complete Banner Mod 1.36 EM

Find the latest Versions of Niels Mods here in this Forum [Updated September 2008]

Complete Banner Mod 1.36 EM

Postby Root on Tue 16. Sep, 2008 22:56

Code: Select all
##############################################################
## MOD Title:          Complete banner
## MOD Author:         Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description:    This mod makes it posible to add banners to
##                     your phpbb2 pages, by default banners are
##                     placed in top/botton but you may place the
##                     tags, inside any template file.
## MOD Version:        1.3.6
## MOD Compatibility:  2.0.0->2.0.8
##
## Installation Level: Easy
## Installation Time:  10 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit:      10
##      viewonline.php
##      admin/admin_db_utilities.php
##      includes/constants.php
##      includes/page_header.php
##      includes/page_tail.php
##   includes/functions.php
##      templates/subSilver/overall_footer.tpl
##      templates/subSilver/overall_header.tpl
##      templates/subSilver/viewforum_body.tpl
##      templates/subSilver/viewtopic_body.tpl
##
## Included Files:     7
##      complete_banner_db_update.php
##      root/redirect.php
##      root/admin/admin_banner.php
##      root/language/lang_english/lang_banner.php
##      root/templates/subSilver/redirect.tpl
##      root/templates/subSilver/admin/banner_edit_body.tpl
##      root/templates/subSilver/admin/banner_list_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:
##
## 1. Full MOD description
## -----------
## This mod makes it posible to add banners to your phpbb2
## pages, by default banners are placed in top/botton but
## you may place the tags, inside any template file.
## I have given a example with 15 banner placements, you
## may add more in the language file, if you need others the
## text in the language file are only examples, you may change it.
## you may add banners, and define priority and time/day/date
## based rules, to let banners rotate you may also specify who
## may/shall see the banners, e.g. guest only or not admin
## number of clicks and views are counted, and can be viewed
## in ACP - after a user click a banner, you may specify how long time
## before the same users click will be re-counted,
## it is even posible to specify to hide the banner after a user have clicked it.
##
## 2. EasyMOD
## -----------
## This MOD is compatible and can be installed by EasyMOD
## of Nuttzy (but is not officially EasyMOD Compliant)!
## http://area51.phpbb.com/phpBB22/viewforum.php?sid=&f=15
##
## However, on alpha releases of EM and meanwhile beta or
## final release some actions are NOT performed.
## You'll have to do them manually !
##
## 2.1 SQL commands are not performed
## -----------
## This MOD need a database update.
## Then, in any case if you install this MOD manually or using
## an alpha release of EM, please copying the *_db_update.php
## in your phpBB root directory, run it with your navigator,
## and then delete it from the phpBB root directory.
##
## Please, do it NOW! Before editing phpBB files by EM or manually!!!
## Otherwise, you may have an error message during your next
## connection.
##
## 2.2 Translation are not managed
## -----------
## Moreover, EM can not already manage actions for any other
## language than English (but language intructions are proceed
## to all installed languages in order to prevent errors).
## So the translations provided with this MOD must be installed
## manually if you need them.
## For this MOD, copy lang_*.php file(s) manually from
## their root/language/lang_xxx directories to their respective
## language/lang_xxx directories in the phpBB root dir.
##
## 3. Official last version link
## -----------
## Meanwhile the phpBB group validation and as the MOD is not yet
## in the phpBB MOD database, check this official link for updates...
## http://mods.db9.dk/viewtopic.php?t=1503
##
##############################################################
## MOD History:
##
##   2004-07-06 - Version 1.3.6
##   - weigth wasen't storred when creating a banner only updating - also changed the length of allowed redirect urls
##
##   2004-04-04 - Version 1.3.5
##   - text type, for page_header.php corrected, as it was buggy
##
##   2004-21-02 - Version 1.3.4
##   - redirect.tpl and lang_banner.php have been updated, now the mod ONLY uses java**script
##        to redirect - this works more correctly with some commercial adds
##
##   2004-18-01 - Version 1.3.3
##   - redirect.php have been updated, a wrong version was included prior
##
##   2003-15-11 - Version 1.3.2
##   - english language file was missing the $lang['Left_via_banner']
##        now updated to include this once again
##
##   2003-15-11 - Version 1.3.1
##   - added changes ned to functions.php
##   - corrected a typo in db_update.php
##
##   2003-15-11 - Version 1.3.0
##   - added ability to specify "hide banner after click"
##   - added ability to specify "banner click inactive time"
##
##   2003-15-11 - Version 1.2.3
##   - changed "'width to 'width
##
##   2003-12-11 - Version 1.2.2
##   - a error in admin_banner.php ver 1.2.0./1.2.1. did
##        cause problems - now corrected
##
##   2003-12-11 - Version 1.2.1
##   - $lang['Banner_comment_explain']+ $lang['Left_via_banner'] added
##
##   2003-12-10 - Version 1.2.0
##   - added option to change banner size
##   - added option to make banners as flash (or other types)
##
##   2003-12-08 - Version 1.1.5
##      - phpBB template & EasyMOD compliance enhancement
##      - Italian translation now provide with the MOD
##
##   2003-10-25 - Version 1.1.4
##   - minor change redirect.php
##   - added PAGE_REDIRECT constant
##   - added change to viewonline.php
##   - corrected how-to header
##   - updated lang_banner.php
##
##   2003-10-25 - Version 1.1.3
##   - added change to admin_db_utils.php
##
##   2003-08-23 - Version 1.1.2
##   - updated redirect.php, db_update.php and constants.php
##      - click statistics are now stored
##
##   2003-08-23 - Version 1.1.1
##   - updated admin_banner.php, and improved the
##        template/lang_banner.php
##
##   2003-08-23 - Version 1.1.0
##   - now EM ready
##
##   ????-??-?? - Version 1.0.5
##   - admin_banner.php, redirect.php updated
##
##   ????-??-?? - Version 1.0.4
##   - minor typo in the file names, now corrected
##
##   ????-??-?? - Version 1.0.3
##   - 1.0.2 did require change to page_tail.php witch
##        is now included
##
##   ????-??-?? - Version 1.0.2
##   - now support that banner are to show in a specific forum
##
##   ????-??-?? - Version 1.0.1
##   - added new feature, banners can show depending
##        on user type
##
##   ????-??-?? - Version 1.0.0
##   - corrected redirect.tpl file, now considered as final
##
##   ????-??-?? - Version 0.9.3
##   - correction to page_header.php
##
##   ????-??-?? - Version 0.9.2
##   - correction to page_header.php
##
##   ????-??-?? - Version 0.9.1
##   - correction to page_header.php
##
##   ????-??-?? - Version 0.9.1
##   - correction to page_header.php
##
##   ????-??-?? - Version 0.9.0
##   - initial beta 
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
Attachments
complete_banner_1.3.6em.zip
Complete Banner Mod 1.36 EM
(31.52 KiB) Downloaded 114 times
Root
Poster
Poster
 
Posts: 8
Joined: Wed 28. May, 2003 13:06

Return to Latest Niels Mods Downlads

Who is online

Users browsing this forum: No registered users and 1 guest

cron