plus 1.5x güvenlik yamaları

phpBB güvenliği.

plus 1.5x güvenlik yamaları

İleti showtime_0 31.05.2006, 10:58

pafile için açıklar:



:file: pafiledb/includes/pafiledb_constants.php

Bul

[syntax="php"]
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
[/syntax]

Sonrasına Ekle

[syntax="php"]
if ( !defined('IN_PHPBB') )
{
die ("Hacking attempt!");
}
[/syntax]

Kaydet - Kapat

Nivesec Hackslist / Yakusha Modlist için açıklar


:file: admin/admin_hacks_list.php

Bul

[syntax="php"]
$phpbb_root_path = '../';
if( !empty($setmodules) )
{
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin_hacks_list.' . $phpEx);
$filename = basename(__FILE__);
$module['General']['Hacks_List'] = $filename;

return;
}

include($phpbb_root_path . 'extension.inc');
(file_exists('pagestart.' . $phpEx)) ? include('pagestart.' . $phpEx) : include('pagestart.inc');
[/syntax]

Değiştir

[syntax="php"]
if( !empty($setmodules) )
{
$filename = basename(__FILE__);
$module['General']['Hacks_List'] = $filename;

return;
}

$phpbb_root_path = './../';
require($phpbb_root_path . 'extension.inc');
require('./pagestart.' . $phpEx);
[/syntax]

Kaydet - Kapat


Kaynak: http://www.phpbb2.de/ftopic39022.html
Kullanıcı avatarı
showtime_0
Üye
Üye
 
İleti: 243
Kayıt: 04.05.2006, 12:07
Konum: Eskişehir

İleti sabri ünal 31.05.2006, 13:08

aynı uyarıyı benim nivesec - hackslist uyarlamam için de yapmak lazım... yani mod sayısı üç oldu...
Mutluyum, biraz komedi takılıyorum! sakın kızmayın yakında geçer, sebebini ben de bilmiyorum! yeni bir aşk da bulmuş değilim!
Kullanıcı avatarı
sabri ünal
Üye
Üye
 
İleti: 1325
Kayıt: 27.10.2005, 15:49
Konum: İstanbul

İleti

ALEXIS
31.05.2006, 14:47

bu aynı zamanda plus 1.5x içinde bir güvenlik yamasıymış

pafile MX in kodlamalarına dikkat:

Kod: Tümünü seç
/* - orig
if ( !defined('IN_PHPBB') )
{
   die("Hacking attempt");
}
*/
// MX
if ( !defined( 'IN_PORTAL' ) )
{
   die( "Hacking attempt" );
}
Kullanıcı avatarı
ALEXIS
Site Yöneticisi
Site Yöneticisi
 
İleti: 2563
Kayıt: 30.06.2005, 09:08


Güvenlik



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron