| Autor
|
Thread |
 |
|
Geier
Seniorgeier
Anmeldungsdatum: 28.05.2003
Beiträge: 933
Wohnort: Gladbeck |
heute upgedatet  _________________ http://www.geldgeier.de & mehr
|
25.07.2005, 21:53 |
|
|
Muenchi
Uraltgeier

Anmeldungsdatum: 05.06.2003
Beiträge: 3832
Wohnort: Offenburg/Lahr |
hey geier mach mal die BB Codes wieder an... URL geht zB nicht mehr?? _________________ -
Smilies, Gifs, Schilder-Generator
-
Bilder hochladen
-
|
25.07.2005, 21:59 |
|
|
Geier
Seniorgeier
Anmeldungsdatum: 28.05.2003
Beiträge: 933
Wohnort: Gladbeck |
das scheint ein teil des bugfixes zu sein, ich habe nichts gesondert deaktiviert...? _________________ http://www.geldgeier.de & mehr
|
26.07.2005, 18:17 |
|
|
Joiner
Seniorgeier
Anmeldungsdatum: 05.06.2003
Beiträge: 306
Wohnort: Unna |
The phpBB Group is pleased to announce the release of phpBB 2.0.18, "The Halloween Special" release.
This is a major update to the 2.0.x codebase and includes fixes for numerous bugs reported by users to our Bug Tracker, as well as updates to those issues identified by the recent security audit of the code and a couple of security issues reported to us. In addition we have backported a further feature from our "Olympus" codebase to change the way automatic logins are handled.
We would like to thank all of those who take part in the security audit of the code for their work.
Please read the original announcement at http://www.phpbb.com/phpBB/viewtopic.php?t=336756
The changes:
- [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
the phpBB Group,
|
30.10.2005, 23:16 |
|
|
|
|
Geier
Seniorgeier
Anmeldungsdatum: 28.05.2003
Beiträge: 933
Wohnort: Gladbeck |
mal schnell ein update gemacht...  _________________ http://www.geldgeier.de & mehr
|
26.12.2005, 19:23 |
|
|
Joiner
Seniorgeier
Anmeldungsdatum: 05.06.2003
Beiträge: 306
Wohnort: Unna |
Damit keine Langeweile aufkommt:
quote:
Hi everyone,
phpBB Group announces the release of phpBB 2.0.19, the "we wish you all a happy new year" release. This release addresses several bugfixes and some security issues only affecting Internet Explorer.
Additionally we introduced a new feature to limit the number of logins. The admin is able to configure this feature on two ways, defining the number of maximum allowed logins and setting a time period after the user is allowed to login again. With this feature we hope to address the recent dictionary attacks happening on some forums to crack user passwords.
As with all new releases we urge you to update as soon as possible.
You can of course find this download available on our downloads page
at:
http://www.phpbb.com/downloads.php
As per usual four packages are available to simplify your update.
- The Full Package contains entire phpBB2 source and English language package.
- The Changed Files Only contains only those files changed from previous versions of phpBB. Please note this archive contains changed files for each previous release.
- Patch Files contains patch compatible patches from the previous versions of phpBB.
- The Code Changes contain step-by-step instructions in MOD format for updating heavily MODified installs.
Select whichever package is most suitable for you.
Please ensure you read the INSTALL and README documents in docs/ before proceeding with installation or updates!
It is important that you carry out BOTH parts of the update - updating the files and running the database update script - for updates to be complete.
The changelog (contained within this release) is as follows:
- corrected index on session keys table under MS SQL
- added session keys table to backup
- delete session keys entries when deleting user
- changes to support MySQL 5.0
- changes to some of the admin files to improve efficiency and remove a potential error condition when building the menu
- change truncation of username length in usercp_register.php - BFUK
- incorrect path to avatars in admin_users.php (Bug #667)
- fixed get_userdata to support correct sql escaping (non-mysql
dbs) - jarnaez
- fixed captcha for those not having the zlib extension enabled
- Placed version information above who is online in admin panel for better visual presence
- fixed XSS issue (only valid for Internet Explorer) within the url bbcode
- fixed XSS issue (only valid for Internet Explorer) if html tags are allowed and enabled
- added configurable maximum login attempts to prevent dictionary attacks
The official announcement:
http://www.phpbb.com/phpBB/viewtopic.php?t=352966
|
30.12.2005, 17:34 |
|
|
Undertaker
Seniorgeier
Anmeldungsdatum: 02.04.2005
Beiträge: 391
|
fragt sich nur wer das draufspielt...
|
30.12.2005, 18:16 |
|
|
Geier
Seniorgeier
Anmeldungsdatum: 28.05.2003
Beiträge: 933
Wohnort: Gladbeck |
scheint nichts spannendes drin zu sein in dem update _________________ http://www.geldgeier.de & mehr
|
30.12.2005, 18:48 |
|
|