أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

تحديث امني Security Patch for Poll to PBBoard v2.1.4


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif تحديث امني Security Patch for Poll to PBBoard v2.1.4
  06-08-2012 08:31 مساءً  
Soliman
معلومات الكاتب
Patching the application of the other versions:

Open the file: modules/new_topic.module.php
Search for:
CODE
$UpdateLast = $PowerBB->section->UpdateLastSubject($LastArr);


Replace with:
CODE
$UpdateLast = $PowerBB->section->UpdateLastSubject($LastArr);
$subjecttitle = $PowerBB->functions->CleanVariable($subjecttitle,'sql');
$subjecttitle = $PowerBB->functions->CleanVariable($subjecttitle,'html');






Open the file: modules/modules/topic.module.php
Search for:
CODE
$PowerBB->template->assign('answers',$answers);


Replace with:
CODE

$answers =$PowerBB->Powerparse->censor_words($answers);
$answers = $PowerBB->functions->CleanVariable($answers,'sql');
$answers = $PowerBB->functions->CleanVariable($answers,'html');
$PowerBB->template->assign('answers',$answers);




Ended ..







الساعة الآن 08:47 AM