PHP-Nuke Nederland: Forums
PHP-Nuke Nederland :: View topic - [FIX] Handmatig upgraden van 2.0.12 -> 2.0.13
Author
Message
BlueLion
Administrator
Joined: Aug 21, 2004
Posts: 2834
Posted:
Tue 01 Mar 2005 3:04
Instructies om je bestanden te wijzigen, indien je MODS hebt geïnstalleerd:
Open sessions.php in root/includes/ en vindt:
[php:1:20fb665c0b]if( $sessiondata['autologinid'] == $auto_login_key )[/php:1:20fb665c0b]
wijzig dit in:
[php:1:20fb665c0b]if( $sessiondata['autologinid'] === $auto_login_key )[/php:1:20fb665c0b]
Open viewtopic.php in root/modules/Forums/ en vindt:
[php:1:20fb665c0b]$message = str_replace('\"', '"', substr(preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "preg_replace('#\b(" . $highlight_match . ")\b#i', '<span style=\"color:#" . $theme['fontcolor3'] . "\"><b>\\\\1</b></span>', '\\0')", '>' . $message . '<'), 1, -1));[/php:1:20fb665c0b]
wijzig dit in:
[php:1:20fb665c0b]$message = str_replace('\"', '"', substr(@preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "@preg_replace('#\b(" . $highlight_match . ")\b#i', '<span style=\"color:#" . $theme['fontcolor3'] . "\"><b>\\\\1</b></span>', '\\0')", '>' . $message . '<'), 1, -1));[/php:1:20fb665c0b]
Je database upgrade je d.m.v. upgrade12-13.php in de download.
BL
Last edited by BlueLion on Sun 08 May 2005 6:05; edited 1 time in total
BlueLion
Administrator
Joined: Aug 21, 2004
Posts: 2834
Posted:
Sat 19 Mar 2005 6:50
Donaties
Adverteren
Wilt u het forum steunen, dan kunt u nu eenvoudig doneren met PayPal.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
Powered by phpBB © 2001, 2005 phpBB Group