<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
  <title>phpBB2.de</title>
  <link>http://www.phpbb2.de/</link>
    <description></description>
  <language>en_us</language>
  <copyright>Copyright 2003, phpBB2.de</copyright>
  <lastBuildDate></lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB 2.0.23 : CMX News Mod</generator>
  <category></category>
  <managingEditor>noreply@phpbb2.de</managingEditor>
  <webMaster>noreply@phpbb2.de</webMaster>
  <ttl>60</ttl>
    <item>
    <title>Vulnerable Part in eXTreme Styles Mod - Please fix it NOW !</title>
    <pubDate>Thu, 27 Mar 2008 12:10:03 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=46267</link>
    <category></category>
    <description>
    <![CDATA[A Security Hole was found in the eXtreme Styles Mod which is also used in phpBB2 Plus 1.5x. You should apply this fix <span style="font-weight:bold">NOW</span>:
<br />

<br />
Open file <span style="font-weight:bold">admin/admin_xs.php</span>
<br />

<br />
<span style="font-weight:bold">FIND:</span>
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">if&#40;empty&#40;$setmodules&#41;&#41;
<br />
&#123;
<br />
&nbsp; &nbsp;return;
<br />
&#125;</td>	</tr></table>
<br />
<span style="font-weight:bold">REPLACE WITH:</span>
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">if &#40;!defined&#40;'IN_PHPBB'&#41;&#41;
<br />
&#123;
<br />
&nbsp; &nbsp;die&#40;'Hacking attempt'&#41;;
<br />
&#125;
<br />

<br />
if&#40;empty&#40;$setmodules&#41;&#41;
<br />
&#123;
<br />
&nbsp; &nbsp;return;
<br />
&#125;</td>	</tr></table>
<br />
CyberAlien post:
<br />
<a href="http://www.phpbb2.de/rlink/rlink.php?url=http://www.phpbbstyles.com/viewtopic.php?p=92240#92240" target="_blank">http://www.phpbbstyles.com/viewtopic.php?p=92240#92240</a>
<br />

<br />
Other files, potential vulnerability:
<br />

<br />
Open <span style="font-weight:bold">/includes/functions_kb.php</span> file
<br />

<br />
<span style="font-weight:bold">FIND:</span>
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">//
<br />
// get_quick_stats&#40;&#41;;
<br />
// gets number of articles
<br />
//</td>	</tr></table>
<br />
<span style="font-weight:bold">BEFORE ADD:</span>
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">if &#40; !defined&#40;'IN_PHPBB'&#41; &#41;
<br />
&#123;
<br />
&nbsp; &nbsp;die&#40;'Hacking attempt'&#41;;
<br />
&#125;</td>	</tr></table>
<br />
Open <span style="font-weight:bold">/includes/functions.php</span> file
<br />

<br />
<span style="font-weight:bold">FIND:</span>
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">//-- mod &#58; post icon -------------------------------------------------------------------------------</td>	</tr></table>
<br />
<span style="font-weight:bold">BEFORE ADD:</span>
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">if &#40; !defined&#40;'IN_PHPBB'&#41; &#41;
<br />
&#123;
<br />
&nbsp; &nbsp;die&#40;'Hacking attempt'&#41;;
<br />
&#125;</td>	</tr></table>
<br />

<br />
Thanks to ThE KuKa for Notification !]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic46267.html</comments>
  </item>
    <item>
    <title>phpBB2 Plus 1.53a CTracker 5.0.4 Upgrade Package available</title>
    <pubDate>Thu, 27 Sep 2007 13:20:20 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=45250</link>
    <category></category>
    <description>
    <![CDATA[Hello,
<br />

<br />
I have made a Package to Upgrade phpBB2 Plus 1.53a (Codebase 2.0.22) with the latest <span style="font-weight:bold">Cracker Tracker 5.0.4</span> from <a href="http://www.phpbb2.de/rlink/rlink.php?url=http://www.cback.de." target="_blank">www.cback.de.</a> Just follow the steps in the included readme to upgrade your CTracker to 5.0.4.
<br />

<br />
You can find the Download here:
<br />

<br />
<a href="http://www.phpbb2.de/dload.php?action=file&amp;file_id=834" target="_self">http://www.phpbb2.de/dload.php?action=file&amp;file_id=834</a>]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic45250.html</comments>
  </item>
    <item>
    <title>phpBB2 Plus 1.53a Language File Vulnerable</title>
    <pubDate>Sat, 22 Sep 2007 21:24:35 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=45218</link>
    <category></category>
    <description>
    <![CDATA[A <span style="font-weight:bold">critical Security Hole</span> was found in 2 Language Files of phpBB2 Plus 1.5x. Please <span style="font-weight:bold">add this fix very quickly</span> to the following Files:
<br />

<br />
language/lang_german/lang_main_album.php
<br />
language/lang_german/lang_admin_album.php
<br />
language/lang_english/lang_main_album.php
<br />
language/lang_english/lang_admin_album.php
<br />

<br />
Open the Files and find at the Top of the file:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">/***************************************************************************
<br />
&nbsp;*
<br />
&nbsp;*&nbsp; &nbsp;This program is free software; you can redistribute it and/or modify
<br />
&nbsp;*&nbsp; &nbsp;it under the terms of the GNU General Public License as published by
<br />
&nbsp;*&nbsp; &nbsp;the Free Software Foundation; either version 2 of the License, or
<br />
&nbsp;*&nbsp; &nbsp;&#40;at your option&#41; any later version.
<br />
&nbsp;*
<br />
&nbsp;***************************************************************************/</td>	</tr></table>
<br />

<br />
add below:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">if &#40; !defined&#40;'IN_PHPBB'&#41; &#41;
<br />
&#123;
<br />
&nbsp; &nbsp;die&#40;'Hacking attempt'&#41;;
<br />
&nbsp; &nbsp;exit;
<br />
&#125;</td>	</tr></table>
<br />

<br />
Add the Code to <span style="font-weight:bold">all listed files</span>. If you have different languages installed, also add the fix to all other languages !!!
<br />

<br />
<span style="font-weight:bold">Edit: Please add this fix also : <a href="http://www.phpbb2.de/ftopic45080.html" target="_self">http://www.phpbb2.de/ftopic45080.html</a> </span>]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic45218.html</comments>
  </item>
    <item>
    <title>Acronym Mod v0.9.5 Remote SQL Injection</title>
    <pubDate>Mon, 01 Jan 2007 13:13:34 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=42127</link>
    <category></category>
    <description>
    <![CDATA[The Acronym Mod which is included in phpBB2 Plus 1.53 is Vulnerable and should be fixed asap. Please make these codechanges in the file admin/admin_acronyms.php
<br />

<br />
FIND:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">$acronym_id = &#40; isset&#40;$_GET&#91;'id'&#93;&#41; &#41; ? $_GET&#91;'id'&#93; &#58; 0;</td>	</tr></table>
<br />

<br />
REPLACE WITH:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">$acronym_id = &#40; isset&#40;$_GET&#91;'id'&#93;&#41; &#41; ? intval&#40;$_GET&#91;'id'&#93;&#41; &#58; 0;</td>	</tr></table>
<br />

<br />
FIND:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">$acronym_id = &#40; isset&#40;$_POST&#91;'id'&#93;&#41; &#41; ? $_POST&#91;'id'&#93; &#58; 0;</td>	</tr></table>
<br />

<br />
REPLACE WITH:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">$acronym_id = &#40; isset&#40;$_POST&#91;'id'&#93;&#41; &#41; ? intval&#40;$_POST&#91;'id'&#93;&#41; &#58; 0;</td>	</tr></table>
<br />

<br />
FIND:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">$acronym_id = &#40; isset&#40;$_POST&#91;'id'&#93;&#41; &#41; ? $_POST&#91;'id'&#93; &#58; $_GET&#91;'id'&#93;;</td>	</tr></table>
<br />

<br />
REPLACE WITH:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">$acronym_id = &#40; isset&#40;$_POST&#91;'id'&#93;&#41; &#41; ? intval&#40;$_POST&#91;'id'&#93;&#41; &#58; intval&#40;$_GET&#91;'id'&#93;&#41;;</td>	</tr></table>
<br />

<br />
Thanks to The Kuka !]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic42127.html</comments>
  </item>
    <item>
    <title>phpBB 2.0.22 released !</title>
    <pubDate>Sat, 23 Dec 2006 23:09:46 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=42034</link>
    <category></category>
    <description>
    <![CDATA[<div style="text-align:center"><span style="font-weight:bold"><span style="text-decoration:underline">phpBB 2.0.22 released !</span></span></div>
<br />

<br />
<span style="font-weight:bold">phpBB 2.0.22</span> was released today by the phpBB Group. This release addresses several bugfixes and some security issues. Language pack authors may note that one additional language variable had been added. 
<br />

<br />

<br />
<span style="font-size:18px; line-height:normal">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. </span>
<br />

<br />
What has changed in this release?
<br />

<br />
The changelog (contained within this release) is as follows:
<br />

<br />
<ul>
<br />
<li>[Fix] Check for user's existence prior to showing email form
<br />
<li>[Fix] New members of moderator groups should always become moderators (Bug #382)
<br />
<li>[Fix] Proper message when replying to non-existant topics (Bug #459)
<br />
<li>[Fix] Changed column type of search_array to store more ids (Bug #4058)
<br />
<li>[Fix] Fixed annoyance with font-size selector (Bug #4612)
<br />
<li>[Fix] Fix optimize line in database updater (Bug #6186)
<br />
<li>[Sec] Check for the avatar upload directory reinforced
<br />
<li>[Sec] Changes to the criteria for &quot;bad&quot; redirection targets - kellanved
<br />
<li>[Sec] Fixed a non-persistent XSS issue in private messaging
<br />
<li>[Sec] Fixing possible negative start parameter - SpiderZ.
<br />
<li>[Sec] Added session checks to various forms - kellanved 
<br />
</ul>
<br />

<br />

<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=829" target="_self" class="postlink">phpBB 2.0.22 Full Package</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=832" target="_self" class="postlink">phpBB 2.0.22 Updated Files only</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=830" target="_self" class="postlink">phpBB 2.0.22 Patch File</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=831" target="_self" class="postlink">phpBB 2.0.21 to phpBB 2.0.22 Code Changes</a>
<br />

<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=833" target="_self" class="postlink">phpBB2 Plus 1.53a Core Code Changes to phpBB 2.0.22 Code</a>
<br />

<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=759" target="_self" class="postlink">phpBB 2.0.22 incl. deutschen Sprachfiles und Grafiken</a>]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic42034.html</comments>
  </item>
    <item>
    <title>phpBB 2.0.21 updated !</title>
    <pubDate>Fri, 09 Jun 2006 10:38:41 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=39239</link>
    <category></category>
    <description>
    <![CDATA[<div style="text-align:center"><span style="font-weight:bold"><span style="text-decoration:underline">phpBB 2.0.21 updated !</span></span></div>
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Graham hat folgendes geschrieben:</strong></span></td>	</tr>	<tr>	  <td class="quote">It has come to my attention that there may be a bug in this release which will affect those who run a forum with multiple languages installed and in use and lead to the default language being changed under some circumstances. 
<br />

<br />
If this issue is affecting you, the following change should resolve it.</td>	</tr></table>
<br />

<br />
<span style="font-weight:bold">OPEN</span> includes/functions.php
<br />

<br />
<span style="font-weight:bold">FIND</span>  (near line 371) 
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">&nbsp; &nbsp; &nbsp; $board_config&#91;'default_lang'&#93; = $default_lang; 
<br />
&nbsp; &nbsp; &nbsp; $userdata&#91;'user_lang'&#93; = $default_lang;</td>	</tr></table>
<br />

<br />
<span style="font-weight:bold">REPLACE WITH</span>
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">&nbsp; &nbsp; &nbsp; $userdata&#91;'user_lang'&#93; = $default_lang;</td>	</tr></table>
<br />

<br />

<br />
<span style="font-weight:bold">FIND</span>  (near line 374) 
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">&nbsp; &nbsp;elseif &#40; $board_config&#91;'default_lang'&#93; !== $default_lang &#41;</td>	</tr></table>
<br />

<br />
<span style="font-weight:bold">REPLACE WITH</span>
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">&nbsp; &nbsp;elseif &#40; $userdata&#91;'user_id'&#93; === ANONYMOUS &amp;&amp; $board_config&#91;'default_lang'&#93; !== $default_lang &#41;</td>	</tr></table>
<br />

<br />

<br />
<span style="font-weight:bold">FIND</span>  (near line 384) 
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">
<br />
&nbsp; &nbsp; &nbsp;$board_config&#91;'default_lang'&#93; = $default_lang; 
<br />
&nbsp; &nbsp;&#125;</td>	</tr></table>
<br />

<br />
<span style="font-weight:bold">REPLACE WITH</span>
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">&nbsp; &nbsp;&#125; 
<br />

<br />
&nbsp; &nbsp;$board_config&#91;'default_lang'&#93; = $default_lang;</td>	</tr></table>
<br />

<br />
*new files comming soon*]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic39239.html</comments>
  </item>
    <item>
    <title>phpBB 2.0.21 released !</title>
    <pubDate>Wed, 07 Jun 2006 22:43:13 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=39203</link>
    <category></category>
    <description>
    <![CDATA[<div style="text-align:center"><span style="font-weight:bold"><span style="text-decoration:underline">phpBB 2.0.21 released !</span></span></div>
<br />

<br />
<span style="font-weight:bold">phpBB 2.0.21, &quot;Bertie's Summer Vacation&quot;</span> was released today by the <a href="http://www.phpbb2.de/rlink/rlink.php?url=http://www.phpbb.com" target="_blank" class="postlink">phpBB Group</a>. &quot;This release is a cumulative bug fix update, as well as including a number of minor security fixes. We have altered the visual confirmation system used on servers without zlib enabled to bring it up to the same level as that used elsewhere and made a few small performance improvements. 
<br />

<br />

<br />
<span style="font-size:18px; line-height:normal">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. </span>
<br />

<br />
What has changed in this release?
<br />

<br />
The changelog (contained within this release) is as follows:
<br />

<br />
<ul>
<br />
<li>[Fix] Changes to random number generator code to explicitly truncate the length of the string
<br />
<li>[Fix] Quoting on boards with HTML enabled
<br />
<li>[Fix] Special characters on boards with HTML enabled
<br />
<li>[Fix] Redirect to list if cancelling deletion of ranks, smilies or word censors
<br />
<li>[Fix] Missing error message if an inactive user tried to login (Bug #1598)
<br />
<li>[Fix] Do not alter post counts when just removing a poll (Bug #1602)
<br />
<li>[Fix] Correct error in removal of old session keys
<br />
<li>[Fix] Changed filtering of short search terms
<br />
<li>[Sec] Improved filtering on language selection (also addresses a number of bug reports related to missing languages)
<br />
<li>[Change] Backported more efficient highlighting code from Olympus
<br />
<li>[Change] Backported zlib emulation code so that there is only a single confirmation image even if zlib is not available 
<br />
</ul>
<br />

<br />

<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=823" target="_self" class="postlink">phpBB 2.0.21 Full Package</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=825" target="_self" class="postlink">phpBB 2.0.21 Updated Files only</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=824" target="_self" class="postlink">phpBB 2.0.21 Patch File</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=826" target="_self" class="postlink">phpBB 2.0.21 to phpBB 2.0.21 Code Changes</a>
<br />

<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=827" target="_self" class="postlink">phpBB2 Plus 1.53 Code Changes to 2.0.21 Code</a>]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic39203.html</comments>
  </item>
    <item>
    <title>Server Maintenance on Friday June 16th !</title>
    <pubDate>Wed, 07 Jun 2006 09:53:04 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=39184</link>
    <category></category>
    <description>
    <![CDATA[We have to do some Maintenance Work at our Server on <span style="font-weight:bold">June 16th</span>. The Server and our Site will be offline from early Morning this day. Maintenance may take some hours, we hope to be back again online Friday afternoon.]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic39184.html</comments>
  </item>
    <item>
    <title>2 more Vulnerable Files !</title>
    <pubDate>Wed, 31 May 2006 08:14:43 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=39022</link>
    <category></category>
    <description>
    <![CDATA[2 more vulnerable Files have been found in phpBB2 Plus 1.5x and you must urgently fix them !
<br />

<br />
Open pafiledb/includes/pafiledb_constants.php
<br />

<br />
find:
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">/***************************************************************************
<br />
&nbsp;*
<br />
&nbsp;*&nbsp; &nbsp;This program is free software; you can redistribute it and/or modify
<br />
&nbsp;*&nbsp; &nbsp;it under the terms of the GNU General Public License as published by
<br />
&nbsp;*&nbsp; &nbsp;the Free Software Foundation; either version 2 of the License, or
<br />
&nbsp;*&nbsp; &nbsp;&#40;at your option&#41; any later version.
<br />
&nbsp;*
<br />
&nbsp;***************************************************************************/
<br />
</td>	</tr></table>
<br />

<br />
add below:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">if &#40; !defined&#40;'IN_PHPBB'&#41; &#41;
<br />
&#123;
<br />
&nbsp; die &#40;&quot;Hacking attempt!&quot;&#41;;
<br />
&#125;</td>	</tr></table>
<br />

<br />
open admin/admin_hacks_list.php
<br />

<br />
find:
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">$phpbb_root_path = '../';
<br />
if&#40; !empty&#40;$setmodules&#41; &#41;
<br />
&#123;
<br />
&nbsp; &nbsp;include&#40;$phpbb_root_path . 'language/lang_' . $board_config&#91;'default_lang'&#93; . '/lang_admin_hacks_list.' . $phpEx&#41;;
<br />
&nbsp; &nbsp;$filename = basename&#40;__FILE__&#41;;
<br />
&nbsp; &nbsp;$module&#91;'General'&#93;&#91;'Hacks_List'&#93; = $filename;
<br />
&nbsp; &nbsp;
<br />
&nbsp; &nbsp;return;
<br />
&#125;
<br />

<br />
include&#40;$phpbb_root_path . 'extension.inc'&#41;;
<br />
&#40;file_exists&#40;'pagestart.' . $phpEx&#41;&#41; ? include&#40;'pagestart.' . $phpEx&#41; &#58; include&#40;'pagestart.inc'&#41;;</td>	</tr></table>
<br />

<br />
replace with:
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">if&#40; !empty&#40;$setmodules&#41; &#41;
<br />
&#123;
<br />
&nbsp; &nbsp;$filename = basename&#40;__FILE__&#41;;
<br />
&nbsp; &nbsp;$module&#91;'General'&#93;&#91;'Hacks_List'&#93; = $filename;
<br />
&nbsp; &nbsp;
<br />
&nbsp; &nbsp;return;
<br />
&#125;
<br />

<br />
$phpbb_root_path = './../';
<br />
require&#40;$phpbb_root_path . 'extension.inc'&#41;;
<br />
require&#40;'./pagestart.' . $phpEx&#41;;</td>	</tr></table>
<br />

<br />
Also you must fix this one in the Knowledgebase Mod, if you did not already:
<br />

<br />
<a href="http://www.phpbb2.de/ftopic38976.html" target="_self">http://www.phpbb2.de/ftopic38976.html</a>]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic39022.html</comments>
  </item>
    <item>
    <title>Vulnerability in kb_constants.php</title>
    <pubDate>Sun, 28 May 2006 22:20:21 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=38976</link>
    <category></category>
    <description>
    <![CDATA[A remote File include Vulnerability was found in the Knowledge-Base Mod which is also included in phpBB2 Plus 1.5x. To fix this you have to add the following codelines to the file includes/kb_constants.php:
<br />

<br />
Find:
<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">// ---------------------------------------------------------------------START
<br />
// This file defines specific constants for the module</td>	</tr></table>
<br />

<br />
ADD <span style="font-weight:bold">BEFORE</span>:
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> <td><span class="genmed"><strong>Code:</strong></span></td>	</tr>	<tr>	  <td class="code">if &#40; !defined&#40;'IN_PHPBB'&#41; &#41;
<br />
&#123;
<br />
&nbsp; &nbsp;die&#40;&quot;Hacking attempt&quot;&#41;;
<br />
&#125;</td>	</tr></table>
<br />

<br />
Please do it <span style="font-weight:bold">now</span> and not later !
<br />

<br />
I have updated the Download-Package with this fix already.]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic38976.html</comments>
  </item>
    <item>
    <title>AJAX Mod Support</title>
    <pubDate>Tue, 18 Apr 2006 22:47:23 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=38004</link>
    <category></category>
    <description>
    <![CDATA[Alcaeus, the Author of the great AJAX-Mod which is included in phpBB2 Plus 1.53 contacted me today and asked me to post a public message, that he can not give any Support for the modified AJAX-Mod-Version which is included in phpBB2 Plus 1.53 because of less time.
<br />

<br />
<span style="font-weight:bold">All support-questions about the modified Plus-Version can only be asked and answered here at <a href="http://www.phpbb2.de" target="_self">www.phpbb2.de</a>. Please don't sent support-requests by PM or E-Mail.</span>
<br />

<br />
Thanks]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic38004.html</comments>
  </item>
    <item>
    <title>phpBB2 Plus 1.53 Released !</title>
    <pubDate>Sat, 08 Apr 2006 14:13:20 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=37634</link>
    <category></category>
    <description>
    <![CDATA[<div style="text-align:center"><span style="font-weight:bold"><span style="text-decoration:underline">phpBB2 Plus 1.53 released !</span></span></div>
<br />

<br />
With the Release of <span style="font-weight:bold">phpBB 2.0.20, &quot;Golden Super Furry Linen&quot;</span> Edition we have decided to integrate these last changes and release the long awaited <span style="font-weight:bold">Final Version of phpBB2 Plus 1.53</span> which is a Major Update of the popular phpBB2 Plus Series.
<br />

<br />
There is too much changes since 1.52 to list them all in this announcement, Tons of Bugfixes, Improvements and new Functions were added since 1.52 was released. All changes are listed in the 1.53 changelog which is included in the Zip Package. Update Scripts for earlier phpBB2 and Plus-Versions are included in the Zip-Package, so you should be able to upgrade your current version to phpBB2 Plus 1.53. If you have problems or questions please post them in the Support Forums. 
<br />

<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=809" target="_self" class="postlink">phpBB2 Plus 1.53 Full Package</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=810" target="_self" class="postlink">phpBB2 Plus 1.53 Beta9 Code Changes from 2.0.19 to 2.0.20</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=811" target="_self" class="postlink">phpBB2 Plus 1.53 Beta9 Update Files from 2.0.19 to 2.0.20</a>]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic37634.html</comments>
  </item>
    <item>
    <title>phpBB 2.0.20 released</title>
    <pubDate>Fri, 07 Apr 2006 20:26:41 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=37620</link>
    <category></category>
    <description>
    <![CDATA[<div style="text-align:center"><span style="font-weight:bold"><span style="text-decoration:underline">phpBB 2.0.20 released !</span></span></div>
<br />

<br />
<span style="font-weight:bold">phpBB 2.0.20, &quot;Golden Super Furry Linen&quot;</span> was released today by the <a href="http://www.phpbb2.de/rlink/rlink.php?url=http://www.phpbb.com" target="_blank" class="postlink">phpBB Group</a>. &quot;This release is a cumulative bug fix update, as well as including a number of minor security fixes. We have also introduced a new feature to allow you to limit how often a user may conduct a search if you find that searches are putting a load on your server, as well as changing the default permissions on new forums so that you must explicitly make them available for guests to post in and enabling visual confirmation by default on all new installs.&quot;
<br />

<br />

<br />
<span style="font-size:18px; line-height:normal">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. </span>
<br />

<br />
What has changed in this release?
<br />

<br />
The changelog (contained within this release) is as follows:
<br />

<br />
<ul>
<br />
<li>[Fix] Prevent login attempts from incrementing for inactive users
<br />
<li>[Fix] Do not check maximum login attempts on re-authentication to the admin panel - tomknight
<br />
<li>[Fix] Regenerate session keys on password change
<br />
<li>[Fix] retrieving category rows in index.php (Bug #90)
<br />
<li>[Fix] improved index performance by determining the permissions before iterating through all forums (Bug #91)
<br />
<li>[Fix] Better handling of short usernames within the search (bug #105)
<br />
<li>[Fix] Send a no-cache header on admin pages as well as normal board pages (Bug #149)
<br />
<li>[Fix] Apply word censors to the message when quoting it (Bug #405)
<br />
<li>[Fix] Improved performance of query in admin_groups (Bug #753)
<br />
<li>[Fix] Workaround for an issue in either PHP or MSSQL resulting in a space being returned instead of an empty string (bug #830)
<br />
<li>[Fix] Correct use of default_style config value (Bug #861)
<br />
<li>[Fix] Replace unneeded unset calls in admin_db_utilities.php - vanderaj
<br />
<li>[Fix] Improved error handling in modcp.php
<br />
<li>[Fix] Improved handling of forums to which the user does not have any explicit permissions - vanderaj
<br />
<li>[Fix] Assorted fixes and cleanup of admin_ranks.php, now requires confirmation of deletions
<br />
<li>[Fix] Assorted fixes and cleanup of admin_words.php, now requires confirmation of deletions
<br />
<li>[Fix] Addition and editing of smilies can no longer be performed via GET, now requires confirmation of deletions
<br />
<li>[Fix] Escape group names in admin_groups.php
<br />
<li>[Sec] Replace strip_tags with htmlspecialchars in private message subject
<br />
<li>[Sec] Some changes to HTML handling if enabled
<br />
<li>[Sec] Escape any special characters in reverse dns - Anthrax101
<br />
<li>[Sec] Typecast poll id values - Anthrax101
<br />
<li>[Sec] Added configurable search flood control to reduce the effect of DoS style attacks
<br />
<li>[Sec] Changed the way we create &quot;random&quot; values for use as keys - chinchilla/Anthrax101
<br />
<li>[Sec] Enabled Visual Confirmation by default
<br />
<li>[Change] Changed handling of the case where a selected style doesn't exist in the database
<br />
<li>[Change] Changed handling of topic pruning to improve performance
<br />
<li>[Change] Changed default forum permissions to only allow registered users to post in new forums
<br />
</ul>
<br />

<br />

<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=805" target="_self" class="postlink">phpBB 2.0.20 Full Package</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=806" target="_self" class="postlink">phpBB 2.0.20 Updated Files only</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=807" target="_self" class="postlink">phpBB 2.0.20 Patch File</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=808" target="_self" class="postlink">phpBB 2.0.19 to phpBB 2.0.20 Code Changes</a>]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic37620.html</comments>
  </item>
    <item>
    <title>phpBB 2.0.19 released</title>
    <pubDate>Fri, 30 Dec 2005 15:07:14 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=35046</link>
    <category></category>
    <description>
    <![CDATA[<div style="text-align:center"><span style="font-weight:bold"><span style="text-decoration:underline">phpBB 2.0.19 released !</span></span></div>
<br />

<br />
<span style="font-weight:bold">phpBB 2.0.19, "we wish you all a happy new year"</span> was released today by the <a href="http://www.phpbb2.de/rlink/rlink.php?url=http://www.phpbb.com" target="_blank" class="postlink">phpBB Group</a>. "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."
<br />

<br />

<br />
<span style="font-size:18px; line-height:normal">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. </span>
<br />

<br />
What has changed in this release?
<br />

<br />
The changelog (contained within this release) is as follows:
<br />

<br />
<ul>
<br />
<li>[Fix] corrected index on session keys table under MS SQL
<br />
<li>[Fix] added session keys table to backup
<br />
<li>[Fix] delete session keys entries when deleting user
<br />
<li>[Fix] changes to support MySQL 5.0
<br />
<li>[Fix] changes to some of the admin files to improve efficiency and remove a potential error condition when building the menu
<br />
<li>[Fix] change truncation of username length in usercp_register.php - BFUK
<br />
<li>[Fix] incorrect path to avatars in admin_users.php (Bug #667)
<br />
<li>[Fix] fixed get_userdata to support correct sql escaping (non-mysql dbs) - jarnaez
<br />
<li>[Fix] fixed captcha for those not having the zlib extension enabled
<br />
<li>[Change] Placed version information above who is online in admin panel for better visual presence
<br />
<li>[Sec] fixed XSS issue (only valid for Internet Explorer) within the url bbcode
<br />
<li>[Sec] fixed XSS issue (only valid for Internet Explorer) if html tags are allowed and enabled
<br />
<li>[Sec] added configurable maximum login attempts to prevent dictionary attacks
<br />
</ul>
<br />

<br />

<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=798" target="_self" class="postlink">phpBB 2.0.19 Full Package</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=799" target="_self" class="postlink">phpBB 2.0.19 Updated Files only</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=800" target="_self" class="postlink">phpBB 2.0.19 Patch File</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=download&amp;file_id=801" target="_self" class="postlink">phpBB 2.0.18 to phpBB 2.0.19 Code Changes</a>]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic35046.html</comments>
  </item>
    <item>
    <title>Update for phpBB2 Plus 1.52 to 2.0.18 Core Code available</title>
    <pubDate>Tue, 01 Nov 2005 00:05:58 +0000</pubDate>
    <link>http://www.phpbb2.de/portal.php?topic_id=33561</link>
    <category></category>
    <description>
    <![CDATA[We have created a Package to update your phpBB2 Plus 1.52 based on 2.0.17 to the latest 2.0.18 Core Code. The File contains all modified files, follow the steps in the included readme file and the upgrade should be done in a few minutes. And please, Backup your Files and Database before you start !
<br />

<br />
<span style="font-weight:bold">Edit: There is also manual Upgrade instructions available now</span>
<br />

<br />
<a href="http://www.phpbb2.de/dload.php?action=file&amp;file_id=796" target="_self" class="postlink">Get the Package here</a>
<br />
<a href="http://www.phpbb2.de/dload.php?action=file&amp;file_id=797" target="_self" class="postlink">Manual Upgrade Instructions for phpBB2 Plus 1.5x</a>
<br />

<br />
Happy Updating]]>
    </description>
    <comments>http://www.phpbb2.de/ftopic33561.html</comments>
  </item>
  </channel>
</rss>

