Denumire: PhpBB * update to *
Descriere: Aceste modificări compatibile easymod ajută utilizatorul pentru a-şi actualiza forumul.
Conţinut:
- Update 2.0.7 to 2.0.7a
Update 2.0.7a to 2.0.8
Update 2.0.7 to 2.0.8
Compatibile EasyMod!
Descărcare fişiere:
Cod: Selectaţi tot
##############################################################
## Author Notes:
##
## When you find a 'AFTER, ADD'-Statement, the Code have to be added after the last line quoted in the 'FIND'-Statement.
## When you find a 'BEFORE, ADD'-Statement, the Code have to be added before the first line quoted in the 'FIND'-Statement.
## When you find a 'REPLACE WITH'-Statement, the Code quoted in the 'FIND'-Statement have to be replaced completely with the quoted Code in the 'REPLACE WITH'-Statement.
## When you find a 'DELETE'-Statement, the Code have to be deleted.
##
## After you have finished this tutorial, you have to upload the install/update_to_latest.php file (found within every phpBB Package), execute it and then delete it from your webspace.
## Please make sure you have uploaded the file with the install folder, else the update file will error out (please create the install folder if it does not exist and after updating remove it)
##
## From phpBB 2.0.12 to 2.0.13 there were no database changes, except the version number increment.
##
##############################################################
#
#-----[ OPEN ]---------------------------------------------
#
includes/sessions.php
#
#-----[ FIND ]---------------------------------------------
# Line 82
if( $sessiondata['autologinid'] == $auto_login_key )
#
#-----[ REPLACE WITH ]---------------------------------------------
#
if( $sessiondata['autologinid'] === $auto_login_key )
#
#-----[ OPEN ]---------------------------------------------
#
viewtopic.php
#
#-----[ FIND ]---------------------------------------------
#
$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));
#
#-----[ REPLACE WITH ]---------------------------------------------
#
$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));
Cod: Selectaţi tot
#
#-----[ OPEN ]---------------------------------------------
#
templates/subSilver/login_body.tpl
#
#-----[ FIND ]---------------------------------------------
# Line 22
<input type="text"
#
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
class="post"
#
#-----[ FIND ]---------------------------------------------
# Line 28
<input type="password"
#
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
class="post"
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 2 vizitatori