Tarih: 03-15-2010, 02:30 PMBilgilendirme Ekranı:
Yenilikler ve Duyurular Güncelleme Sürüm Notları
Yeni Tema İle İlgili Konu
MyBB Forumlarınız İçin İndirimli Host Paketleri
Yardım ve Destek Alabilmek İçin Zorunlu Şablon
MyBB 1.4.11 Tam Sürüm Türkçe Paket
MyBB 1.4.11 Güvenlik ve Yama Güncellemesi
MyBB 1.4 Kurulum Resimli Anlatım

Konu Detayları
  • 0 Oy - 0 Ortalama
  • 1
  • 2
  • 3
  • 4
  • 5
« Önceki Konu Sonraki »
Digg this Post! Add Post to del.icio.us Bookmark Post in Technorati Furl this Post! Add blinklist Stumble


Hızlı Arama

Sponsor Reklamlar
Konu Kilitli 
1.4.8 Güvenlik ve Bakım Güncellemesi Elle yamama
Kullanıcı Ar-Ge grubundadır
Mesaj: #1
Lvnt, 06-26-2009 09:51 AM Tarihinde Demiş ki
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:
--
header("Content-type: {$attachment['filetype']}");
--

Değiştir:
--
header("Content-type: application/force-download");

--
===============
1. inc/datahandlers/user.php
===============

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

Değiştir:
--
$this->user_update_data['birthdayprivacy'] = $db->escape_string($user['birthdayprivacy']);
--
===============
2. archive/index.php
===============

Bul:
--
if($sticky['replies'] != 1)
--

Değiştir:
--
$sticky['subject'] = htmlspecialchars_uni($parser->parse_badwords($sticky['subject']));
--

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

Bul:
--
/**
* 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;
--

Değiştir:
--
/**
* 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;
--






.rar  changed_files_1408.rar (Boyut: 396.08 KB / İndirilme: 91)
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 MyBB Engine [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]

Kullanıcı Ar-Ge grubundadır
Mesaj: #2
depresan, 06-26-2009 12:26 PM Tarihinde Demiş ki
tazecik güncelleme teşekkürler dared

Kullanıcı Admin grubundadır
Mesaj: #3
߀ЯK, 06-26-2009 12:29 PM Tarihinde Demiş ki
Teşekkürler dared.

Kullanıcı MD_Emektar grubundadır
Mesaj: #4
firlama, 06-26-2009 12:42 PM Tarihinde Demiş ki
teşekkürler dared

Kullanıcı Kurucu grubundadır
Mesaj: #5
SeNCeR, 06-26-2009 12:53 PM Tarihinde Demiş ki
Teşekkürler @dared eline sağlık...


Konu Kilitli 


MyBBDestek.com Konu Araçları - 1.4.8 Güvenlik ve Bakım Güncellemesi Elle yamama Konusu
MyBBDestek Konu Etiketleri Etiketler
MyBBDestek Konu Linki Konu Linki
MyBBDestek Konu BBCode BBCode
MyBBDestek Konu HTML Kodu HTML Kodu




MyBBDestek.com - MyBB ( MyBulletinBoard ) Türkçe Resmi Destek Sitesi Ödüllü ücretsiz forum sistemi MyBB, Gelişmiş Forum Sistemi, Forum temaları, Forum eklentileri, Yardım ve Destek Sayfaları, Kurulum ve Güncellemeler MyBulletinboard (MyBB), PHP kodlama dili ile yazılmış, MySQL veritabanı ile kullanılan eklentiler ile geliştirilebilen ücretsiz bir forum sistemidir.

İletişim | MyBBDestek.Com - MyBB Türkçe Destek Sitesi - MyBulletin Turkish Support | En Üste Dön | İçeriğe Dön | Arşiv | Rss Beslemesi
Türkçe Çeviri: MyBB, Kodlayanlar MyBB, © 2002-2010 MyBB Group.
MD V5 blackinci
MybbDestek - MyBB Toplist Sayfaları, Dizinleri