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

لدى مشكله فى المرفقات


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif لدى مشكله فى المرفقات فى حاله الرفع والتحميل
  09-01-2012 02:13 صباحاً  
Soliman
معلومات الكاتب
كم رقم اصدار برنامج php الذي تمت ترقية نسخة php اليه !!
حل مؤقت لا اعلم ان كان سيحل مشكلة
CODE
Warning: stristr() expects parameter 1 to be string

لكن يمكنك تجربته
حرر ملف includes/functions.class.php
وابحث عن :

CODE
    if ( stristr($filename,'.php') )
		   {
		    $PowerBB->functions->error($PowerBB->_CONF['template']['lang']['Can_you_raise_file_extension']);
		  }
		  if ( stristr($filename,'.php3') )
		   {
		    $PowerBB->functions->error($PowerBB->_CONF['template']['lang']['Can_you_raise_file_extension']);
		  }
		  if ( stristr($filename,'.phtml') )
		   {
		    $PowerBB->functions->error($PowerBB->_CONF['template']['lang']['Can_you_raise_file_extension']);
		  }
		  if ( stristr($filename,'.pl') )
		   {
		    $PowerBB->functions->error($PowerBB->_CONF['template']['lang']['Can_you_raise_file_extension']);
		  }
		  if ( stristr($filename,'.cgi') )
		   {
		    $PowerBB->functions->error($PowerBB->_CONF['template']['lang']['Can_you_raise_file_extension']);
		  }
		  if ( stristr($filename,'.asp') )
		   {
		   $PowerBB->functions->error($PowerBB->_CONF['template']['lang']['Can_you_raise_file_extension']);
		  }
		  if ( stristr($filename,'.3gp') )
		   {
		    $PowerBB->functions->error($PowerBB->_CONF['template']['lang']['Can_you_raise_file_extension']);
		  }
		  if ( stristr($filename,'.exe') )
		   {
		    $PowerBB->functions->error($PowerBB->_CONF['template']['lang']['Can_you_raise_file_extension']);
		  }


وامسحها ..


الساعة الآن 05:32 PM