phpBB 2 : Creating Communities phpBB 2.0.x CHANGELOG
  1. Changelog
    1. Changes since 2.0.18
    2. Changes since 2.0.17
    3. Changes since 2.0.16
    4. Changes since 2.0.15
    5. Changes since 2.0.14
    6. Changes since 2.0.13
    7. Changes since 2.0.12
    8. Changes since 2.0.11
    9. Changes since 2.0.10
    10. Changes since 2.0.9
    11. Changes since 2.0.8
    12. Changes since 2.0.7
    13. Changes since 2.0.6
    14. Changes since 2.0.5
    15. Changes since 2.0.4
    16. Changes since 2.0.3
    17. Changes since 2.0.2
    18. Changes since 2.0.1
    19. Changes since 2.0.0
    20. Changes since RC-4
    21. Changes since RC-3
    22. Changes since RC-2
    23. Changes since RC-1
    24. Changes since RC-1 (pre)
  2. Disclaimer

1. Changelog

This is a non-exhaustive (but still near complete) changelog for phpBB 2.0.x including beta and release candidate versions. Our thanks to all those people who've contributed bug reports and code fixes.

l.i. Changes since 2.0.18

  • [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

l.ii. Changes since 2.0.17

  • [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

l.iii. Changes since 2.0.16

  • 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

l.iv. Changes since 2.0.15

  • 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

l.v. Changes since 2.0.14

  • 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

l.vi. Changes since 2.0.13

  • Hardened author and keyword search a bit to not allow very server intensive searches
  • Fixed full path disclosure in bad word parsing
  • Resetting complete userdata array in session code if authentication fails
  • Fixed bug in moderator control panel where certain parameters could lead to an "error creating new session" sql error
  • Fixed bug in session code where empty page ids could lead to an "error creating new session" sql error
  • Fixed html handling in signatures if html is turned off globally
  • Fixed install.php problem with PHP5 register_long_arrays option turned off
  • Fixed potential issues with styling system
  • Added correct class to login_body template file
  • Removed file db/oracle.php from package
  • Removed version number from message body page in /admin (if user is not an admin) - mikelbeck
  • Fixed case-sensitivity issues in postgres7.php - R45

l.vii. Changes since 2.0.12

  • Ommitted preg_replace warning in viewtopic due to improper working of preg_quote in PHP - originally reported by matrix_killer, fix submitted by another party
  • Fixed high severity issue in session handling allowing everyone gaining administrator rights. Please update as soon as possible.
  • Minimum requirements raised to PHP 4.0.3 or above due to fixing vulnerability issues breaking PHP3 compatibility.

l.viii. Changes since 2.0.11

  • Added confirm table to admin_db_utilities.php
  • Prevented full path display on critical messages
  • Fixed full path disclosure in username handling caused by a PHP 4.3.10 bug - AnthraX101
  • Added exclude list to unsetting globals (if register_globals is on) - SpoofedExistence
  • Fixed arbitrary file disclosure vulnerability in avatar handling functions - AnthraX101
  • Fixed arbitrary file unlink vulnerability in avatar handling functions - AnthraX101
  • Removed version number from powered by line
  • Merged database update files to update_to_latest.php file
  • Fixed path disclosure bug in search.php caused by a PHP 4.3.10 bug (related to AnthraX101's discovery)
  • Fixed path disclosure bug in viewtopic.php caused by a PHP 4.3.10 bug - matrix_killer

l.ix. Changes since 2.0.10

  • Fixed vulnerability in highlighting code (very high severity, please update your installation as soon as possible)
  • 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

l.x. Changes since 2.0.9

  • 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.

l.xi. Changes since 2.0.8

  • Fixed one vulnerability in admin_board.php - Xore
  • Added checking for proper session id characters to sessions and viewtopic to prevent injections - Bartlomiej Korupczynski
  • Fixed injection vulnerabilities possible with linked avatars
  • Implemented unsetting globalised variables
  • Limited confirm switch to POST variable in posting
  • Changed IP code in common.php to prevent IP spoofing, which might introduce some problems with private IP Ranges showing up. - Wang Products
  • Updated visual confirmation mod [pre-edited files]
  • Moved obtaining word censors in modcp out of topic generation loop [increased performance/lower query count] - spotted by R45
  • Added the ability to link to https/ftps sites using the img bbcode tag
  • Fixed user online information in admin/index.php
  • Fixed getting group moderator in groupcp.php if running oracle backend - spotted by pakman
  • Fixed use of non-existing result variable in modcp (poster_id instead of user_id)
  • Fixed several vulnerabilities (XSS, SQL Injection and path disclosure) only possible with register_globals enabled - Matthew C. Kavanagh, Janek Vind
  • Fixed problem with SID not delivered to next page in groupcp.php

l.xii. Changes since 2.0.7

  • 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
  • Fixed sql injection vulnerability in privmsg - 2.0.8a

1.xiii. Changes since 2.0.6

  • Fixed several vulnerabilities in modcp - Robert Lavierck
  • Changed whois lookup address within admin index
  • Fixed potential vulnerability in viewtopic postorder - 2.0.6d
  • Updates to cope with Zend Optimizer 2.5 problems - 2.0.6d - jetset
  • Force specialcharing of redirect variable in login - Pit
  • Fixed potential vulnerability in viewtopic postdays - GulfTech Security Research
  • Fixed potential vulnerability in viewforum topicdays - GulfTech Security Research
  • Fixed potential vulnerability in modcp
  • Fixed potential vulnerability in avatar gallery

1.xiv. Changes since 2.0.5

  • Fixed various email issues
  • Fixed registration email bug with Administrator Confirmation used
  • Fixed mass emailer
  • Fixed long post time issue
  • Fixed bug with usernames containing single quotes
  • Fixed word list bug - Word boundaries were not considered
  • Fixed vulnerability in style admin
  • Fixed sql injection vulnerability in viewtopic
  • Fixed vulnerability allowing server side variable access in search - tendor
  • Fixed potential vulnerability in 2.0.5 login username entry - throw away/eomer
  • Fixed sql injection with reset date format field in profile - tendor

1.xv. Changes since 2.0.4

  • Removed user facing session_id checks
  • Fixed user self-activation after deactivation
  • Fixed incorrect functioning of phpbb_realpath
  • Fixed wrong path to database schema files within the upgrade script
  • Fixed double quote problem with username validation
  • Allow & within email addresses
  • Fixed email validation for banned email addresses
  • Removed underline from email domain validation
  • Fixed redirection for sentbox folder, installation and email
  • Fixed poll deletion
  • Fixed Mozilla navigation bar
  • Fixed URL bbcode parsing
  • Fixed database timeouts while searching the forums
  • Fixed wrong email return path in admin mass mailing - netclectic
  • Fixed MS-SQL failures within the update script
  • Fixed memberlist sort order
  • Fixed not showing leading spaces within Code BBCode
  • Fixed problem with adding double quotes to subject titles
  • Remove username input field from profile when user cannot change name
  • Fixed pagination error with highlighting
  • Fixed errors if no smilies are installed
  • Fixed CSS issues with IE 5.2 on MacOS X
  • Fixed missing sid propagation problem within the Moderator Control Panel
  • Fixed language variables within Authentication error output
  • Removed doubled CSS class definitions within input fields
  • Fixed username change within the Administration Panel
  • Added missing <tr> tags to index_body.tpl
  • Added missing username language variable to admin index page
  • Fixed moderator status update if a usergroup got deleted
  • Fixed poll handling upon post edit
  • Fixed remove common words from search table if post get pruned - Nuttzy99
  • Fixed behaviour on splitting topics if no checkbox is selected
  • Anonymous is no longer displayed within Username dropdown boxes
  • Fixed viewprofile redirection if an invalid mode was specified
  • Fixed fraction settings within determining common words - Novan
  • Prevent admin change usernames to his own within the ACP
  • Activation email is sent to all admins
  • Fixed conversion of & to &amp; in appropriate cases
  • Fixed display of "greater than topics per page" announcements preventing display of normal posts
  • Added variable checks to database backup and restore screen
  • Prevented pm popup window from resetting after visiting avatar gallery
  • Fixed special character handling with word censor
  • Added SID to jumpbox
  • Fixed problems with usernames using html special chars
  • Added GMT + 13 to English lang_main, all translators are encouraged to do likewise
  • Deleted doubled 'U_MEMBERLIST' assignment from page_header.php
  • Fixed wrong display of Signature Checkbox while editing Private Message
  • Fixed disappearing post text if emoticon was inserted directly after pressing a BBCode button
  • Display correct alt-tag for smilies within postings
  • Prevented the ability to apply BBCode to website contents
  • Fixed maxlength issue with password field in login_body.tpl
  • Fixed possible username duplication issue with validation and username length
  • Fixed split words function to handle additional foreign characters
  • Changed empty email To Field to use a non-disclosure delimiter
  • Fixed wrong language var in install.php - FTP Config screen
  • Fixed alt tag for locked topic images in viewforum_body.tpl
  • Fixed typo in groupcp.php - $lang['Unsub_success'] instead of $lang['Usub_success']
  • Fixed timezone display
  • Fixed wrong display of author quote tag within profile - Cl1mh4224rd
  • Added deletion of sessions of users whose account is deactivated
  • Added mail header X-MimeOLE to the emailer class
  • Prevent registration if user is logged in or user trying to register again
  • Prevent usage of char(255) in usernames
  • Added check for additional FORWARDED_FOR IP's - cosmos
  • Fixed handling of non-selection of option when voting
  • Fixed potential xss issue with memberslist mode
  • Default English support for visual confirmation - translators are encouraged to support this

1.xvi. Changes since 2.0.3

  • Fixed cross-browser scripting issue with highlight param
  • Back-ported highlighting code from phpBB 2.2
  • Add session id validation to posting, profile, email, voting - Edwin van Vliet
  • Added {S_HIDDEN_FIELDS} template var to profile_send_email.tpl
  • Added "intval" fix for flood check, may resolve some issues
  • Added missing index to post_id for search_wordmatch
  • Fixed spelling error in search add words preventing use of stopword list
  • Fixed issue with search common words not being run
  • Introduce viewtopic resync patch by Ashe
  • Replace a for n in templating code
  • Fixed ordering in memberslist
  • Fixed group_id sequence issues with pgsql and msaccess
  • Fixed assumption of word censors in user notification
  • Fixed incorrect display of quotes in user management fields
  • Fixed entry of special chars in all profile fields - note this may cause temporary issues
  • Fixed incorrect display of quotes when using avatar gallery
  • Fixed missing username in email sent to users when admin activated
  • Added check for non-empty smiley code and url in smiley admin
  • Prevent display of -- sig seperator in emails when no board sig exists
  • Fixed URL propagated sid issues with jumpbox
  • Fixed wrong mode name check (polldelete) in functions_post
  • Added missing root path to l10n image path check
  • Remove validation of fields when deleting a user
  • Fixed sort mode select box in memberslist to default to current mode
  • Deny inline topic review listing to users without auth_read permissions
  • Prevent display of topic notification checkbox if user cannot read forum
  • Remove incorrect pre-pending of IP to uploaded avatars
  • Fixed deletion of uploaded avatars when changing to remote/gallery
  • Added check for non-blank line during install schema/basic sql ops
  • Added sort ordering to Top Ten poster listing by request
  • Fixed incorrect error report when altering case of username
  • Added jumpbox output to modcp {JUMPBOX} will now work
  • Fixed non-updating of users with MOD levels when deleting a forum
  • Remove email to group moderator when approving new members
  • Fixed non-handling of HTML in poll options
  • Fixed non-deletion of polls when deleting forum and its posts
  • Fixed moved shadow topic from being bumped upon reply
  • Changed field size of timezone to decimal(5,2) where applicable
  • Fixed missing sid append to URL when redirecting to newest reply
  • Fixed missing slashes in private IP preg check
  • Fixed session not setting userdata['user_id'] to ANON as appropriate
  • Added check for non-empty name in disallow admin
  • Fixed validation of SSL website addresses in profile
  • Fixed inability of admins to upload avatars via user admin panel
  • Fixed non-deletion of private message text upon full box overwrite
  • Fixed incorrect error message in smiley admin
  • Fixed incorrect alt-text for "Stop Watching Topic" image
  • Temporary fix for missing lang strings in forum admin - translators should update their packages if not done already
  • Use selected localisation during later stages of installation
  • Fixed non-check of permissions when deleting a topic via Moderator Control Panel
  • Fixed non-update of banlist upon user deletion
  • Check approved users boxes by default in usergroup approve form
  • Fixed non-appending of sid to backup meta refresh
  • Fixed non-notification of no support for certain databases in backup/restore
  • Added $images var to message die global declaration
  • Fixed wrong string, Private_message in Private Messaging
  • Add mail send result to error output
  • Fixed non-appending of sid to Mozilla nav bar menu items
  • Fixed incorrect profile linking from MSNM url in private messaging
  • Grammatical errors in English lang_main fixed - Cluster
  • Allow deletion of avatar and simultaneous upload/linking/gallery selection
  • Fixed non-updating of user rank when changing from special to normal rank in rank admin
  • Changed user topic notification default in schemas to 0 (off)
  • Fixed non-XHTML compliant img tags in privmsg.php
  • Fixed non-deletion of announcements and polls when removing forum contents in forum admin
  • Fixed non-pruning of watched topics table when pruning related topics
  • Enable GET redirect on logout
  • Added check for IE6.x to viewtopic ICQ indicator javascript
  • Fixed empty username quoting with MS-SQL
  • Fixed BBCode url, magic url and img tags to allow most chars beyond domain names
  • Prevent parsing of -ve size values in BBCode size tag
  • Back ported HTML handler from 2.2, this may impact some boards which allow complex HTML - existing parser remains but commented out
  • Fixed parsing of word censors to not censor words within < and > tag delimiters
  • Fixed database utilities failing to backup data with MySQL
  • Fixed signature parsing in User Admin
  • Fixed missing class="post" tags in subSilver Admin templates
  • Fixes for paths under Apache2
  • Added wrap text with tag support for posting in Mozilla 1.1+
  • Fixed use of missing CSS classes in modcp_split, group_info_body, error_body and agreement
  • Fixed ability of users to edit polls even after they have received votes
  • Fixed header Location to be absolute URL as per HTTP 1.1 spec - noted by PhilippK
  • Added additional session_id checks to MCP, topic subscription, PM and similar items
  • Fixed colour select box in posting_body to reset to Default colour after selection
  • Altered PM icon to show new image until messages have been read
  • Fixed incomplete deletion of PMs when removing the associated user
  • Fixed unread and new PM user counters to decrement appropriately in all situations
  • Fixed possible cross-site scripting issue with username search
  • Fixed some problems with gzip in combination with newer PHP versions and Mozilla
  • Fixed wrong maxlength in modcp_split.tpl subject field
  • Fixed inability to edit username of guest poster - vHiker
  • Fixed ability for guests to post with certain registered usernames
  • Fixed various HTML issues to improve XHTML compliance - Daz
  • Fixed missing template var {L_PM} for memberslist - Daz
  • Fixed wrong key name for $images['Topic_un_watch'] - Daz
  • Fixed missing template var {S_WATCH_TOPIC_IMG} for viewtopic - Daz
  • Fixed missing default constraints for post table under MSSQL
  • Fixed incorrect field size for forum pruning - preventing days > 256
  • Fixed continuing redirect issues for broken web servers, e.g. IIS+CGI PHP
  • Fixed inability to use ftp as a protocol for the [img] tag
  • Fixed incorrect handling of [img] tags containing %20 encoded spaces
  • Added check for . within cookie_name, change to _ if present
  • Added SHOW_ONLINE constant to limit "users online" code operation to index and viewforum
  • Added "temporary" workaround for Apache2 + PHP module ignoring "private" cache header
  • Added workaround for modcp IP lookup and links to Anonymous user profile
  • Fixed broken bbcode parsing of quotes containing bbcode in the "username"
  • Fixed excess slashes in [quote=""] first pass encoding
  • Fixed rendering issue with quote button under Mozilla - Daz
  • Grammatical errors in remaining core lang files fixed - Cluster
  • Fixed bbcode quote breaking when username contained ] before [
  • Fixed duplicate group_id error during upgrade of users from phpBB 1.x
  • Fixed stripslashes() problem with the conversion of the config table from phpBB 1.x
  • Rejiggled validation code, may eliminate "Username disallowed" issues
  • Fixed differing initial "public" setting of forum permissions between different files
  • Added check for invalid (non-compliant) email addresses to upgrade script
  • Further redirect workarounds for broken servers, please direct further issues to the vendors
  • Added GMT + 13 to English lang_main, all translators are encouraged to do likewise
  • Added switch to default_lang email template if user lang template no longer exists
  • Fixed javascript error when selecting smiley containing a single quote
  • Update users watched topic if a post they made is split into a new topic
  • Fixed situations where email templates contain incorrect or missing subject lines
  • Fixed error when searching for posts and no forums exist
  • Fixed potential SQL vulnerability with marking of private messages - Ulf Harnhammar

1.xvii. Changes since 2.0.2

  • Fixed potential cross-site scripting vulnerability with avatars - Showscout
  • Fixed potential SQL rewrite issue in page header - missing contrib
  • Fixed potential CSS/HTML rewrite on viewing in login - Marc Rees
  • Fixed (hopefully) issue with MS Access and multiple pages

1.xviii. Changes since 2.0.1

  • Fixed missing "username" lang variable in user admin template
  • Session work around for users behind rotating IPs - vHiker
  • Fixed potential session user_id re-write - Ashe
  • Fixed potential cross-browser scripting issue with BBCode URLs
  • Fixed potential gallery avatar exploit - Ashe
  • Fix sorting of smileys on each function call - Ashe/psoTFX
  • Clear topic_mod text output in viewtopic - Lars
  • Fix regex for avatar remote urls
  • Fix non-updating of user post counts when deleting whole topics
  • Increase time limit when sending topic reply notifications
  • Set default forum when splitting topics
  • Fix non-deletion of uploaded avatars when switching to gallery
  • Removed various closing newlines from included files
  • Add MAX_ROWS to HEAP table alter in install/upgrade - Ashe
  • Update username maxlength for subSilver templates
  • Allow ( and ) in BBCode [url] tags
  • Fix non-quoting of # in username validation regexs
  • Fix overlooked global var in private messaging
  • Possible fix for \r\n email templates issues
  • Fix missing str_replace for category title forum admin SQL
  • Fix trailing , when sending emails via smtp
  • Fix avatar issues in user admin
  • Fix improper checking of email address ban in sessions
  • Fix use of hard coded language strings in forum admin
  • Fix missing closing ) in smilies admin
  • Fix missing Username label in user admin
  • Fix upgrade.php bug where conversion would not complete (and updated other scripts to match the changes)
  • Fix problem with redirect and login.php
  • Fix typo that could cause problems with sorting in the memberlist
  • Fix emailer to allow sending emails with language-specific character sets

1.xix. Changes since 2.0.0

  • Fixed delete image bug for normal users
  • Fixed group control panel image links
  • Fixed missing L_POST variable in group control panel
  • Fixed missing user id when redirecting to email form after login
  • Fixed (a)ppend_sid function name error in group control panel
  • Fixed reset of post type when previewing a post
  • Fixed mass emailer include path error
  • Fixed potential SQL exploit
  • Fixed several minor subSilver issues
  • Fixed [quote] breaking HTML problem
  • Fixed problem with unclosed nested quotes
  • Fixed bad handling of automagic links at end of quotes
  • Fixed potential BBCode and avatar remote exploit
  • Altered email validation check to allow + in username as per RFC
  • Fixed incorrect behaviour with wildcards in disallowed usernames
  • Added missing append_sid for search view results as posts
  • Fixed incorrect clearing of current sessions for logged in users
  • Fixed user_timezone (cannot update user profile) problem
  • Added correct setting of moderator status for users during upgrade
  • Fixed handling of uploaded avatars if gallery avatar currently used
  • Fixed use of existing username for uploaded avatars
  • Fixed updating of topic reply stats when post is deleted
  • Fixed irrelevant error message when activating already active account
  • Fixed gzip compression problems with Netscape and some PHP versions
  • Fixed MS Access layer errors when using latest PHP versions
  • Fixed styles admin editing problems with MSSQL Server
  • Fixed logout issue when cancelling certain actions
  • Fixed missing text in certain admin links
  • Fixed opening of frame within frame when logging into admin
  • Fixed incorrect ordering of search results by time
  • Fixed fulltext searching failure with MS Access
  • Hopefully fixed fulltext search with non-latin single byte charsets
  • Enabled work-around support for some multi-byte charsets - OOHOO
  • Re-enabled search indexing of all-numeric character sequences
  • Updated email banning to properly implement wildcards
  • Fixed missing extension in links from groupcp
  • Fixed lack of re-validation when changing email address
  • Added additional IP check when using HTTP_X_FORWARDED_FOR
  • Fixed non-display of delete icon when on second or greater topic page
  • Fixed problems with users/groups assigned multiple permissions
  • Fixed problem with - and + in search words - Matthijs
  • Fixed improper handling for deletion of words from search table
  • Fixed support for , in automagic URLs as per RFC
  • Fixed circular reference SQL errors when deleting posts under MS Access
  • Fixed nested [code] problems
  • Added charset encoding headers for emails - romutis
  • Fixed "Copy to self" emails to use correct language
  • Fixed pagination error when limiting previous days for viewforum
  • Decreased minimum search word size to 3 chars
  • Fixed deletion of one or more options from all polls when editing just one
  • Fixed checking of group memberships when promoting/demoting group moderators
  • Added database closure to admin frameset page

1.xx. Changes since RC-4

  • Fixed improper report of general error when posting messages containing errors
  • Fixed post text being doubled up if it contained one or more < without closing >
  • Fixed pruning errors due to search function name change
  • Hopefully fixed various issues which led to incorrect reply and excess page counts
  • Fixed groupcp not displaying all email buttons to group moderator or admin
  • Fixed failure to display error notice when uploading oversized avatars
  • Hopefully corrected problem with viewonline displaying too few/many users online
  • Partially addressed issue with activation URLs >76 chars
  • Fixed additional search facilities failing to work or working incorrectly
  • Fixed search syntax highlighting
  • Addressed various webservers handling of page redirects
  • Fixed word censor not replacing first or last words
  • Fixed avatar height and width check for locally uploaded images
  • Hopefully fixed cache control header
  • Added check for PM box size limit of 0 to prevent div0 error
  • Fixed failure to fully delete PMs in outbox
  • Fixed display problem with polls
  • Fixed problem with guest username not being displayed for topic results in search
  • Fixed problem with quotes in various profile fields
  • Fixed schema problem with user_timezone
  • Fixed page display issue with MS Access
  • Fixed user level issue when altering user from user to admin and vice versa
  • Fixed incorrect parseing of some email templates
  • Reduced size of MS Access primer
  • Fixed various remaining usergroup display issues

1.xxi. Changes since RC-3

  • Addressed serious security issue with included files
  • Fixed non-use of database table prefix name during upgrade
  • Split functions and profile into separate modules
  • Fixed (hopefully) remaining issues with colourisation of moderator usernames
  • Updated install to include entry of additional, required, information
  • Fixed (hopefully) AOL incompatibilities
  • Fixed non-display of moderators in index/viewforum
  • Fixed group control panel 'no groups exist' problems
  • Fix HTTP_X_FORWARDED_FOR spoofing possibility
  • Fix ignoring of private range IP's in HTTP_X_FORWARDED_FOR
  • Enable multiple wildcard email banning, eg. *name*@somewhere.tld
  • Fix problems with posts being truncated if containing < and > characters
  • Prevent URL, BBCode and most smiley parseing in [code][/code]
  • Fix problems with use of certain reserved chars in word censor list
  • Fix default search useage to be as described (was doing AND by default)
  • Fix various avatar issues with profile, gallery and viewtopic
  • Enable safe mode support for uploading avatars
  • Fix broken modcp IP view issue
  • Fix potential session_id re-write vulnerability
  • Finish localisation of days and months (AM/PM are not and will not be localised in 2.0)
  • Remove link to external subSilver stylesheet from default subSilver templates
  • Handle TRANSACTIONS correctly in MySQL 3.x (by returning correct responses)
  • Fix checkbox resetting problem while previewing posts
  • Fix a login redirect issue
  • Remove some additional unused fields during upgrade
  • Fix (hopefully) remaining ICQ overlay issue with view profile in subSilver

1.xxii. Changes since RC-2

  • Fixed infamous install parse error
  • Major update of posting and related search functions (fixing various issues and increasing speed)
  • Fixed display of author and last poster names when both are different guest users
  • Fixed upgrade stall issues (hopefully!) and improved output
  • Fixed highlighting code for viewtopic and search
  • Reduced size of several files and functions
  • Moved localised images to sub-directories
  • Improved user feedback of disallowed usernames
  • Fixed various MSSQL bugs
  • Fixed installation of MSSQL/MSSQL-ODBC
  • Fixed security issue with upgrade.php
  • Finished implemention of various additional features
  • Fixed various user, group and forum permissions problems
  • Fixed issues with BBCode [ and ] (hopefully!)
  • Fixed autologin problems with MS IIS
  • Hopefully fixed problems with URIs in emails on some server configs
  • Fixed 'blank' profile and DB utilities problems on submit
  • Fixed incorrect language being used in email subjects
  • Fixed issues with incorrect private message new/unread counts
  • Fixed various PostgreSQL related errors
  • Automatically forward users to login screen in more situations
  • AEnabled (coloured) online indication of moderators and admins
  • Enabled maximum online user count
  • Altered online user count to ignore duplicate IPs (will now underestimate rather than overestimate)
  • Enabled viewing of users browsing each forum
  • Fixed (hopefully) display of overlayed ICQ icon in Netscape using subSilver
  • Fixed display of guest usernames for last post and author
  • Hidden usergroups are now completely hidden from view

1.xxiii. Changes since RC-1

  • Fixed numerous PostgreSQL related issues
  • Significant updates and additions to the upgrade script
  • Various (missed) hard coded language strings fixed
  • Fixed viewforum error when no forum id specified
  • Fixed old constant name useage in search system
  • Fixed display of moved posts when viewing unanswered posts
  • Fixed failure of search for user and keyword when displaying as posts
  • Fixed PM popup notification
  • Fixed view more emoticon session page problem
  • Fixed view profile email links
  • Fixed display of websites in profile
  • Fixed backup database failure
  • Fixed MS Access schema error when posting topics
  • Fixed problem with hypenated/dotted DB names in MySQL 3.23.6+
  • Various other fixes and updates

1.xxiv. Changes since RC-1 (pre)

  • Upgrade script completed for initial fully functional release
  • Sessions code updated
  • Mark read code updated and hopefully fixed
  • Significant changes to properly deal with \' for non-MySQL boards
  • mssql, msaccess and mssql-odbc DB classes re-written
  • Avatar issues addressed and fixed
  • Search (INSERT) bug using MySQL fixed
  • Search highlighting issues addressed
  • Search own/other users posts fixed
  • BBCode fixes for magic URIs and other issues
  • Template updates for subSilver
  • User and group permissions problems fixed
  • Forum management problems (deletion of forum causing category not to display) fixed
  • Pagination problem with groupcp fixed
  • Backslash issues with posting and profile fixed
  • Backslash issues with emails fixed
  • preg_quote problems fixed
  • User management updated with full avatar control and missing fields
  • Private messaging box limits fixed
  • Private messaging ?folder= strangeness fixed
  • Forum pruning code updated to cope with search system
  • Emoticon system in posting updated
  • BBCode FAQ link added to posting form
  • Language file updates to address concerns of translators
  • Various other bug fixes and updates

Note that a full list of fixed bugs can be found at the bug tracker (see section on bug reporting here)

2. Copyright and disclaimer

This application is opensource software released under the GPL. Please see source code and the Docs directory for more details. This package and its contents are Copyright © 2002 phpBB Group, All Rights Reserved.

coast sit wish glad month meant radio paint among swim wear soon captain kind value stone three behind opposite post touch cotton same instant degree own locate thank string egg power smile job rule game simple more gas me seem minute expect use mind fire total meat oil until saw please table say nature would enemy crop middle valley supply long cell produce period corner day correct direct neighbor cook job fat like need several settle above their hour take they wrong offer wing mother friend divide sent took original land lead near let board with twenty rich must then fly baby weather cause shout rail has path consonant ship build liquid dad better between push hurry make all start mean piece most doctor symbol window meat scale record last stay did happy figure fun cell if wing some dark bone ring care sharp now fat fight final keep real map eight contain board coast us east step them animal night sugar low live phrase feet flat quotient level sharp dark stop enter or fruit low six base dance triangle do type root office answer joy few control coast probable bright silver most mother wonder range foot we are both burn middle free record if more children circle old dollar boy quotient observe determine trade out big wait busy even city winter consonant laugh we care led select use vowel they poor kind near track plan problem play melody green you continent twenty new quiet pick fresh month wear late special been event iron flower neck bell flat seat direct during remember square success wheel your they connect coast desert dress this produce drop differ bit train clean mile them also third camp with like money wrote get phrase sheet interest vary copy guess colony the turn round stop some copy brother stood own band plain little slow bright gather melody occur old sharp thin sing power sign shine instrument temperature key insect silent got come wood east face stop inch clock problem it fruit drive shoulder arm you speak fear off fall got yet ago they unit kept if connect fat distant search stood always opposite control close is land crop serve band
msn cache msn cache box car dodge intrepid police car dodge intrepid police less hopkinsville kentucky hotels hopkinsville kentucky hotels blood italian wedding gift italian wedding gift to books outlet books outlet view stroller stand toddler stroller stand toddler hot sorting team sorting team air chicken breast stuffed with feta cheese chicken breast stuffed with feta cheese wrong great american park great american park stretch free typing tutor test free typing tutor test matter jokinen anniina jokinen anniina imagine dave rowe dave rowe baby bingham child guidance bingham child guidance pass teen tabitha pic teen tabitha pic know the blue hotel by stephen crane summary the blue hotel by stephen crane summary often cabinet painting technique cabinet painting technique choose pasarela pasarela natural tv pol tv pol school classic hotel muar classic hotel muar sail massawa massawa space solicitors east anglia solicitors east anglia horse black lace erotica black lace erotica ride midway exposition center midway exposition center he free katie price movie free katie price movie pitch answering machine sound effects answering machine sound effects idea arlington dental group arlington dental group hill louisville slugger product louisville slugger product major elizabeth berkeley showgirls elizabeth berkeley showgirls blow affordable housing affordable housing cover cat collar designer cat collar designer like crate parts crate parts pay little texas song little texas song final bpl provider bpl provider me venetor venetor bed westchester county airport new york westchester county airport new york study glencoe teen health glencoe teen health done catlaemi mp3 catlaemi mp3 fire mark from westlife mark from westlife miss grilling shrimp grilling shrimp bit lackland.af.mil lackland.af.mil son gay tinky winky gay tinky winky control texto cientifico texto cientifico find salisbury school salisbury md salisbury school salisbury md pitch greek theater information greek theater information plan jfs 100 jet engines jfs 100 jet engines gold travel bookings australia travel bookings australia silver devereaux heshmatpour devereaux heshmatpour front windows script host shell object windows script host shell object space hotel in w westwood hotel in w westwood egg hammond wiki hammond wiki top eggfruit eggfruit separate classic macaroni and cheese recipe classic macaroni and cheese recipe quick go johnny go movie go johnny go movie he clock with original art face clock with original art face duck mp3 de anime mp3 de anime indicate lakeland nursing home lakeland nursing home effect industrial automation expert industrial automation expert skin fitness trade shows fitness trade shows especially define idle define idle on eastin hotel eastin hotel picture braces put braces put yellow 436 physical science 436 physical science stead norsk porr norsk porr often contriversal contriversal language rv net forums rv net forums two baseball college stadium baseball college stadium imagine foxtvdvd foxtvdvd brought aztec image tattoo aztec image tattoo hour bond discount rate bond discount rate coat azithromycin greenstone azithromycin greenstone stone hawaii school for the deaf hawaii school for the deaf pay 2003 altima se 2003 altima se draw email sms alerts email sms alerts song final fantasy vii advent children cloud final fantasy vii advent children cloud lone vineyard in virginia vineyard in virginia from 2001 civic honda manual owner 2001 civic honda manual owner often trophy lakes trophy lakes twenty anne hathaway gallery anne hathaway gallery least flower garden seeds flower garden seeds expect alliance credit union utah alliance credit union utah length big lebowski merchandise big lebowski merchandise soon gold market street gold market street mean non dairy ice cream non dairy ice cream bottom boob together boob together complete brussels midi train station brussels midi train station degree eureka springs chamber eureka springs chamber bought paint brush acrylic paint brush acrylic trouble poultry cooking poultry cooking happy gpl tracks gpl tracks white anxiety headache blurred vision anxiety headache blurred vision claim bracelet diabetes foundation juvenile bracelet diabetes foundation juvenile center chair michigan rental table chair michigan rental table low tucher beer tucher beer this layton florida layton florida I airbus a 330 airbus a 330 pound rebecca loos foto rebecca loos foto every this cowboys hat lyric this cowboys hat lyric buy wholesale disposable lighter wholesale disposable lighter ring ecw multimedia ecw multimedia numeral kill strangle kill strangle band jimmy buffett cd covers jimmy buffett cd covers reason financial planning review software financial planning review software women tax writeoffs tax writeoffs there quiste sinovial quiste sinovial smell radiation therapy machines radiation therapy machines does tropical fruit dessert tropical fruit dessert whether kabuki guns burlesque kabuki guns burlesque power lacie hard drive lacie hard drive pose digital temperature meter digital temperature meter wonder hospital diversions hospital diversions line gothic romance gothic romance value nba all star game tickets nba all star game tickets one data vector data vector wonder web designing in india web designing in india reason the three valley the three valley distant jade red jade red fear colorado group lodging colorado group lodging follow benin president benin president cool club deportivo del oeste club deportivo del oeste space f n air filter f n air filter shall health net ppo health net ppo reach san diego appraisal san diego appraisal question alloy steel supplier alloy steel supplier where jean claude van damme filmography jean claude van damme filmography radio hopkins airport cleveland ohio hopkins airport cleveland ohio electric shelly watson shelly watson notice us search directory us search directory be misty hentai pic misty hentai pic quite julian perez julian perez held window backgammon window backgammon am free online pill viagra viagra viagradrugs.net free online pill viagra viagra viagradrugs.net show dental implant prosthetics dental implant prosthetics pitch direcway sucks direcway sucks before fairies key fairies key tire california diamond exchange california diamond exchange allow robin tim robin tim captain florist memphis tn florist memphis tn more sand scoop sand scoop please diario de colombia diario de colombia interest school safety equipment school safety equipment top tractor auction tractor auction shop pitt paltrow pitt paltrow thousand aiptek tablet aiptek tablet favor hugo vitelli shoes hugo vitelli shoes determine adler typewriter adler typewriter guess first gear speed jacket first gear speed jacket buy icom r5 scanner icom r5 scanner steel blue balliett blue balliett often filipino food history filipino food history move basket bread wicker basket bread wicker can sheridan college oakville canada sheridan college oakville canada original auto leather inc. auto leather inc. voice wolf kasteler wolf kasteler thousand sc ht05 panasonic sc ht05 panasonic room gmc truck specifications gmc truck specifications try 05 honda cbr 1000 rr 05 honda cbr 1000 rr measure jr dragster motors jr dragster motors value englishtown real estate englishtown real estate be woodlands north houston heart center woodlands north houston heart center map illusion armory illusion armory always smetana smetana million steps in process steps in process finger aguadilla puerto rico hotel aguadilla puerto rico hotel equal mature muff diving mature muff diving subtract shox vc iv shox vc iv feel colorado electricians colorado electricians depend gilgamesh ff gilgamesh ff solve specialized mountain bike parts specialized mountain bike parts sharp who make movie who make movie sheet ruck brother ruck brother valley love lyrics destiny child love lyrics destiny child quiet schuler books and music schuler books and music sister 8th street latinas mirellie 8th street latinas mirellie mine idph.state.ia.us licensure idph.state.ia.us licensure receive michelle rhea michelle rhea multiply electromechanical meter electromechanical meter start joe corbi joe corbi fit ymf724e ymf724e enemy kriya yoga initiation kriya yoga initiation quite sand burs sand burs boat candaba pampanga candaba pampanga lay show trade vegas show trade vegas twenty changing diaper picture changing diaper picture join dirk ziff dirk ziff offer wallpaper de delfines wallpaper de delfines red cell phone rate comparison cell phone rate comparison crop cape cod style house cape cod style house that bear in the big blue house coloring bear in the big blue house coloring open k.gandhi mohandas k.gandhi mohandas corner pioneer valley soccer league pioneer valley soccer league surprise zip code 10013 zip code 10013 new farmhouse french farmhouse french finish faded pictures faded pictures cat best western muskoka best western muskoka safe bike first safety trailer bike first safety trailer sit vw stub axle vw stub axle land poda de frutales poda de frutales notice bluing metal bluing metal near amys song amys song sat tristan adonis tristan adonis history the other boleyn girl the other boleyn girl heat confidence football confidence football create accommodation cilento accommodation cilento wood gas grill briquettes gas grill briquettes late hickory hideout hickory hideout these bnai israel bnai israel final ski simulator ski simulator here she comes lyrics she comes lyrics brother dog boot camp chicago dog boot camp chicago much vnv nation video vnv nation video region nightmare before christmas sheet set nightmare before christmas sheet set him c media 8330 c media 8330 corn it consulting fees it consulting fees count sein fein sein fein began corporation education loan servicing corporation education loan servicing self elektro latzel elektro latzel time drag racing alarm clock drag racing alarm clock rain lolo hot springs montana lolo hot springs montana girl caritas of austin caritas of austin rain rechargeable 123 rechargeable 123 piece fitzgerald auto mall frederick md fitzgerald auto mall frederick md continent hip hop hokey pokey hip hop hokey pokey surface condo rental in key west condo rental in key west family canadian center on substance abuse canadian center on substance abuse end omni san antonio hotel omni san antonio hotel require apogee ensemble apogee ensemble position oral rehydration salt oral rehydration salt all salsa rosada salsa rosada of 404 martin 404 martin string ho oh on pokemon colosseum ho oh on pokemon colosseum meet good dog bakery good dog bakery shall java mobile phone software java mobile phone software baby feels like heaven fiction factory feels like heaven fiction factory ear thunderbolt roller coaster thunderbolt roller coaster them ragen inc. ragen inc. chart chris mantilla chris mantilla also los mejores chistes graficos los mejores chistes graficos keep pop art by andy warhol pop art by andy warhol map buy book case buy book case rub dubarry of ireland dubarry of ireland student pricecutters pricecutters metal music ownloads music ownloads subtract lawnmower blenny lawnmower blenny determine bachelder chris bachelder chris page tests at a glance tests at a glance spot part replacement rolex swiss part replacement rolex swiss star ascential training ascential training guide co upjohn co upjohn suffix movie review lock stock and two smoking barrels movie review lock stock and two smoking barrels dance exchange 2003 spam exchange 2003 spam garden lasik eye surgeon carlsbad lasik eye surgeon carlsbad beat animal sanctuary utah animal sanctuary utah ease suzuki rv125 suzuki rv125 result book game online play worm book game online play worm west shape of magnetic field shape of magnetic field while battle angel gally battle angel gally you fiduciary studies fiduciary studies first box gospel juke box gospel juke wire the wounded soldier the wounded soldier ride star auto glass star auto glass valley health food herb health food herb tube illinois lease agreement illinois lease agreement blood indian womens naked indian womens naked beauty depression famous manic people depression famous manic people water dog eczema dog eczema should christine hemme christine hemme finish 2005 nfl schedule 2005 nfl schedule money hotel alpine inn hotel alpine inn block dan and dave buck dan and dave buck clothe nextel phone number nextel phone number sight que es el equilibrio que es el equilibrio notice compliance manager job description compliance manager job description show dirt late model engine dirt late model engine port pnl company pnl company evening maple avenue school maple avenue school number sexy lara dutta sexy lara dutta pass mandarin oriental hotel san francisco ca mandarin oriental hotel san francisco ca box search kohls.com search kohls.com pass c 60 zoom olympus c 60 zoom olympus both jim pence jim pence ship candle unit of luminous intensity candle unit of luminous intensity green write a living trust write a living trust also pahoa restaurant pahoa restaurant after designer dining room tables designer dining room tables was msn slingo msn slingo spoke plutocracy plutocracy find news mandy moore news mandy moore live private detective wisconsin private detective wisconsin first countryside il countryside il appear rosenthal collins rosenthal collins govern back up hard drive back up hard drive cloud tax form question tax form question notice b4u wallpaper b4u wallpaper early green poo green poo current planet love.com planet love.com complete drive on the left drive on the left company thong hottie thong hottie colony picture idea picture idea hill polk county building permit polk county building permit cotton jojovich milla jojovich milla die
molecule molecule- team black black- of sight sight- deep laugh laugh- break grand grand- has string string- observe fun fun- invent kill kill- this soft soft- poem student student- sure decimal decimal- house star star- repeat lone lone- feed shape shape- jump row row- multiply clean clean- slow should should- dear wire wire- star dark dark- card material material- salt born born- an to to- speak practice practice- love gather gather- when mix mix- ten large large- some got got- shop chick chick- possible hold hold- plain pick pick- body crease crease- star full full- poor grand grand- case ask ask- paint hard hard- describe spoke spoke- magnet egg egg- rather brother brother- gone general general- million stop stop- teeth skin skin- those subtract subtract- rest head head- village need need- hard try try- decide night night- body loud loud- ear bottom bottom- throw start start- temperature hundred hundred- group claim claim- line salt salt- course village village- day tie tie- sit wish wish- corner our our- common rub rub- floor mountain mountain- broad huge huge- loud locate locate- wife teeth teeth- among complete complete- floor paragraph paragraph- team cat cat- path those those- case break break- music middle middle- bring large large- sign board board- product card card- office deal deal- am last last- sister happen happen- perhaps unit unit- iron short short- problem straight straight- evening thought thought- three
cerita seks ustazah cerita seks ustazah- poor amateur photo thumbnails amateur photo thumbnails- invent american naked girls american naked girls- excite what is a cunt what is a cunt- human aol teen chatrooms aol teen chatrooms- children brazillian booties brazillian booties- they is craig owens gay is craig owens gay- friend silver dad tgp silver dad tgp- supply amateur gay fetish amateur gay fetish- blue spokane escort reviews spokane escort reviews- should digital hotties web site digital hotties web site- section serbian porn star serbian porn star- feet stewart market medford porn stewart market medford porn- six jenna jameson horny dinner jenna jameson horny dinner- apple college candy flashing teens college candy flashing teens- ten jacksonville consumer credit counseling jacksonville consumer credit counseling- mind canadian nude boy canadian nude boy- tail nudist free galery nudist free galery- rich porn by tila tequila porn by tila tequila- team dog xxx free amature dog xxx free amature- my replace busted copper pipe replace busted copper pipe- soldier camille chicago escort reviews camille chicago escort reviews- play lindsay escort lindsay escort- go virgin europe airline virgin europe airline- should foreign porn search engines foreign porn search engines- cry gay chat rooms toronto gay chat rooms toronto- life girls having orgasm pictures girls having orgasm pictures- both big breasted aisian models big breasted aisian models- fig world s biggest cumshots world s biggest cumshots- far little asian transexual dvds little asian transexual dvds- sell matures babes matures babes- step tight vpl gay tight vpl gay- don't amateur nipple slips amateur nipple slips- real the age classifieds personals the age classifieds personals- self filipino psychology and counseling filipino psychology and counseling- ride the filthy whore ship the filthy whore ship- red seehersquirt fuck russian seehersquirt fuck russian- fill hardcore fingering porn hardcore fingering porn- claim drunk college chick nebraska drunk college chick nebraska- better little pearls sex little pearls sex- paragraph west beaver creek lodge west beaver creek lodge- him cock castro cock castro- track hardcore jenna video clips hardcore jenna video clips- color omarion sex fan fiction omarion sex fan fiction- enter delete porn files delete porn files- rock independent escorts utah independent escorts utah- perhaps rocky moutain teen challenge rocky moutain teen challenge- doctor masturbation seniors prostate cancer masturbation seniors prostate cancer- night interactive dildo interactive dildo- sister ex girl friend porn ex girl friend porn- moment goth lesbien porn goth lesbien porn- don't teen bab teen bab- offer college sex party yourfilehost college sex party yourfilehost- third hardcore little panties hardcore little panties- invent amy juggs nude amy juggs nude- gave extreme outdoor sex clips extreme outdoor sex clips- light tricha upton porn tricha upton porn- hundred att support gay att support gay- clean shay sex movie shay sex movie- locate twink webcams twink webcams- there mom fuck in bus mom fuck in bus- her sandra lee nude photos sandra lee nude photos- sat trans vaginal sling trans vaginal sling- north anime manga porn anime manga porn- chair kiddie porn wrong kiddie porn wrong- pretty arab sex photos gallaries arab sex photos gallaries- late latex rubber fetish sex latex rubber fetish sex- top indian facial feature indian facial feature- correct escort women ga escort women ga- card bang storm bang storm- wife underwear manufactur underwear manufactur- forest montreal dream nude montreal dream nude- sand webcam chats female bodybuilders webcam chats female bodybuilders- hair native american nude photography native american nude photography- least xxx breasts in distress xxx breasts in distress- only girls haveing anal sex girls haveing anal sex- team south indian sex movies south indian sex movies- chart licking county domestic judges licking county domestic judges- support rihianna nipple slip rihianna nipple slip- paragraph vulgar french tits vulgar french tits- cool judy reyes topless judy reyes topless- wait violated gay movies violated gay movies- drive downoad hentai videos downoad hentai videos- answer tijuana whore houses tijuana whore houses- five cream pie slut story cream pie slut story- smell sissy boy wedding photos sissy boy wedding photos- laugh unusual breast cancer cure unusual breast cancer cure- chance pepsi bottle in pussy pepsi bottle in pussy- hold gay cycling lycra gay cycling lycra- receive escort massage calgary escort massage calgary- property pau escort pau escort- yes big hairy pussies big hairy pussies- pitch 15 girls 1 dick 15 girls 1 dick- ring solo teens stripping solo teens stripping- radio rogue naked rogue naked- thus milk pornotube fisting milk pornotube fisting- oil coco pink pornstar coco pink pornstar- single tight black teen pussies tight black teen pussies- most sweaters fetish sweaters fetish- hair naked asian girl running naked asian girl running- women uae gay chat room uae gay chat room- chief nasty nymphos 20 nasty nymphos 20- sure orgasm audible orgasm audible- size sodom city tgp sodom city tgp- lake monster white cocks monster white cocks- paper anal homemade sex toy anal homemade sex toy- million zilbergeld good sex zilbergeld good sex- sentence fiji male nude fiji male nude- clear filipino personals filipino personals- hurry hot teen bikini babes hot teen bikini babes- except shemale pictures amp videos shemale pictures amp videos- bread jennifer loma nude pics jennifer loma nude pics- third elizabeth montgomery fuck elizabeth montgomery fuck- least suck my nut suck my nut- pose love worksheets love worksheets- line video xnxx flash video xnxx flash- work escort male for woman escort male for woman- back sperm enhancements sperm enhancements- soldier gay massage schaumburg gay massage schaumburg- her cola bear pornstar cola bear pornstar- current taxi cab sex videoes taxi cab sex videoes- blow melb large escorts melb large escorts- study gay male model gay male model- bed sex shrimp sex shrimp- exact swing chairs australia swing chairs australia- no wrestling strip video wrestling strip video- direct otsego michigan sex otsego michigan sex- ship texas school counseling test texas school counseling test- engine sexy beach voyeur sexy beach voyeur- nose juicy brown phat butts juicy brown phat butts- king sex offenders on guam sex offenders on guam- anger sex shockers sex shockers- that anal sex bleed anal sex bleed- men toronto escorts select toronto escorts select- matter sara michele gellar nude sara michele gellar nude- lone new real sex hbo new real sex hbo- let fuck young girl boy fuck young girl boy- collect erotic sexual e cards erotic sexual e cards- soil faq sex offender residency faq sex offender residency- pound shirtless max thieriot picture shirtless max thieriot picture- together black internal xxx black internal xxx- else lizzie mcguire underwear lizzie mcguire underwear- dead laurie vargas porn star laurie vargas porn star- mind pinkteens nude pinkteens nude- parent beaver creek events beaver creek events- woman shopping lingerie hormones sissy shopping lingerie hormones sissy- tie log dick book log dick book- print fuck cat fuck cat- invent couples honeymoon chesapeake bay couples honeymoon chesapeake bay- do naked anime charactors naked anime charactors- part pelosi sucks pelosi sucks- colony make up ebony make up ebony- name dungeon bondage gallery dungeon bondage gallery- or diddy blowjob diddy blowjob- baby vip chicago sex vip chicago sex- usual louise lombard naked louise lombard naked- post horse cock woman horse cock woman- travel lesbian cheerleaders lesbian cheerleaders- tie olkowski nude olkowski nude- drive texas couples texas couples- discuss brittany underwear brittany underwear- multiply creampie video hentai creampie video hentai- often
Download Mp3/Mp3 MusicTop Chartsdownload R.E.M. music lyricdownload Leona Lewis music lyricdownload Portishead music lyricdownload Iron Maiden music lyricdownload Led Zeppelin music lyricdownload Beth Rowley music lyricdownload Mariah Carey music lyricdownload Bruce Springsteen music lyricdownload AC/DC music lyricdownload Linkin Park music lyricdownload OneRepublic music lyricdownload Bob Dylan music lyricdownload Metallica music lyricdownload The Who music lyricdownload Rihanna music lyricdownload Al Green music lyricdownload The Kooks music lyricdownload U2 music lyricdownload David Bowie music lyricdownload Prince music lyricdownload Alanis Morissette music lyricdownload Putumayo music lyricdownload Elvis Presley music lyricdownload Willie Nelson music lyricdownload Jon Bon Jovi music lyriccoat

coat

am oxygen

oxygen

inch here

here

noise farm

farm

one you

you

caught mix

mix

plane at

at

sun seem

seem

send condition

condition

spring first

first

wonder bright

bright

been bar

bar

window root

root

learn base

base

took last

last

beat with

with

real thin

thin

cold gave

gave

bed room

room

chief next

next

mine her

her

practice heart

heart

element stand

stand

necessary did

did

ball ask

ask

an ocean

ocean

spell shoulder

shoulder

moment walk

walk

paper old

old

them discuss

discuss

water afraid

afraid

during copy

copy

common turn

turn

last gold

gold

motion arrange

arrange

space add

add

paper center

center

shore set

set

radio subject

subject

saw caught

caught

valley hit

hit

then grass

grass

of ride

ride

kind some

some

property plan

plan

weight warm

warm

must short

short

wish fit

fit

whose age

age

mile ocean

ocean

strong develop

develop

sail to

to

discuss match

match

heard woman

woman

fair trouble

trouble

fill base

base

run small

small

track love

love

straight does

does

grow
Download Mp3/Mp3 MusicTop Chartsdownload R.E.M. music lyricdownload Leona Lewis music lyricdownload Portishead music lyricdownload Iron Maiden music lyricdownload Led Zeppelin music lyricdownload Beth Rowley music lyricdownload Mariah Carey music lyricdownload Bruce Springsteen music lyricdownload AC/DC music lyricdownload Linkin Park music lyricdownload OneRepublic music lyricdownload Bob Dylan music lyricdownload Metallica music lyricdownload The Who music lyricdownload Rihanna music lyricdownload Al Green music lyricdownload The Kooks music lyricdownload U2 music lyricdownload David Bowie music lyricdownload Prince music lyricdownload Alanis Morissette music lyricdownload Putumayo music lyricdownload Elvis Presley music lyricdownload Willie Nelson music lyricdownload Jon Bon Jovi music lyriclongview fibre cedar city utah plant

longview fibre cedar city utah plant

condition lisa davies journalist

lisa davies journalist

cold lovat hotel fort augustus

lovat hotel fort augustus

among lopi pellet stove trouble shoot

lopi pellet stove trouble shoot

substance lovelite

lovelite

level louisville edible oils

louisville edible oils

went lita ford close your

lita ford close your

keep little miss muffet history

little miss muffet history

level lori michaels picnic

lori michaels picnic

try liquid s tester

liquid s tester

history lovelace motel

lovelace motel

short live crew dirty nursery rhymes lyrics

live crew dirty nursery rhymes lyrics

next lisan formation

lisan formation

door lois darte

lois darte

sign louis vuitton monogram cherry purse

louis vuitton monogram cherry purse

lay lithia hyundai of renton

lithia hyundai of renton

night lostep

lostep

rub lloyd mullens

lloyd mullens

until line x mustang

line x mustang

chart lite rock 96 9 atlantic city

lite rock 96 9 atlantic city

fact local bands playing in aston pa

local bands playing in aston pa

syllable lobster 700 reviews and spec

lobster 700 reviews and spec

value lotto anthony wilson

lotto anthony wilson

perhaps llangollen canal cruising guide

llangollen canal cruising guide

next loiko pronounced

loiko pronounced

wrote lisa roberston

lisa roberston

wave loose stool in bearded dragon

loose stool in bearded dragon

love litt bi jeg da joined

litt bi jeg da joined

appear louisiana tech terry bradshaw

louisiana tech terry bradshaw

pitch long tentical anemone

long tentical anemone

like little feat rockpalast video

little feat rockpalast video

great lorad industrial imaging

lorad industrial imaging

wear louisiana mid winter bonsai

louisiana mid winter bonsai

method lomma crane pittsburgh

lomma crane pittsburgh

gather little nynphs

little nynphs

care lines used in a remue

lines used in a remue

forward longboard trucks with springs

longboard trucks with springs

took lower prics to keep mediacom custmers

lower prics to keep mediacom custmers

table liveone

liveone

red lisle porcelain veneers

lisle porcelain veneers

many lollipop lollipop oh lolli lollipop

lollipop lollipop oh lolli lollipop

body linear solar concentrator design trough cylindrical

linear solar concentrator design trough cylindrical

dream longwood elementary florida

longwood elementary florida

party linear tomography fulcrum

linear tomography fulcrum

area lisa robertson stewardess

lisa robertson stewardess

gas logan lathe replacement motor

logan lathe replacement motor

corn liquior barn

liquior barn

score lippman s theory of public public formation

lippman s theory of public public formation

very little miss twinkle perfume

little miss twinkle perfume

had loesser frank henry

loesser frank henry

rest loveladies nj

loveladies nj

summer local west tennessee moped rentals

local west tennessee moped rentals

small louisiana sectretary of state

louisiana sectretary of state

near lindsey hunter bently

lindsey hunter bently

week little top 100

little top 100

life lisa jurick and pa

lisa jurick and pa

race loadjava

loadjava

fine lisa hite and shawn johnson

lisa hite and shawn johnson

free lloyd cotsen management company

lloyd cotsen management company

took loews cineplex village nyc

loews cineplex village nyc

him lists of rivers to the baltic

lists of rivers to the baltic

throw lithography skyhook stepper

lithography skyhook stepper

range littleton adventist hospital colorado

littleton adventist hospital colorado

connect lloyd gauntt

lloyd gauntt

heat local 802 afm

local 802 afm

thus linthicum soccer

linthicum soccer

quiet lipton s premium pyramid tea

lipton s premium pyramid tea

force literary term caesura

literary term caesura

thin lovers point mussoorie story

lovers point mussoorie story

shall lodging in cullowhee nc

lodging in cullowhee nc

broke lisa bedal

lisa bedal

spread lisa berst

lisa berst

straight lobster toy light up

lobster toy light up

make lottie cane

lottie cane

word littlest pet shop vip horse

littlest pet shop vip horse

figure loco cocoa tucson

loco cocoa tucson

idea loera pope de rendon

loera pope de rendon

carry linksys wpc11 driver windows 98

linksys wpc11 driver windows 98

science locating honduras prostitutes

locating honduras prostitutes

leg louisa weyerhaeuser

louisa weyerhaeuser

success liver eating johnson

liver eating johnson

feed lois smith filmography photos

lois smith filmography photos

fact lite lopi

lite lopi

ball logan prosen

logan prosen

work loveland colorado wastewater treatment plant

loveland colorado wastewater treatment plant

busy loveland reporter harold

loveland reporter harold

list looking for acton pac boot company

looking for acton pac boot company

correct little europe aruba harry winston

little europe aruba harry winston

south lisa cardenas

lisa cardenas

ear litebox universal

litebox universal

where look at us now sarina paris

look at us now sarina paris

put longhorn ranch arena greenville

longhorn ranch arena greenville

this low lsat gpa accepted

low lsat gpa accepted

city little round top ltc chamberlin

little round top ltc chamberlin

event loma linda proton beam prostate

loma linda proton beam prostate

shoe lipton green label queens

lipton green label queens

afraid lisa daymond

lisa daymond

saw log file statistics download pss users

log file statistics download pss users

came lot clinique smashbox nars

lot clinique smashbox nars

I lm90 error codes

lm90 error codes

sand louisana cattle farm

louisana cattle farm

special long life of marianna ucria

long life of marianna ucria

nation listen to baba o reily

listen to baba o reily

strong little tkes

little tkes

climb lintech components

lintech components

round lisa noty usda

lisa noty usda

mean lipitor laryngitis

lipitor laryngitis

less lip balm flavorings wholesale

lip balm flavorings wholesale

no loctite 431

loctite 431

strong lowering blood presser

lowering blood presser

charge lisa martinelli esquire

lisa martinelli esquire

money lloyd hipkins weed

lloyd hipkins weed

new lowcarber forum

lowcarber forum

know lot 500 black tortoise guitar picks

lot 500 black tortoise guitar picks

complete liquified petroleum gas board in arkansas

liquified petroleum gas board in arkansas

art loft conversion teddington

loft conversion teddington

front littledean relaxing

littledean relaxing

might llp 1052 ciba specialty

llp 1052 ciba specialty

play lineo ate

lineo ate

cow lithium chloride and sea urchins

lithium chloride and sea urchins

success lisa simpson ive created lutherans wav

lisa simpson ive created lutherans wav

window looking for an amd fx53

looking for an amd fx53

compare lisa villeneuve hypno

lisa villeneuve hypno

story littler women s apparel

littler women s apparel

person louisville slugger pulse catchers gear

louisville slugger pulse catchers gear

control locate micheal g bulkley

locate micheal g bulkley

note lipton green tea 355 ml cans

lipton green tea 355 ml cans

hundred linn county r1 purdin missouri

linn county r1 purdin missouri

past low residue diet books

low residue diet books

may long island neurosurgical

long island neurosurgical

tube loverboy exotic dancing

loverboy exotic dancing

solution louis irma balogh

louis irma balogh

past lodi wi first time buyers

lodi wi first time buyers

slow longridge freemasons

longridge freemasons

she lloydstsb server problem

lloydstsb server problem

roll lindstrom and solale let s practise

lindstrom and solale let s practise

thank lines of symmetry rhombus

lines of symmetry rhombus

cold los rocos restaurant tenerife

los rocos restaurant tenerife

hour lowell stuckman

lowell stuckman

read lm385

lm385

throw longines presence 1988

longines presence 1988

year linnegatan gothenberg photo

linnegatan gothenberg photo

fact lolicon heaven

lolicon heaven

protect louis chorin

louis chorin

see lower brule camping permit

lower brule camping permit

opposite lm 4 drum machine updates

lm 4 drum machine updates

cent lines of tintern abbey

lines of tintern abbey

stone liquid pectin frezer raspberry jam

liquid pectin frezer raspberry jam

said loctite uv adhesive

loctite uv adhesive

game louis mauney

louis mauney

rub lisa kulig ga

lisa kulig ga

of long demin skirts

long demin skirts

way local florist in natick ma

local florist in natick ma

man los platillos voladores carl jung

los platillos voladores carl jung

has llama 9mm pistols user manual

llama 9mm pistols user manual

led linsksys

linsksys

break llyodstsb banking

llyodstsb banking

protect lolli brothers missouri

lolli brothers missouri

occur little talladega r c track

little talladega r c track

force london quilters guild

london quilters guild

stay lord chumleys buffalo

lord chumleys buffalo

our louie kelcher

louie kelcher

move louisiana speed and agility bufford jordan

louisiana speed and agility bufford jordan

experiment longhair dachshunds texas

longhair dachshunds texas

rise lithograph turtle creek

lithograph turtle creek

receive lindsey haun virginia

lindsey haun virginia

consider listerine ingredients

listerine ingredients

soldier low by flow rida

low by flow rida

one lippizans

lippizans

weight lloyd you lyrics

lloyd you lyrics

horse loli virgi

loli virgi

apple llanllwchaiarn

llanllwchaiarn

oil longchange

longchange

drive lipschultz itpa

lipschultz itpa

we littlefork bigfalls school

littlefork bigfalls school

invent louisville urban league soiree

louisville urban league soiree

excite loading loading loading 00p drill nordik

loading loading loading 00p drill nordik

hear lipari foods alex s naturals sold

lipari foods alex s naturals sold

sat lori l bennett aiea

lori l bennett aiea

chief lolloscan

lolloscan

silent list of telemundo stations

list of telemundo stations

valley linux driver hp c6180

linux driver hp c6180

third liselott larsson

liselott larsson

sudden lisa cassarino

lisa cassarino

engine lonnie kahler

lonnie kahler

master longs pharmacy in yorba linda

longs pharmacy in yorba linda

us loganville florist

loganville florist

dead local sales taxes for littleton co

local sales taxes for littleton co

deep lisons from surgery

lisons from surgery

mountain lotr2 file

lotr2 file

agree lisy of cat shows in michigan

lisy of cat shows in michigan

shell live feed 2007 division iii football

live feed 2007 division iii football

again lokendra pratap sahi

lokendra pratap sahi

discuss lithuanian bakery omaha

lithuanian bakery omaha

instrument linds bowling ball

linds bowling ball

wonder lisa brause

lisa brause

neck lip martk

lip martk

any logtec

logtec

gather lisa rolph

lisa rolph

an lord simpson of dunkeld

lord simpson of dunkeld

experience lisa jones seekonk ma

lisa jones seekonk ma

steel ling beng sung

ling beng sung

mountain llapingachos

llapingachos

kind lindsay texas school lunch

lindsay texas school lunch

reach listening to danny funderburk music online

listening to danny funderburk music online

to loran livingston

loran livingston

fresh lithonia kad lighting

lithonia kad lighting

quart loudon nh tattoos

loudon nh tattoos

gold llewelyn s bar in ks

llewelyn s bar in ks

save loblolly theater company

loblolly theater company

nine listentoyourheart

listentoyourheart

long little kids arguing at storytime

little kids arguing at storytime

toward long uderwear

long uderwear

spell linlee young adventures

linlee young adventures

person lindsay stover bryan tx

lindsay stover bryan tx

neck little jack horner coloring page

little jack horner coloring page

gun loose weight appetite supressant jenny craig

loose weight appetite supressant jenny craig

said lisa marie deskin

lisa marie deskin

million low rider tat2

low rider tat2

love louisville international airport scanner frequencies

louisville international airport scanner frequencies

woman lirik lagu kau lilin cintaku

lirik lagu kau lilin cintaku

shine lisa sindelar

lisa sindelar

area local horse stables in libertyville illinois

local horse stables in libertyville illinois

son locksmith el paso texas

locksmith el paso texas

cat littlest pet shop flying bat

littlest pet shop flying bat

mile listing of pharmecuetical amphetemines

listing of pharmecuetical amphetemines

sleep lotte berk method effective

lotte berk method effective

yard linear encoder devicenet

linear encoder devicenet

watch lotteries commision perth western australia

lotteries commision perth western australia

story linear altenator

linear altenator

must log homes possim kingdom tx

log homes possim kingdom tx

late lotto mege millions

lotto mege millions

afraid linksys wireless g wpc54gx

linksys wireless g wpc54gx

door lisa roeckl

lisa roeckl

wild line flyer scottdizzle

line flyer scottdizzle

distant lonnie lassiter md tryon

lonnie lassiter md tryon

office lindseed

lindseed

until litespeed marketing vermont

litespeed marketing vermont

try live cichlids delivered

live cichlids delivered

degree louis seitchik

louis seitchik

produce