Remove Ads

Share on Facebook Share on Twitter

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MyBB 1.4.8 Güvenlik ve Bakım Güncellemesi El ile Yamamak
#1
Bu yama yanlızca 1.4.7 kullanıcıları için geçerlidir. eğer başka bir 1.4 sürümü kullanıyorsanız 1.4.8 sürümüne tam paket ile güncelleyiniz.

Yama yöntemi:

-------------------------------------------------------------------------+

===============
1. /attachments.php
===============

Bul:
--


[code]header("Content-type: {$attachment['filetype']}");--[/code]

DeÄŸiÅŸtir:
--

[code]header("Content-type: application/force-download");[/code]--
===============
1. inc/datahandlers/user.php
===============

Bul:
--

[code]$this->user_update_data['birthdayprivacy'] = $user['birthdayprivacy'];--[/code]
DeÄŸiÅŸtir:
--

[code]$this->user_update_data['birthdayprivacy'] = $db->escape_string($user['birthdayprivacy']);--[/code]===============
2. archive/index.php
===============

Bul:
--

[code]if($sticky['replies'] != 1)--[/code]

DeÄŸiÅŸtir:
--

[code]$sticky['subject'] = htmlspecialchars_uni($parser->parse_badwords($sticky['subject']));--[/code]

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

Bul:
--

[code]/**
* The friendly version number of MyBB we're running.
*
* @var string
*/
var $version = "1.4.7";

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

DeÄŸiÅŸtir:
--


[code]/**
* The friendly version number of MyBB we're running.
*
* @var string
*/
var $version = "1.4.8";

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


--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Orjinal Link: http://mybboard.net/download/106

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Yukarıdaki değişikliklerin dışında dil dosyalarında ve şablonlarda da değişiklik olmuştur bu nedenle yukarıdaki yamayı uygulamışsanız bile tam sürüm paketi kullanarak tekrar güncellemeniz gerekmektedir. Sorun yaşamamak için bu gerekli.

Tam sürüm paketle güncelleme yaptıktan sonra
* modcp_ipsearch_result
* forumdisplay_announcements_announcement
şablonlarını orjinale çevirmelisiniz.

önceki 1.4ler ile çalışan eklentiler bu sürümde de sorun yaratmadan çalışacaktır.

1.4.6 sürümünden beri giderilmiş kodlama hataları:

* #51407 - change permission for admin user
* #51377 - Plugins with Admin CP Hooks run on Plugin Updates page
* #51257 - Syndication.php MySQL Error (Limit Option) [R] [C-StefanT]
* #51177 - [Archive] sticky lack htmlspecialchars_uni() escaping [C-StefanT]
* #51054 - Archive - SQL bug fetching attachments/posts with abandoned thread [C-StefanT]
* #50833 - Birthday without day [C-StefanT]
* #50441 - Search Bug w/ “and” [R] [C-StefanT]
* #50324 - Missing space character [R] [C-Michael S.]
* #50323 - Missing </tr> in Template modcp_ipsearch_result [R] [C-Michael S.]
* #50291 - Validation Issue [C-Chris W B.]
* #50287 - Akismet plugin username link problem [C-StefanT]
* #50240 - Ability to delete templates [C-Chris W B.]
* #49888 - [typo] memcache.php [C-StefanT]
* #49838 - [pgsql] Reporting posts in unmoderated forums [C-StefanT]
* #49461 - [typo] inc/cachehandlers/memcache.php [C-StefanT]
* #49898 - Template problem with announcements and no threads [C-StefanT]
* #49276 - canviewthreads error problem [C-StefanT]
* #49258 - Notification about new reported posts via PM [C-StefanT]
* #49256 - Notification about new PM from MyBBEngine [R] [C-StefanT]
* #49255 - [pgsql] Report posts [C-StefanT]
* #49251 - [Typo] class_moderation.php (1.4.?) [R] [C-StefanT]
* #49111 - Percent of total posts [R] [C-StefanT]
* #48814 - config_spiders.lang.php overrides $lang->language [C-sayakb]
* #48773 - Usergroup email limit off by one error [C-sayakb]
* #48771 - Merged Account Reputation Issue
* #48692 - announcement in password protected Forum[C-sayakb]
* #48670 - Find user posts - not displaying new posts (when hitting limit) [R]
* #48668 - Displaying search results as posts for moderators [R] [C-StefanT]
* #48603 - Bug? Admins cannot see user list
* #48601 - [pgsql] SQL error if threads are moderated [C-StefanT]
* #47745 - editpost.php issue with closed forums [R]

Emeğe Saygı (Ç)alıntı fakat kesik kesikti sizin için birleştirdim Wink
Reply


Messages In This Thread
MyBB 1.4.8 Güvenlik ve Bakım Güncellemesi El ile Yamamak - by Number One - 07-08-200905:45 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  MyBB 1.4 Güvenlik Eklentisi Number One 0 102 06-08-200910:21 PM
Last Post: Number One

Forum Jump:


Users browsing this thread: 1 Guest(s)