phpBB 2.0.20 is uitgebracht
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

- Carlo Claessen
- Berichten: 1280
- Lid geworden op: 02 jul 2005, 14:05
- Carlo Claessen
- Berichten: 1280
- Lid geworden op: 02 jul 2005, 14:05
FixCarlo Claessen schreef:code changes worden nagelopen nog eens, scheen dat daar fouten in zaten
zie de quote nu hier op phpbb.nl
Find in functions_post.php
{
// If HTML is on, we try to make it safe
// This approach is quite agressive and anything that does not look like a valid tag
// is going to get converted to HTML entities
$message = stripslashes($message);
$html_match = '#<[^\w<]*(\w+)((?:"[^"]*"|\'[^\']*\'|[^<>\'"])+)?>#';
$matches = array();
$message_split = preg_split($html_match, $message);
preg_match_all($html_match, $message, $matches);
$message = '';
foreach ($message_split as $part)
{
$tag = array(array_shift($matches[0]), array_shift($matches[1]), array_shift($matches[2]));
$message .= htmlspecialchars($part) . clean_html($tag);
}
$message = addslashes($message);
}
After add
else
{
$message = preg_replace($html_entities_match, $html_entities_replace, $message);
}
''Do not meddle in the affairs of wizards, for they are subtle and quick to anger. '' J.R.R Tolkien
- Wout -- w00t
- Berichten: 815
- Lid geworden op: 07 jan 2005, 12:57
- Locatie: Eindhoven, NL
Volgens mij was deze oke hoor. Was er snel bij, direct na bekendmaking op phpbb.com. En wat jij nu als fix aangeef staat bij mij ook??Carlo Claessen schreef:FixCarlo Claessen schreef:code changes worden nagelopen nog eens, scheen dat daar fouten in zaten
zie de quote nu hier op phpbb.nl
Find in functions_post.php{
// If HTML is on, we try to make it safe
// This approach is quite agressive and anything that does not look like a valid tag
// is going to get converted to HTML entities
$message = stripslashes($message);
$html_match = '#<[^\w<]*(\w+)((?:"[^"]*"|\'[^\']*\'|[^<>\'"])+)?>#';
$matches = array();
$message_split = preg_split($html_match, $message);
preg_match_all($html_match, $message, $matches);
$message = '';
foreach ($message_split as $part)
{
$tag = array(array_shift($matches[0]), array_shift($matches[1]), array_shift($matches[2]));
$message .= htmlspecialchars($part) . clean_html($tag);
}
$message = addslashes($message);
}After add
else
{
$message = preg_replace($html_entities_match, $html_entities_replace, $message);
}
Last edited by Kazango on Sat sep 23, 2004 6:35 am; edited 458 times in total
Ik kan: ''phpBB 2.0.20, Changed Files Only, Zip'', via geen ene mirror downloaden (http://www.phpbb.com)!? 

- Wout -- w00t
- Berichten: 815
- Lid geworden op: 07 jan 2005, 12:57
- Locatie: Eindhoven, NL
- MandersOnline
- Berichten: 735
- Lid geworden op: 27 aug 2003, 22:58
- Locatie: Amsterdam
- Contacteer:
kijk dan eens hier: http://www.phpbb.nl/downloads.php?cat=1
- MandersOnline
- Berichten: 735
- Lid geworden op: 27 aug 2003, 22:58
- Locatie: Amsterdam
- Contacteer:
In INSTALL.html staat:
A number of patch files are provided to allow you to upgrade from previous stable releases. Select the correct patch, e.g. if your current version is 2.0.19 you need the phpBB-2.0.19_to_2.0.20.patch. Place the correct patch in the parent directory containing the phpBB 2 core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB2, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.
Hoe moet je nou precies een command uitvoeren? Graag hulp!
A number of patch files are provided to allow you to upgrade from previous stable releases. Select the correct patch, e.g. if your current version is 2.0.19 you need the phpBB-2.0.19_to_2.0.20.patch. Place the correct patch in the parent directory containing the phpBB 2 core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB2, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.
Hoe moet je nou precies een command uitvoeren? Graag hulp!
- Bas
- Berichten: 2741
- Lid geworden op: 02 dec 2003, 17:38
- Locatie: Omgeving Goslar (Duitsland)
- Contacteer:
Met SSH
Dan moet je host dat wel aanbieden. 


.Bas Hosting, gratis hosting met FTP, PHP en MySQL | viennaCMS, simpel flexibel open source CMS
Hoe ban je tegenwoordig? 'Deny' bij alle rechten!
Hoe ban je tegenwoordig? 'Deny' bij alle rechten!
- Bas
- Berichten: 2741
- Lid geworden op: 02 dec 2003, 17:38
- Locatie: Omgeving Goslar (Duitsland)
- Contacteer:
Je moet, als je forum in /home/iets/web/forum/ is, en de patch in /home/iets/phpbb.patch het volgende commando gebruiken:
Code: Selecteer alles
patch -cl -d /home/iets/web/forum/ -p1 < /home/iets/phpbb.patch
.Bas Hosting, gratis hosting met FTP, PHP en MySQL | viennaCMS, simpel flexibel open source CMS
Hoe ban je tegenwoordig? 'Deny' bij alle rechten!
Hoe ban je tegenwoordig? 'Deny' bij alle rechten!
- Bas
- Berichten: 2741
- Lid geworden op: 02 dec 2003, 17:38
- Locatie: Omgeving Goslar (Duitsland)
- Contacteer:
Dan heeft je server het programma voor patchfiles niet. 

.Bas Hosting, gratis hosting met FTP, PHP en MySQL | viennaCMS, simpel flexibel open source CMS
Hoe ban je tegenwoordig? 'Deny' bij alle rechten!
Hoe ban je tegenwoordig? 'Deny' bij alle rechten!
Problemen met Code Changes?
Op phpbb.com:
Lijkt me dus slim om de betreffende download van phpbb.nl te verwijderen. Zelf wacht ik nog even voor ik me aan een update waag ...It has come to my attention that the Code changes file (used for upgrading heavily MODded installs) which was available briefly this evening may contain some errors which could cause problems with upgrades via this method.
Until we can review this file completely and correct it where appropriate, I have removed this upgrade method from the available list. Once we have reviewed it, it will be available from the usual location in the MOD Database again and on the download page.
The other downloads (Full package, Changed Files and Patch) are unaffected by this problem. It is only the file for heavily MODded installs which has been removed.