الوقت/التاريخ الآن هو الجمعة نوفمبر 22, 2024 6:56 am
إقترحاتكم و أسئلتكم
إقترحاتكم و أسئلتكم
- المواضيع
- المساهمات
- آخر مساهمة
قوانين
<%set rs=conn.execute("select * from forum_config_system")%><%=rs("strForumTitle")%>-شروط التسجيل داخل المنتدي <%if rs("strProhibitNewMembers")="no" then%>شروط التسجيل داخل منتديات جزيرة القراصنة
التسجيل في هذا المنتدى مجاني . شروط التسجيل في المنتدى: 1-عدم التعرض لأمور الدين بأي نوع من السخرية أو حتى التلميح او التشكيك أو إثارة الفتنة. 2- عدم استخدام ألفاظ بذيئة. 3-الكلام في السياسة بما يتضرر منه الموقع أو الأعضاء ممنوع. 4-عدم عرض أي صور مخلة بالأدب أو أي صور نسائية بما فيها مايو ضع كخلفيات المواضيع 5- أن لا يكون الاسم الذي تختاره له معنى سيء وان لا يكون ازدواجي . بل يجب أن يكون الاسم واضحا ومعبرا عن معنى جيد فنحن نتعامل فيما بيننا كأخوة ...ويمنع استخدام أسماء لأشخاص معروفين أو حتى ألقابهم المشهورة بالانترنت أو غيرها أن كنت لا تمثل هذا الاسم أو أسماء أو عناوين مواقع . 6-من حق المشرف نقل موضوعك من منتدى إلى منتدى آخر أكثر تناسبا مع محتواه حسب ما يراه المشرف. كما له الحق بتعديل أو حذف أو إغلاق موضوعك بما يراه مخالفاً أو خط سير المنتدى. 7- لإدارة المنتدى الحق في تعديل الشروط والقوانين طبقا لما تراه مناسبا 8-نحب وندعم ونشجع الكتابة بالعربية الفصحى ... ولا مانع من استخدام الإنكليزية عند الحاجة .
9-المواضيع والآراء المطروحة تعبر عن رأي صاحبها وليس بالضرورة عن رأي المنتدى. إذا كنت موافق على الشروط أعلاه، اضغط على زر موافق، غير ذلك إلغاء .
إذا كان لديك أي سؤال في هذا المنتدى، راسل الإدارة على العنوان التالي: رساله إداريه
تم إغلاق التسجيل من قبل إدارة المنتدي اضغط هنا اذا كنت لا ترغب بالانتظار .
(او اذا كان متصفحك لا يدعم الانتقال التلقائي)
- 0 المواضيع
- 0 المساهمات
قوانينن
<%set rs=conn.execute("select * from forum_config_system")forum_topic=conn.execute("select * from forum_topic where topic_id="&request("topic_id")&"") set forum_name=conn.execute("select * from forum_forum where forum_id="&forum_topic("forum_id")&"") set cat=conn.execute("select * from FORUM_CATEGORY where id_cat="&forum_name("cat_id")&"")%> <% if cat("state_cat")="close_cat" then if request.cookies("username")="" thenif cat("allow_client")="no" then response.redirect("message_mangment.asp") end if end if end if if forum_name("state_forum")="close_forum" then if request.cookies("username")="" thenif forum_name("allow_client")="no" then response.redirect("message_mangment.asp") end if end if end if %> <% Const adOpenStatic = 3Const adLockReadOnly = 1Const adUseServer = 2Const adCmdText = &H0001%><%SQL_topic="select * from forum_topic where forum_id="&forum_topic("forum_id")&" order by topic_id desc"Currenttopic=Request("topic_Page")If Currenttopic="" Or Not IsNumeric(Currenttopic) then Currenttopic=1 Else Currenttopic=CLng(Currenttopic)if Currenttopic<1 then Currenttopic=1forum_page.CursorLocation=adUseServerforum_page.PageSize =1forum_page.Open SQL_topic,conn,adOpenStatic,adLockReadOnly,adCmdText Totaltopic=forum_page.PageCount NumberOfRecords=forum_page.RecordCount if Currenttopic>Totaltopic then Currenttopic=1if not forum_page.eof thenforum_page.AbsolutePage =Currenttopicend if%><%=rs("strForumTitle")%> - <%=forum_name("forum_name")%> - <%=forum_topic("t_subject")%> <% if forum_topic("state_topic")="close_topic" then if request.cookies("username")="" thenif forum_topic("allow_client")="no" then response.redirect("message_mangment.asp") end if end if end ifif request.cookies("username")<>"" thenset tpic_reply=conn.execute("select * from forum_members where username='"&request.cookies("username")&"'")title=tpic_reply("title_members")set allow_topic=conn.execute("select * from forum_members where username='"&request.cookies("username")&"'")if not allow_topic.eof thenif request.cookies("username")=allow_topic("admin")thenadmin=request.cookies("username")end ifend ifset allow_to=conn.execute("select * from forum_members where username='"&request.cookies("username")&"'")set voice_check=conn.execute("select * from forum_voice where voice_id="&allow_to("id_members")&"")if not voice_check.eof thenvoice_check="yes" elsevoice_check="false"end ifset allow_modration=conn.execute("select * from forum_members where username='"&request.cookies("username")&"'")set modra=conn.execute("select * from forum_modrates where mod_id="&allow_modration("id_members")&" and forum_id="&forum_name("forum_id")&"")if not modra.eof thenif modra("close_topic")="yes" thenmodration_allow="yes"elsemodration_allow="false"end ifend ifend if%><%if admin="" and voice_check="false" then if cat("state_cat")="close_cat" or forum_name("state_forum")="close_forum" or forum_topic("state_topic")="close_topic" then if request.cookies("username")<>"" then set mod_check=conn.execute("select * from forum_modrates where mod_id="&allow_topic("id_members")&" ") if not mod_check.eof then if cat("allow_modrates")="not_allow" or forum_name("allow_modrates")="not_allow" or forum_topic("allow_modrates")="not_allow" then response.redirect("message_mangment.asp") end if else set members_check=conn.execute("select * from forum_members where username='"&request.cookies("username")&"'") if not members_check.eof then if cat("allow_members")="not_allow" or forum_name("allow_members")="not_allow" or forum_topic("allow_members")="not_allow" thenresponse.redirect("message_mangment.asp")end ifend ifend ifend if end if end if %><% count_vist=forum_topic("count_view")+1 total_vist="update forum_topic set count_view="&count_vist&" where topic_id="&request("topic_id")&"" conn.execute(total_vist) %> <%=rs("strForumTitle")%>> "><%=cat("cat_name")%>>"><%=forum_name("forum_name")%>><%=forum_topic("t_subject")%>
<%set poll=conn.execute("select * from poll where topic_id="&request("topic_id")&"") if not poll.eof then set select_poll=conn.execute("select * from select_poll where topic_id="&request("topic_id")&"")%>الكاتب الموضوع
<% if pref<>"" then %> السابق <%End if if next_page<>"" then %> التالي <%end if%>
"> <%if forum_name("reply_topic")=1 then%> "> <%else if title<>"" then%> "> <%end if end if%>
<%set username=conn.execute("select * from forum_members where id_members="&forum_topic("id_members")&"") %> " title="عرض الملف الشخصي للعضو <%=username("username")%> " onMouseOver="(window.status=' عرض الملف الشخصي للعضو <%=username("username")%>'); return true" onMouseOut="(window.status=''); return true" ><%=username("username")%>
<%if username("title_members")<>"" then title_members=username("title_members") else if username("active_topic")>=rs("topic_level6")then title_members=rs("members_level6") else if username("active_topic")>=rs("topic_level5")then title_members=rs("members_level5") else if username("active_topic")>=rs("topic_level4")then title_members=rs("members_level4") else if username("active_topic")>=rs("topic_level3")then title_members=rs("members_level3") else if username("active_topic")>=rs("topic_level2")then title_members=rs("members_level2") else if username("active_topic")<=rs("topic_level1")then title_members=rs("members_level1") else end if end if end if end if end if end if end if response.write(title_members)%>
<% if username("active_topic")>=rs("topic_level6")then images="rate_5.gif" else if username("active_topic")>=rs("topic_level5")then images="rate_4.gif" else if username("active_topic")>=rs("topic_level4")then images="rate_3.gif" else if username("active_topic")>=rs("topic_level3")then images="rate_2.gif" else if username("active_topic")>=rs("topic_level2")then images="rate_1.gif" else if username("active_topic")<=rs("topic_level1")then images="rate_0.gif" else end if end if end if end if end if end if%>
<%if username("url_pic")<>"" and username("url_pic")<>"http://" then%>
- 0 المواضيع
- 0 المساهمات
- المواضيع
- المساهمات
- مشاهدة
- آخر مساهمة
عدد المتصفحين الحاليين للمنتدى: لا أحدالمشرفصلاحيات هذا المنتدى:لاتستطيع وضع مواضيع جديدة في هذا المنتدى
لاتستطيع الرد على المواضيع في هذا المنتدىالمفتاح