MyBB Community Forums

Full Version: [1.2.13] - Güncelleme Rehberi (Upgrade manuel for turks)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
+--------------------------------------------------------------------------------+
| MyBB 1.2.13 - Güvenlik Güncellemesi                                            |
| (c) 2008 MyBB Group.                                                           |
|                                                                                |
| Bu yama ile  MyBB 1.2.12 de bulunan bazı yüksek ve bazı orta düzey tehlikeler  |
|                                                                                |
| giderilecektir. lütfen talimatlara dikkatlice uyunuz.                          |
+--------------------------------------------------------------------------------+

===============
1. portal.php
===============

Bul:
--
        $attachment['name'] = htmlspecialchars_uni($attachment['name']);
--

Değiştir:
--
        $attachment['filename'] = htmlspecialchars_uni($attachment['filename']);
--

===============
2. inc/functions_post.php
===============

Bul:
--
        $attachment['name'] = htmlspecialchars_uni($attachment['name']);
--

Değiştir with:
--
        $attachment['filename'] = htmlspecialchars_uni($attachment['filename']);
--


===============
3. inc/datahandler/user.php
===============

--
Bul:
--
            $this->user_update_data['language'] = $user['language'];
--

Değiştir:
--
            $this->user_update_data['language'] = $db->escape_string($user['language']);
--


===============
4. inc/class_language.php
===============

--
İki girdiyi de Bul:
--
            $language = str_replace(array("/", "\\", ".."), '', trim($language));
--

Değiştir:
--
            $language = preg_replace("#[^a-z0-9\-_]#i", "", $language);
--

===============
5. inc/class_core.php (Versiyon numarası güncelleme)
===============

Bul:
--
/**
 * The friendly version number of MyBB we're running.
 *
 * @var string
 */
var $version = "1.2.12";

/**
 * The version code of MyBB we're running.
 *
 * @var integer
 */
var $version_code = 1212;
--

Değiştir:
--
/**
 * The friendly version number of MyBB we're running.
 *
 * @var string
 */
var $version = "1.2.13";

/**
 * The version code of MyBB we're running.
 *
 * @var integer
 */
var $version_code = 1213;
--

Tebrikler BİTTİ 


p.s
you neednt use 1.2.13 release to upgrade. all chasges are just like abow.

not:
1.2.13 tam paket kullanmak zorunda değilsiniz günllemelerde. yapılmış bütün değişiklik yukarıdaki gibidir.


regards.

saygılar.
It explained before. Why do you say "don't need to install all package" ?
Al bunuda çevir :

Neden kullanmak zorunda değiller paketi sen yapamadığın içinmi?
lowbattery yine Her Zamanki Gibi Ortalıgı Karıstırmak Zorundamısın.. ?
@
(2008-05-21, 01:43 PM)MyBBHost Wrote: [ -> ]It explained before. Why do you say "don't need to install all package" ?
@
(2008-05-21, 02:53 PM)LowBatteryMTR Wrote: [ -> ]Al bunuda çevir :

Neden kullanmak zorunda değiller paketi sen yapamadığın içinmi?

http://community.mybboard.net/thread-32654.html

(2008-06-18, 08:03 AM)rh1n0 Wrote: [ -> ]Hi,
You do not need to use the upgrade script.
You should just be able to delete the install folder and carry on.

(2008-05-21, 12:38 AM)Tikitiki Wrote: [ -> ]For the upgrade of 1.2.12 to 1.2.13, the upgrader is NOT required -- just replace the files (or modify them as per the manual patch instructions) and you will be set.

anything else?
Teşekkürler Dared Eline Saglık