BBtoNuke 2.0.11 
Description: Note: 02/18/05: Updated to include fixes from PHP-Nuke Patched 2.9. PHP-Nuke 7.x and BbtoNuke 2.0.10 are required
Changes since 2.0.10
Fixed unsetting global vars - Matt Kavanagh
Fixed XSS vulnerability in username handling - AnthraX101
Fixed not confirmed sql injection in username handling - warmth
Added check for empty topic id in topic_review function
Added visual confirmation mod to code base
Version: 2.0.11 Filesize: 120.47 Kb
Added on: 19-Nov-2004 Downloads: 12924
Last Updated On: 18-Feb-2005 Rating: 8.0 (7 Votes)
HomePage | Rate Resource | Details | Comments (3)
BBtoNuke 2.0.17 
Description: The
changelog (contained within this release) is as
follows:
- Added extra checks to the deletion code in privmsg.php - reported by
party_fan
- Fixed XSS issue in IE using the url
BBCode
- Fixed admin activation so that you must
have administrator rights to activate
accounts in this mode - reported by ieure
- Fixed get_username returning wrong row
for usernames beginning with numerics -
reported by Ptirhiik
- Pass username through
phpbb_clean_username within
validate_username function - AnthraX101
- Fixed PHP error in message_die function
- Fixed incorrect generation of {postrow.SEARCH_IMG}
tag in viewtopic.php - reported by Double_J
- Also fixed above issue in
usercp_viewprofile.php
- Fixed incorrect setting of user_level on
pending members if a group is granted
moderator rights - reported by halochat
- Fixed ordering of forums on
admin_ug_auth.php to be consistant with
other pages
- Correctly set username on posts when
deleting a user from the admin panel
Version: 2.0.17 Filesize: 72.71 Kb
Added on: 19-Jul-2005 Downloads: 10689
Last Updated On: 19-Jul-2005 Rating: 5.0 (4 Votes)
HomePage | Rate Resource | Details
BBtoNuke 2.0.16 
Description: Fixed critical issue with highlighting - Discovered and fix provided by Ron van
Daal
Url descriptions able to be wrapped over more than one line again
Fixed bug with eAccelerator in admin_ug_auth.php
Check new_forum_id for existence in modcp.php - alessnet
Prevent uploading avatars with no dimensions - Xpert
Fixed bug in usercp_register.php, forcing avatar file removal without updating
avatar informations within the database - HenkPoley
Fixed bug in admin re-authentication redirect for servers not having index.php
as one of their default files set
Version: 2.0.16 Filesize: 46.86 Kb
Added on: 28-Jun-2005 Downloads: 10475
Last Updated On: 12-Jul-2005
HomePage | Rate Resource | Details
BBtoNuke 2.10 
Description: Fixed deleting of styles in admin_styles.php
Fixed wrong unsetting of variables introduced in phpBB 2.0.9, making the board
non-functional for users with specific php.ini settings
Added code to let phpBB work with PHP5 for those having register_long_arrays set
to off (default settings) - running phpBB 2.0.x with PHP5 is not supported at
http://www.phpbb.com.
Fixed bug in admin_board.php for board settings having single quotes in it
Fixed "search by author" in search.php. Now it is possible to search
for users with special chars in their name too
Fixed forum jumpbox propagating session id in moderator control pages
Added check for newlines at redirecting pages, to prevent http response splitting
attacks - Ory Segal and Amit Klein
Fixed visual confirmation code. The image was not created due to a wrong regular
expression.
Version: 2.10 Filesize: 41.80 Kb
Added on: 18-Jul-2004 Downloads: 9858
Last Updated On: 19-Jul-2004 Rating: 10.0 (3 Votes)
HomePage | Rate Resource | Details
BBtoNuke 2.0.18 
Description: BBtoNuke 2.0.18 for core PHP-Nuke
- [Fix] incorrect handling of password
resets if admin activation is enabled (Bug
#88)
- [Fix] retrieving category rows in
index.php (Bug #90)
- [Fix] improved index performance by
determining the permissions before iterating
through all forums (Bug #91)
- [Fix] wrong topic redirection after
login redirect (Bug #94)
- [Fix] improved handling of username
lists in admin_ug_auth.php (Bug #98)
- [Fix] incorrect removal of bbcode_uid
values if bbcode has been turned off (Bug
#100)
- [Fix] correctly preview signature if
editing other users posts (Bug #101)
- [Fix] incorrect alt tag on generated
search images in groupcp.php, viewtopic.php
and usercp_viewprofile.php (Bug #102)
- [Fix] consistent forum ordering in all
dropdown boxes (Bug #106)
- [Fix] correctly get compression status
in page_tail.php and page_footer_admin.php
(Bug #117)
- [Fix] set page title on summary page of
groupcp.php (bug #125)
- [Fix] correctly test style and avatar in
usercp_register.php (bug #129 and #317)
- [Fix] handling of reactivation
notifications if admin activation is enabled
(Bug #145)
- [Fix] handling of both forms of
translation information used in language
packs (Bug #159)
- [Fix] key length for activation keys
fixed in usercp_sendpassword.php (Bug #171)
- [Fix] use GENERAL_MESSAGE constant in
message_die instead of MESSAGE (Bug #176)
- [Fix] incorrect handling of move stubs
(Bug #179)
- [Fix] wrong mode_type in memberlist (Bug
#187)
- [Fix] SQL errors when setting maximum
PMs to 0 (Bug #188)
- [Fix] removed unused variable from
topic_notify email template (Bug #210)
- [Fix] removed unset variable from
smilies popup window title (Bug #224)
- [Fix] removed duplicate template
assignment from admin_board.php (Bug #226)
- [Fix] incorrect search link for guest
posts in modcp.php (Bug #254)
- [Fix] all users removed from topics
watch table on special occassions (Bug #271)
- [Fix] correctly check returned value
from strpos in append_sid function (Bug
#275)
- [Fix] correctly display username in
private message notification (Bug #278)
- [Fix] fixed "var-by-ref" errors (Bug
#322)
- [Fix] changed redirection to
installation (Bug #325)
- [Fix] added timout of 10 seconds to
version check (Bug #348)
- [Fix] fixed user_level default in
postgresql schema file (Bug #444)
- [Fix] multiple minor HTML issues with
subSilver
- [Change] deprecated the use of some PHP
3 compatability functions in favour of the
native equivalents
- [Change] added 60 days limit for
grabbing unread topics in index.php
- [Sec] backport of session keys system
from olympus
- [Sec] fixed email bans to use the same
pattern as email validation and allow
wildcard domain bans
- [Sec] fixed validation of topic type
when posting
- [Sec] unset database password once it is
no longer needed
- [Sec] fixed potential to select images
outside the specified path as avatars or
smilies
- [Sec] fix globals de-registration code
for PHP5 - (Stefan Esser/Matt Kavanagh)
- [Sec] changed avatar gallery code
sections to prevent possible injection
points (AnthraX101)
- [Sec] signature field is not properly
sanitised for user input when an error
occurs while accessing the avatar gallery
(AnthraX101)
- [Sec] check to_username and ownership
when editing a PM (AnthraX101)
- [Sec] fixed ability to edit PM's you did
not send (depablo84)
- [Sec] compare imagetype on avatar
uploading to match the file extension from
uploaded file
Version: 2.0.18 Filesize: 269.39 Kb
Added on: 01-Nov-2005 Downloads: 9079
Last Updated On: 04-Nov-2005
HomePage | Rate Resource | Details
BBtoNuke 2.0.15 for core PHP-Nuke 
Description: Fixed moderator status removal in groupcp.php
Removed newlines after ?> on some files - Thoul
Added admin re-authentication (admin needs to login seperatly to access the ACP)
- backported from Olympus
Fixed vulnerability in url/bbcode handling functions - PapaDos and Paul/Zhen-Xjell
from CastleCops
Fixed issue in admin/admin_forums.php
Suppressed warning message for fsockopen in /includes/smtp.php - Thoul
Fixed bug in admin/admin_smilies.php (admin is able to add empty smilies) - Exy
Adjusted documents to reflect the urgent need to update the files too (not only
running the database update script)
Updated the readme file
Added one new language variable
Added general error if accessing profile for a non-existent user
Changed session id generation to be more unique - Henno Joosep
Fixed bug in highlight code to escape characters correctly
Reversed the 2.0.14 fix for postgresql because it produced more problems than it
solves.
Added reference to article written by R45 about case-sensitivity in postgreSQL
to the readme file
Fixed bypassing of validate_username on registration - Yen
Empty url/img bbcodes no longer get parsed
Version: 2.0.15 Filesize: 114.89 Kb
Added on: 08-May-2005 Downloads: 8646
Last Updated On: 13-Sep-2005 Rating: 10.0 (1 Vote)
HomePage | Rate Resource | Details
Event Calendar for nuke 7.5 
Description: This is an updated version of Event Calendar 2.31 (originally authored by Rob Sutton and then subsequently enhanced by Charlie Love). This version is compliant with the new nuke 7.5 admin functions and has a number of small bugs/discrepancies fixed. I made the changes for my own web site and offer it up to anyone else who is interested.
Version: 2.30 Filesize: 57.27 Kb
Added on: 09-Jan-2005 Downloads: 7706
Last Updated On: 09-Jan-2005 Rating: 1.0 (13 Votes)
HomePage | Rate Resource | Details | Comments (1)
BBtoNuke 2.0.8 Upgrade Pack 
Description: Changes:
Fixed several vulnerabilities in admin pages
Fixed sid checking code in admin/pagestart.php
Fixed injection vulnerabilities possible with the img bbcode tag
Limited allowed images in img bbcode tag to jpg, jpeg, gif and png
Fixed redirect problems - 2.0.7a
Fixed sql injection vulnerability in search - 2.0.7a
To view the files that need to be replaced to upgrade from BBtoNuke 2.0.7 to 2.0.8 or to make the changes manually go here, the only two files you won't be able to manually edit are pagestart.php and bbcode.php, the first one underwent changes only valid on PHP-Nuke and the second one was re-ported.
Version: 2.0.8 Filesize: 189.03 Kb
Added on: 26-Mar-2004 Downloads: 7693
Last Updated On: 26-Mar-2004
HomePage | Rate Resource | Details
BBtoNuke 2.0.19 
Description: What has changed in this release?
The changelog (contained within this release) is as follows:
[Fix] corrected index on session keys table under MS SQL
[Fix] added session keys table to backup
[Fix] delete session keys entries when deleting user
[Fix] changes to support MySQL 5.0
[Fix] changes to some of the admin files to improve efficiency and remove a
potential error condition when building the menu
[Fix] change truncation of username length in usercp_register.php - BFUK
[Fix] incorrect path to avatars in admin_users.php (Bug #667)
[Fix] fixed get_userdata to support correct sql escaping (non-mysql dbs) -
jarnaez
[Fix] fixed captcha for those not having the zlib extension enabled
[Change] Placed version information above who is online in admin panel for
better visual presence
[Sec] fixed XSS issue (only valid for Internet Explorer) within the url bbcode
[Sec] fixed XSS issue (only valid for Internet Explorer) if html tags are
allowed and enabled
[Sec] added configurable maximum login attempts to prevent dictionary attacks
Version: 2.0.19 Filesize: 148.23 Kb
Added on: 30-Dec-2005 Downloads: 7498
Last Updated On: 30-Dec-2005 Rating: 9.0 (4 Votes)
HomePage | Rate Resource | Details
Gallery 2.0 
Description: Gallery is the next generation of open source photo sharing web applications. Gallery gives you an intuitive way to blend photo management seamlessly into your own website whether you're running a small personal site or a large community site. Hundreds of thousands of people and organizations are using Gallery to create personalized photo albums on their websites.
Version: 2.0 Filesize: 5.00 MB
Added on: 26-Aug-2003 Downloads: 6828
Last Updated On: 14-Sep-2005 Rating: 10.0 (1 Vote)
HomePage | Rate Resource | Details