صفحة 18 من 42 الأولىالأولى ... 8131415161718192021222328 ... الأخيرةالأخيرة
النتائج 426 إلى 450 من 1042

الموضوع: [ فهــرس ســوالـف ] لحل مــشـــاكــل قــواعــد البـيـانـات



  1. اقتباس المشاركة الأصلية كتبت بواسطة vipp
    اخي احمد سمارا .. لم ادخل لوحة التحكم واضيف مجموعة جديدة يظهر لي ..



    ماهو حلها بنظرك ؟؟

    وقف هاك الاوسمة او اى هاك يرطبط بالأعضاء وشوف المشكلة من انهي هاك واحذفة






  2. #427
    عضو نشيط
    تاريخ التسجيل
    May 2007
    المشاركات
    46


    اخوانى اريد حل الى هذة السايل


    mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    /home/aramcode/public_html/vb/includes/class_core.php on line 273

    MySQL Error :
    Error Number :
    Date : Saturday, June 30th 2007 @ 05:34:32 PM
    Script : http://<font color="#0068cf">http://...p?t=224</font>
    Referrer :
    IP Address : 213.42.2.24
    Username :
    Classname : vb_database







  3. #428
    عضو نشيط
    تاريخ التسجيل
    May 2007
    المشاركات
    46

    ارجو حل هذا الخطء Database error in vBulletin 3.6.4



    كود PHP:
     :

    Invalid SQL:
    SELECT COUNT(threadid) AS total FROM thread WHERE postuserid=;

    MySQL Error You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
    Error Number 
    1064
    Date 
    SaturdayJune 30th 2007 07:12:03 PM
    Script 
    http://<font size="4"><font color="...p</font></font>
    Referrer http://<font size="4"><font color="...p</font></font>
    IP Address 196.202.107.6
    Username 
    : &Ucirc;&iacute;&Ntilde; &atilde;&Oacute;&Igrave;&aacute;
    Classname vb_database 









  4. aram806
    سوي اصلاح من الــphpmyadmin






  5. #430


    عندي مشكلة
    كل ما ادخل لوحة التحكم تظهر لي هذه الرسالة

    وذلك بعد تحويل ترميز قواعد البيانات بسكربت العندليب من latin1 الى cp1256

    كود PHP:
    Database error in vBulletin 3.6.7:

    Invalid SQL:

        
    SELECT adminmessage.adminmessageid
        FROM adminmessage 
    AS adminmessage
        INNER JOIN adminlog 
    AS adminlog ON (adminlog.script adminmessage.script AND adminlog.action adminmessage.action)
        
    WHERE adminmessage.status 'undone'
            
    AND adminmessage.script <> ''
            
    AND adminlog.dateline adminmessage.dateline
        GROUP BY adminmessage
    .adminmessageid;

    MySQL Error  Illegal mix of collations (cp1256_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
    Error Number 1267
    Date         
    SaturdayJuly 7th 2007 03:22:40 AM
    Script       
    http://www.******.com/vb/admincp/index.php?do=home
    Referrer     http://www.******.com/vb/admincp/
    IP Address   :***
    Username     : &#1109; * * * σ
    Classname    forum_database 






    __________________
    العضوية ابتداء من 14 - 4 - 2009

    لا تعود لـ الوحيد . كوم

    www.8a3.com - Short Your Link

  6. #431
    عضو نشيط
    تاريخ التسجيل
    Jun 2003
    المشاركات
    78


    السلام عليكم

    يظهر لي خطأ لما أبحث عن عضو من لوحة التحكم ,
    للنسخة 3.6.6
    مع العلم بأنه لا يوجد بها اي برودكت او بلوق ان ,

    كنت مرقي من النسخة 3.5.4 وظهرت لي هذي المشكلة :

    كود:
    Database error in vBulletin 3.6.6:
    
    Invalid SQL:
    
    			SELECT user.*, avatar.avatarpath, customavatar.dateline AS avatardateline, customavatar.width AS avatarwidth, customavatar.height AS avatarheight,
    			NOT ISNULL(customavatar.userid) AS hascustomavatar, usertextfield.signature,
    			customprofilepic.width AS profilepicwidth, customprofilepic.height AS profilepicheight,
    			customprofilepic.dateline AS profilepicdateline, usergroup.adminpermissions,
    			NOT ISNULL(customprofilepic.userid) AS hasprofilepic,
    			NOT ISNULL(sigpic.userid) AS hassigpic,
    			sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
    			sigpic.userid AS profilepic, sigpic.dateline AS sigpicdateline
    			FROM user AS user
    			LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid)
    			LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
    			LEFT JOIN customprofilepic AS customprofilepic ON(customprofilepic.userid = user.userid)
    			LEFT JOIN sigpic AS sigpic ON(sigpic.userid = user.userid)
    			LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
    			LEFT JOIN usergroup AS usergroup ON(usergroup.usergroupid = user.usergroupid)
    			WHERE user.userid = 1642;
    
    MySQL Error  : Unknown column 'customprofilepic.width' in 'field list'
    Error Number : 1054
    Date         : Sunday, July 8th 2007 @ 06:32:43 PM
    Script       : http://www.xxxxxx/vb/admincp/user.php?do=edit&u=1642
    Referrer     : http://www.xxxxxxxx/vb/admincp/user.php?do=modify
    IP Address   : 
    Username     :
    Classname    : vb_database






    __________________
    إستخدم ملفك الخاص لكتابة توقيعك



  7. اقتباس المشاركة الأصلية كتبت بواسطة ElWa7eD.CoM
    عندي مشكلة
    كل ما ادخل لوحة التحكم تظهر لي هذه الرسالة

    وذلك بعد تحويل ترميز قواعد البيانات بسكربت العندليب من latin1 الى cp1256

    كود PHP:
    Database error in vBulletin 3.6.7:

    Invalid SQL:

        
    SELECT adminmessage.adminmessageid
        FROM adminmessage 
    AS adminmessage
        INNER JOIN adminlog 
    AS adminlog ON (adminlog.script adminmessage.script AND adminlog.action adminmessage.action)
        
    WHERE adminmessage.status 'undone'
            
    AND adminmessage.script <> ''
            
    AND adminlog.dateline adminmessage.dateline
        GROUP BY adminmessage
    .adminmessageid;

    MySQL Error  Illegal mix of collations (cp1256_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
    Error Number 1267
    Date         
    SaturdayJuly 7th 2007 03:22:40 AM
    Script       
    http://www.******.com/vb/admincp/index.php?do=home
    Referrer     http://www.******.com/vb/admincp/
    IP Address   :***
    Username     : &#1109; * * * σ
    Classname    forum_database 
    طيب اخي الفاضل علشان نتأكد من كل شئ أطمأن من الجداول وكل شئ

    شوف ارفع ملف tools.php داخل مجلد admincp

    وايضآ ارفع ملف install

    ثم توجهه الى الرابط هذا

    www.*****.com/vb/admincp/tools.php

    ثم قم بعمل تحديثات لكل شئ وبأذن الله تلاقى نتيجة

    واذا ماكملت التحديث او اى شئ يبقى الخطأ بالنقل من نسخة الى نسخة اكيد فى مشكلة
    بس شوف الأول هذا الى هيظهر كل شئ بأذن الله الملف هذا بيعمل تشيك كامل على المنتدي من تعديلات والجداول وكل شئ اذا تم العملية يبقى كذا المنتدي انظبط
    غير ***** الى اسم موقعك








  8. اقتباس المشاركة الأصلية كتبت بواسطة hishamtv
    السلام عليكم

    يظهر لي خطأ لما أبحث عن عضو من لوحة التحكم ,
    للنسخة 3.6.6
    مع العلم بأنه لا يوجد بها اي برودكت او بلوق ان ,

    كنت مرقي من النسخة 3.5.4 وظهرت لي هذي المشكلة :

    كود:
    Database error in vBulletin 3.6.6:
    
    Invalid SQL:
    
    			SELECT user.*, avatar.avatarpath, customavatar.dateline AS avatardateline, customavatar.width AS avatarwidth, customavatar.height AS avatarheight,
    			NOT ISNULL(customavatar.userid) AS hascustomavatar, usertextfield.signature,
    			customprofilepic.width AS profilepicwidth, customprofilepic.height AS profilepicheight,
    			customprofilepic.dateline AS profilepicdateline, usergroup.adminpermissions,
    			NOT ISNULL(customprofilepic.userid) AS hasprofilepic,
    			NOT ISNULL(sigpic.userid) AS hassigpic,
    			sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
    			sigpic.userid AS profilepic, sigpic.dateline AS sigpicdateline
    			FROM user AS user
    			LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid)
    			LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
    			LEFT JOIN customprofilepic AS customprofilepic ON(customprofilepic.userid = user.userid)
    			LEFT JOIN sigpic AS sigpic ON(sigpic.userid = user.userid)
    			LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
    			LEFT JOIN usergroup AS usergroup ON(usergroup.usergroupid = user.usergroupid)
    			WHERE user.userid = 1642;
    
    MySQL Error  : Unknown column 'customprofilepic.width' in 'field list'
    Error Number : 1054
    Date         : Sunday, July 8th 2007 @ 06:32:43 PM
    Script       : http://www.xxxxxx/vb/admincp/user.php?do=edit&u=1642
    Referrer     : http://www.xxxxxxxx/vb/admincp/user.php?do=modify
    IP Address   : 
    Username     :
    Classname    : vb_database
    وعليكم السلام

    الحل بأذن الله

    كود PHP:
    ALTER TABLE customprofilepic ADD `widthsmallint(5unsigned NOT NULL default '0'







  9. #434
    عضو نشيط جدا
    تاريخ التسجيل
    Jun 2003
    المشاركات
    358


    السلام عليكم

    بعد تغير ترميز القاعدة الى 1256 حصل لنا مشكلة وهو بعض اعضاء الى اسمائهم بالعربية يظهر

    هذا المشكلة
    كود PHP:
    Database error 
    The xxxxxxxx database has encountered a problem


    --------------------------------------------------------------------------------
     
    Please try the following
    Load the page again by clicking the Refresh button in your web browser
    Open the www.xxxxxxx home pagethen try to open another page
    Click the Back button to try another link
     
    The www.xxxxxxxxx forum technical staff have been notified of the errorthough you may contact them if the problem persists
     
    We apologise for any inconvenience
    بعد تسجيل الدخول لمنتدى

    وايضا يصل رسائل المنتدى بشكل علامة الاستفهام

    وشكرا





    __________________
    Keyboard-Arabic

  10. #435
    عضو فعال
    تاريخ التسجيل
    Feb 2003
    المشاركات
    1,181


    بسم الله الرحمن الرحيم

    أسعد الله أوقات لكل من قرأ مشاركتي هذه

    الأخ الكريم احمد
    أنا سؤالي ربما يكون معقد وهو: أنا عندي قاعدة بيانات لمنتداي سحبتها عام 2005 ومحتفظ بها بكامل ملفات المنتدى
    وقبل يومين ركبتها على السيرفر المحل (الجمل) وقمت بترقيتها وماشي الحال تمت الترقية وتغلبت على مشكلة الترميز
    بواسطة سكربت bigdump أما بالنسبة عند رفعها على سيرفر مدفوع صعب علي تحويل الترميز حيث تخرج عندي علامات استفهام (؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟) علما أن جداولها على الترميز CP1256 وحاولت بسكربت الأستاذ العندليب الأصدار الثاني بلا جدوى لي تقريبا أربعة أيام لم أستطع حل المشكلة .

    أرجوا ومتأمل إجابتي بإعطائي الحلول .

    وبارك الله فيكم






  11. #436
    عضو نشيط
    تاريخ التسجيل
    Jun 2003
    المشاركات
    78


    اقتباس المشاركة الأصلية كتبت بواسطة ahmed-samara
    وعليكم السلام

    الحل بأذن الله

    كود PHP:
    ALTER TABLE customprofilepic ADD `widthsmallint(5unsigned NOT NULL default '0'
    مرحبا اخوي احمد ,
    نفذت هذا الاستعلام , ويمكنني البحث عن العضو الآن ولكن عندما اريد ان احرر بيانات العضو ( مشاهدة / تعديل ) يظهر هذا الخطأ الجديد ,,

    كود:
    Database error in vBulletin 3.6.6:
    
    Invalid SQL:
    SELECT * FROM subscription ORDER BY displayorder;
    
    MySQL Error  : Unknown column 'displayorder' in 'order clause'
    Error Number : 1054
    Date         : Monday, July 9th 2007 @ 02:24:27 PM
    Script       : http://www.xxxxxx/vb/admincp/user.php?do=edit&u=1
    Referrer     : http://www.xxxxxxxx/vb/admincp/
    IP Address   : 
    Username     : admin2
    Classname    : vb_database






    __________________
    إستخدم ملفك الخاص لكتابة توقيعك

  12. #437
    عضو نشيط
    تاريخ التسجيل
    Jun 2003
    المشاركات
    78


    اقتباس المشاركة الأصلية كتبت بواسطة hishamtv
    مرحبا اخوي احمد ,
    نفذت هذا الاستعلام , ويمكنني البحث عن العضو الآن ولكن عندما اريد ان احرر بيانات العضو ( مشاهدة / تعديل ) يظهر هذا الخطأ الجديد ,,

    كود:
    Database error in vBulletin 3.6.6:
    
    Invalid SQL:
    SELECT * FROM subscription ORDER BY displayorder;
    
    MySQL Error  : Unknown column 'displayorder' in 'order clause'
    Error Number : 1054
    Date         : Monday, July 9th 2007 @ 02:24:27 PM
    Script       : http://www.xxxxxx/vb/admincp/user.php?do=edit&u=1
    Referrer     : http://www.xxxxxxxx/vb/admincp/
    IP Address   : 
    Username     : admin2
    Classname    : vb_database
    من يواجه هذا الخطأ يمكنه تنفيذ الاستعلام التالي , قمت بتنفيذه وقام باصلاح الخطأ:
    كود:
    alter table `subscription` add `displayorder` smallint(5) unsigned NOT NULL default '1';
    والشكر الجزيل للأخ أحمد ,,





    __________________
    إستخدم ملفك الخاص لكتابة توقيعك

  13. #438
    عضو نشيط
    تاريخ التسجيل
    Apr 2006
    المشاركات
    156


    شكرا لك استاذ أحمد على المساعدة لأخوانك المسلمين






  14. #439


    اقتباس المشاركة الأصلية كتبت بواسطة ahmed-samara
    طيب اخي الفاضل علشان نتأكد من كل شئ أطمأن من الجداول وكل شئ

    شوف ارفع ملف tools.php داخل مجلد admincp

    وايضآ ارفع ملف install

    ثم توجهه الى الرابط هذا

    www.*****.com/vb/admincp/tools.php

    ثم قم بعمل تحديثات لكل شئ وبأذن الله تلاقى نتيجة

    واذا ماكملت التحديث او اى شئ يبقى الخطأ بالنقل من نسخة الى نسخة اكيد فى مشكلة
    بس شوف الأول هذا الى هيظهر كل شئ بأذن الله الملف هذا بيعمل تشيك كامل على المنتدي من تعديلات والجداول وكل شئ اذا تم العملية يبقى كذا المنتدي انظبط
    غير ***** الى اسم موقعك
    أخي قمت بعمل التحديثات وما فيش فايدة نفس الخطأ





    __________________
    العضوية ابتداء من 14 - 4 - 2009

    لا تعود لـ الوحيد . كوم

    www.8a3.com - Short Your Link

  15. #440
    ينتظر رسالة التوكيد
    تاريخ التسجيل
    Jun 2006
    المشاركات
    155

    خطأ



    أ£أ£أ*أ’أ‡أٹ أ‡أںأ‹أ‘ أ،أ£أ“أٹأژأڈأ£أ¬ أ‡أ،أ*أںأ“أ

    بعد نقل قاعدة البيانات من سيرفر الى سيرفر آخر وجدت كل الروابط بهذا الشكل

    أ£أ£أ*أ’أ‡أٹ أ‡أںأ‹أ‘ أ،أ£أ“أٹأژأڈأ£أ¬ أ‡أ،أ*أںأ“أ

    فما الحل هل سكريبت تحويل ال Encoding للاخ ميلاد يمكنه حلها ام الخطا فى السيرفر الجديد ؟؟؟






  16. #441
    عضو نشيط
    تاريخ التسجيل
    Jun 2003
    المشاركات
    96


    Warning: Unknown(./count.php): failed to open stream: No such file or directory in /global.php(360) : eval()'d code on line 25

    Fatal error: (null)() [function.require]: Failed opening required './count.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/××××/public_html/rom/global.php(360) : eval()'d code on line 25

    هل من حل





    __________________
    www.lyaleena.com

  17. #442
    عضو فعال جدا
    تاريخ التسجيل
    Mar 2003
    المشاركات
    2,786


    احمد سمارا

    فيه مشكله بالمنتدى لها يومين

    المنتدى مايفتح بعد ماسوينا رستارت للقواعد من السيرفر

    http://www.princevb.com/upload/

    سويت ريبر للقاعده وماضبط

    وقفت الهاكات من الكونفع وماضبط

    ياليت نلقى حل طال عمرك





    __________________
    (
    )
    (
    )

    Namr

  18. #443
    عضو شرف
    تاريخ التسجيل
    May 2006
    المشاركات
    2,247


    هل يوجد منتديات ثانيه على نفس السيرفر وتعمل بشكل جيد ؟؟


    اذا الجواب نعم تأكد من ربط اليوزر بقاعدة البيانات ومن ثم وضعهم في الكونفج بشكل سليم او سوي يوزر جديد واربطه وضعه في الكونفج بشكل سليم ..


    وفي انتظار اجابتك





    __________________
    دعم في بي
    --
    خدمات دعم المواقع والمنتديات
    Eng.Mahmoud
    00201002935500

  19. #444
    عضو نشيط جدا
    تاريخ التسجيل
    Jul 2001
    المشاركات
    500


    Database error in vBulletin 3.5.3:

    Invalid SQL:

    SELECT
    post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
    user.*, userfield.*, usertextfield.*,
    icon.title as icontitle, icon.iconpath,
    avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,

    deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
    editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
    editlog.reason AS edit_reason,
    post_parsed.pagetext_html, post_parsed.hasimages,
    IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid


    FROM post AS post
    LEFT JOIN user AS user ON(user.userid = post.userid)
    LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
    LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
    LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
    LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
    LEFT JOIN deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND type = 'post')
    LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
    LEFT JOIN post_parsed AS post_parsed ON(post_parsed.postid = post.postid AND post_parsed.styleid_code = -1 AND post_parsed.styleid_html = -1 AND post_parsed.styleid_php = -1 AND post_parsed.styleid_quote = -1)

    WHERE post.postid IN (0,142015)
    ORDER BY post.dateline;

    MySQL Error : Table 'post_parsed' is marked as crashed and should be repaired
    Error Number : 1194
    Date : Friday, July 20th 2007 @ 03:38:50 AM
    Script : http://www.aaaaa.net/vb/showthread.p...015#post142015
    Referrer : http://www.aaaaa.net/vb/index.php
    IP Address : 195.229.236.245
    Username :
    Classname : vb_database




    أرجو مساعدة في حل هذه مشكله





    __________________
    راشد الدرمكي



  20. مرحبآ بكم اتمني قد اكون وفقت فى حل المشاكل التي ارسلت عبر الأميل وتم حل بعض المشاكل


    الأخ الغالي ra3i alma7baa


    تابع حل المشكلة هذا

    http://www.swalif.net/softs/swalif-1307159-13.html






  21. #446
    عضو نشيط
    تاريخ التسجيل
    May 2007
    المشاركات
    156


    Invalid SQL: SELECT COUNT(postid) AS total, dateline FROM post WHERE userid= AND dateline > '1184968449' GROUP BY userid; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND dateline > '1184968449' GROUP BY userid' at line 1 Error Number : 1064 Date : Saturday, July 21st 2007 @ 05:54:09 PM Script : http://www.lifenet-sy.com/vb/external.php?type=rss2&forumids=15





    __________________
    www.lifenet-sy.com
    شبكة لايف نت المتكاملة
    info+lifenet-sy.com
    -------
    فحص بيج رانك
    PageRank , Alexa Rank


    اضف موقعك لدليل لايف نت ( 40 الف اليكسا )
    http://dir.lifenet-sy.com/add-site.html

  22. #447
    ينتظر رسالة التوكيد
    تاريخ التسجيل
    Jun 2006
    المشاركات
    155


    استاذ احمد سماره الف شكر على جهدك الكبير ونامل منك المزيد ان شاء الله


    Database error in vBulletin 3.6.7:

    Invalid SQL:
    SELECT COUNT(threadid) AS total FROM thread WHERE postuserid=;

    MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
    Error Number : 1064
    Date : Monday, July 23rd 2007 @ 06:43:15 PM
    Script : http://www.xxxxxxxxxxxxxx.com/vb/sho...t=5571&page=13
    Referrer : http://www.xxxxxxxxxxxx.com/vb/showthread.php?t=5571
    Username : xxxxx
    Classname : vb_database






  23. #448
    عضو سوبر نشيط
    تاريخ التسجيل
    Nov 2005
    المشاركات
    822


    عند اظافة قسم جديد يطلع لي هالخطأ !!

    Database error in vBulletin 3.6.7:

    Invalid SQL:
    INSERT INTO forum
    (title_clean, title, description_clean, description, link, displayorder, parentid, daysprune, defaultsortfield, defaultsortorder, showprivate, newpostemail, newthreademail, options, styleid, password, accessf_nb, accesst_nb, create_nb, reply_nb)
    VALUES
    ('قسم جديد', 'قسم جديد', '', '', '', 3, 1, -1, 'lastpost', 'desc', 0, '', '', 97991, 0, '', 0, 0, 0, 0);

    MySQL Error : Unknown column 'accessf_nb' in 'field list'
    Error Number : 1054
    Date : Friday, July 27th 2007 @ 06:25:24 AM
    Script : http://www.net.net/vb/admincp/forum.php?do=update
    Referrer : http://www.net.net/vb/admincp/forum.php?do=add
    IP Address : 213.22.11.111
    Username : admin
    Classname : vb_database

    اول مره تطلعلي ,,,
    مساعدتكم رجاء






  24. #449
    عضو نشيط
    تاريخ التسجيل
    Jun 2007
    المشاركات
    89


    اقتباس المشاركة الأصلية كتبت بواسطة H_CAGE
    Invalid SQL: SELECT COUNT(postid) AS total, dateline FROM post WHERE userid= AND dateline > '1184968449' GROUP BY userid; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND dateline > '1184968449' GROUP BY userid' at line 1 Error Number : 1064 Date : Saturday, July 21st 2007 @ 05:54:09 PM Script : http://www.lifenet-sy.com/vb/external.php?type=rss2&forumids=15

    اخي الفاضل سوي تحديث واصلاح من phpmyadmin


    اقتباس المشاركة الأصلية كتبت بواسطة الخبرا
    استاذ احمد سماره الف شكر على جهدك الكبير ونامل منك المزيد ان شاء الله


    Database error in vBulletin 3.6.7:

    Invalid SQL:
    SELECT COUNT(threadid) AS total FROM thread WHERE postuserid=;

    MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
    Error Number : 1064
    Date : Monday, July 23rd 2007 @ 06:43:15 PM
    Script : http://www.xxxxxxxxxxxxxx.com/vb/sho...t=5571&page=13
    Referrer : http://www.xxxxxxxxxxxx.com/vb/showthread.php?t=5571
    Username : xxxxx
    Classname : vb_database
    اخي الفاضل اعمل اصلاح من phpmyadmin





    اقتباس المشاركة الأصلية كتبت بواسطة Renegade
    عند اظافة قسم جديد يطلع لي هالخطأ !!

    Database error in vBulletin 3.6.7:

    Invalid SQL:
    INSERT INTO forum
    (title_clean, title, description_clean, description, link, displayorder, parentid, daysprune, defaultsortfield, defaultsortorder, showprivate, newpostemail, newthreademail, options, styleid, password, accessf_nb, accesst_nb, create_nb, reply_nb)
    VALUES
    ('قسم جديد', 'قسم جديد', '', '', '', 3, 1, -1, 'lastpost', 'desc', 0, '', '', 97991, 0, '', 0, 0, 0, 0);

    MySQL Error : Unknown column 'accessf_nb' in 'field list'
    Error Number : 1054
    Date : Friday, July 27th 2007 @ 06:25:24 AM
    Script : http://www.net.net/vb/admincp/forum.php?do=update
    Referrer : http://www.net.net/vb/admincp/forum.php?do=add
    IP Address : 213.22.11.111
    Username : admin
    Classname : vb_database

    اول مره تطلعلي ,,,
    مساعدتكم رجاء
    اوقف الهاكات ياغالي وشوف هاك ايش الى مسوي مشكلة ....

    المشكلة دي مش بتظهر الا عند اضافة موضوع جديد او رد جديد فقط لا غير وتظهر اعلي صفحة المنتدي

    صورة توضيحية







    الكود لذي يظهر اعلي الصفحة واريد حذفة :

    Parse error: syntax error, unexpected '<' in /home/sba7o/public_html/Vb/includes/functions_newpost.php(37) : eval()'d code on line 1


    ياريت تجيبون الحل الصحيح

    مع العلم اننى شككت في الهاكات وتم حذف جميع الهاكات من المنتدي

    ارجو الحل السريع والصحيح ي اعضاء ومشرفين سوالف

    وشكرا

    اخي الفاضل من لوحة التحكم اوقف جميع الهاكات وشوف ازي المشكلة اختفت يبقى ابحث عن الخطأ فى الهاك الى فيه المشكلة وقفة منتظر ردك





    التعديل الأخير تم بواسطة C asper ; 04-08-2007 الساعة 01:07 AM



  25. مازلت انتظر بأذن الله بالى اقدر افيد بية لأعضاء سوالف










ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •  

أضف موقعك هنا | اضافة محتوى فريد لموقعك