أخي المشكله بسبب إضافه عدد المواضيع والردود لكل عضو حل هذه المشكله
افتح ملف includes/functions_showthread.php
وابحث عن
واستبدله بكود:$usertherd = $DB_site->query_first("SELECT COUNT(threadid) AS total FROM thread WHERE postuserid=$post[userid] "); $usertherdcoun = $usertherd[total]; $userpostdcoun = $post[posts] - $usertherdcoun ;
في انتظارككود:if($post[userid] !=0){ $usertherd = $DB_site->query_first("SELECT COUNT(threadid) AS total FROM thread WHERE postuserid=$post[userid] "); $usertherdcoun = $usertherd[total]; $userpostdcoun = $post[posts] - $usertherdcoun ; }
مواقع النشر (المفضلة)