رد: مشكلة في قاعدة بيانات اسماء الاعضاء
اخواني الكرام الله يبارك فيكم و يرزقكم الخير علي الرد علي
اللي بيظهر لي في لوحة التحكم عند البحث عن اسم العضو
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/adminfunctions.php:3) in [path]/includes/functions.php on line 2922
و للحين معنديش اي هاكات في المنتدى
في انتظار ردكم الكريم
رد: مشكلة في قاعدة بيانات اسماء الاعضاء
وهذه المشكله عندي ايضا ووضعت موضوع في القسم
pointsupper'])); $condition .= iif($user['reputationupper'], " AND {$prefix}reputation < " . intval($user['reputationupper'])); $condition .= iif($user['reputationlower'], " AND {$prefix}reputation >= " . intval($user['reputationlower'])); $condition .= iif($user['useridlower'], " AND {$prefix}userid >= " . intval($user['useridlower'])); $condition .= iif($user['useridupper'], " AND {$prefix}userid < " . intval($user['useridupper'])); $condition .= iif($user['ipaddress'], " AND {$prefix}ipaddress LIKE '%" . $vbulletin->db->escape_string_like($us er['ipaddress']) . "%'"); $profilefields = $vbulletin->db->query_read(" SELECT profilefieldid, type, data, optional FROM " . TABLE_PREFIX . "profilefield "); while ($profilefield = $vbulletin->db->fetch_array($profilefiel ds)) { $condition .= fetch_profilefield_sql_co ndition($profilefield, $profile); } return $condition; } /*======================== ========================= =====================*\ || ######################### ######################### ################## || # Downloaded: 18:05, Thu May 1st 2008 || # CVS: $RCSfile$ - $Revision: 25833 $ || ######################### ######################### ################## \*======================= ========================= ======================*/ ?>
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/adminfunctions_user.php:4 30) in [path]/includes/functions.php on line 2922
والملون بالازرق يحدث في كل ما يتعلق بالمجموعات او الاعضاء
اتمنى احد يجد حلا لهذه المسأله