Warning: Function get_magic_quotes_gpc() is deprecated in /home/forumbs/public_html/includes/class_core.php on line 1960

Warning: Methods with the same name as their class will not be constructors in a future version of PHP; vB_XML_Parser has a deprecated constructor in ..../includes/class_xml.php on line 52

Warning: Methods with the same name as their class will not be constructors in a future version of PHP; vB_XML_Builder has a deprecated constructor in ..../includes/class_xml.php on line 689
[طريقة] اغلاق المواضيع القديمة مع تحديد التاريخ [الأرشيف] - منتديات بانى ستار

المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : [طريقة] اغلاق المواضيع القديمة مع تحديد التاريخ



megnonetota
12-29-2008, 12:41 AM
بسم الله الرحمن الرحيم
الطريقة
نفذ الاستعلام الآتي:
لاغلاق المواضيع القديمة بتاريخ محدد


رمز PHP:

UPDATE `thread` SET `open` = 0 WHERE `dateline` < UNIX_TIMESTAMP('2000-1-30');





طبعاً التاريخ المدخل هو للمثال فقط..
وينبغي ان تدخل انت التاريخ الذي تريد اغلاق كل المواضيع قبله على الهيئة "YYYY-MM-DD"
ينبغي أيضاً الحذر جيداً وادخال التاريخ بصورة صحيحة حتى لا يحدث اغلاق لمواضيع خاطئة
وايضا الممكن جلعه يعمل على اغلاق الموضوع من تاريخ اخر رد
لاغلاق الموضوع من تاريخ اخر رد
رمز PHP:
UPDATE `thread` SET `open` = 0 WHERE `lastpost` < UNIX_TIMESTAMP('2