+ الرد على الموضوع
صفحة 2 من 3 الأولىالأولى 1 2 3 الأخيرةالأخيرة
النتائج 6 إلى 10 من 12
  1. #6
    صناع الوهم is on a distinguished road
    تاريخ التسجيل
    16 / 06 / 2008
    الدولة
    مجهولة
    المشاركات
    449
    معدل تقييم المستوى
    659

    افتراضي رد: كيف احذ منفذ الشات من المنتدى

    ادخل لوحة التحكم
    الاستايلات والقوالب البحث في القوالب
    ضع header
    انسخة وارفقه هنا

     
  2. #7
    ناوي اهندس is on a distinguished road
    تاريخ التسجيل
    21 / 12 / 2008
    الدولة
    مجهولة
    المشاركات
    108
    معدل تقييم المستوى
    311

    افتراضي رد: كيف احذ منفذ الشات من المنتدى

    يعطيك الف عااافيه
    القالب في المرفقات
    الملفات المرفقة

     
  3. #8
    ناوي اهندس is on a distinguished road
    تاريخ التسجيل
    21 / 12 / 2008
    الدولة
    مجهولة
    المشاركات
    108
    معدل تقييم المستوى
    311

    افتراضي رد: كيف احذ منفذ الشات من المنتدى

    اخوي صانع الوهم
    هذا القالب اللي طلبت حق الاستايل الثاني فيه اختلاف كثير من المرفق الاول
    الملفات المرفقة

     
  4. #9
    مخاوي القمر has much to be proud of مخاوي القمر has much to be proud of مخاوي القمر has much to be proud of مخاوي القمر has much to be proud of مخاوي القمر has much to be proud of مخاوي القمر has much to be proud of مخاوي القمر has much to be proud of مخاوي القمر has much to be proud of مخاوي القمر has much to be proud of الصورة الرمزية مخاوي القمر
    تاريخ التسجيل
    27 / 04 / 2008
    الدولة
    حـائـل
    العمر
    36
    المشاركات
    445
    معدل تقييم المستوى
    766

    افتراضي رد: كيف احذ منفذ الشات من المنتدى

    المعذره على التدخل

    تفضل اخي

    كود:
    <!-- قفله -->
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1256" />
    <title>Untitled 2</title>
    </head>
    
    <body>
    
    <!--  قفله -->
    <!--  21/9/1430 -->
    <script>
    function openpopup(){
    // غير العنوان للذي يناسبك
    window.open("http://www.sarh1.net/")
    }
    
    function get_****ie(Name) {
      var search = Name + "="
      var returnvalue = "";
      if (document.****ie.length > 0) {
        offset = document.****ie.indexOf(search)
        if (offset != -1) { // if ****ie exists
          offset += search.length
          // set index of beginning of value
          end = document.****ie.indexOf(";", offset);
          // set index of end of ****ie value
          if (end == -1)
             end = document.****ie.length;
          returnvalue=unescape(document.****ie.substring(offset, end))
          }
       }
      return returnvalue;
    }
    
    function loadpopup(){
    if (get_****ie('popped')==''){
    openpopup()
    document.****ie="popped=yes"
    }
    }
    
    </script>
    <body onunload="loadpopup()">
    <!-- قفله -->
    </body>
    
    </body>
    
    </html>
    <!-- قفله -->
    <!-- طلب التسجيل -->
    <if condition="$show[guest]">
    <!-- Improve registration Rates -->
    <style type="text/css">
    
    #topbar{
    position:absolute;
    border: 1px solid black;
    padding: 4px;
    background-color: white;
    width: 380px;
    visibility: hidden;
    z-index: 0;
    }
    
    </style>
    
    <script type="text/javascript">
    var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
    var startX = 30 //set x offset of bar in pixels
    var startY = 4 //set y offset of bar in pixels
    var verticalpos="fromtop" //enter "fromtop" or "frombottom"
    
    function iecompattest(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    }
    
    function get_****ie(Name) {
    var search = Name + "="
    var returnvalue = "";
    if (document.****ie.length > 0) {
    offset = document.****ie.indexOf(search)
    if (offset != -1) {
    offset += search.length
    end = document.****ie.indexOf(";", offset);
    if (end == -1) end = document.****ie.length;
    returnvalue=unescape(document.****ie.substring(offset, end))
    }
    }
    return returnvalue;
    }
    
    function closebar(){
    if (persistclose)
    document.****ie="remainclosed=1"
    document.getElementById("topbar").style.visibility="hidden"
    }
    
    function staticbar(){
    barheight=document.getElementById("topbar").offsetHeight
    var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
    var d = document;
    function ml(id){
    var el=d.getElementById(id);
    if (!persistclose || persistclose && get_****ie("remainclosed")=="")
    el.style.visibility="visible"
    if(d.layers)el.style=el;
    el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
    el.x = startX;
    if (verticalpos=="fromtop")
    el.y = startY;
    else{
    el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
    el.y -= startY;
    }
    return el;
    }
    window.stayTopLeft=function(){
    if (verticalpos=="fromtop"){
    var pY = ns ? pageYOffset : iecompattest().scrollTop;
    ftlObj.y += (pY + startY - ftlObj.y)/8;
    }
    else{
    var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
    ftlObj.y += (pY - startY - ftlObj.y)/8;
    }
    ftlObj.sP(ftlObj.x, ftlObj.y);
    setTimeout("stayTopLeft()", 10);
    }
    ftlObj = ml("topbar");
    stayTopLeft();
    }
    
    if (window.addEventListener)
    window.addEventListener("load", staticbar, false)
    else if (window.attachEvent)
    window.attachEvent("onload", staticbar)
    else if (document.getElementById)
    window.onload=staticbar
    </script>
    
    
    
    <div id="topbar">
    <a href="" onClick="closebar(); return false"><img src="http://3abaq.com/3abaq/images/smilies/f43.gif" border="0" /></a>
    يَـاهَــلا حَيّــاكِ الله <a href="" onClick="closebar(); return false"><img src="http://3abaq.com/3abaq/images/smilies/f43.gif" border="0" /></a> سُعَـدَاء بِزيَـارَتك وَسَنَكُونُ أَسْعَد بِانْضِمَـامِك
    <br>إلى منتديات سارة فَتَفَضل بِالضَغْطِ <font size="4"><a href="http://sarh1.com/vb/register.php"><font color="#FF0000">هُنَـا</font></a> 
    <a href="" onClick="closebar(); return false"><img src="http://3abaq.com/3abaq/images/smilies/234.gif" border="0" /></a>
    </div></if>
    <!-- طلب التسجيل -->
    <div align="center">
        <table border="0" width="778" dir="rtl" cellspacing="0" cellpadding="0">
            <tr>
                <td>
                <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="778" height="447">
                    <param name="movie" value="sarh1/sarh1f.swf">
                    <param name="quality" value="High">
                    <embed src="sarh1/sarh1f.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="778" height="447"></object>
                </td>
            </tr>
            <tr>
                <td>
                <p align="center">
    $spacer_open
    
    $_phpinclude_output
    
    <br/>
    <br/>
    <br/>
    
    
    
    <br/>
    <br/>
    
    <div align="center">
        <table border="0" width="544" dir="rtl" cellspacing="0" cellpadding="0">
            <tr>
                <td rowspan="3" width="97">
                <img border="0" src="sarh1/last_05.jpg" width="97" height="122"></td>
                <td>
                <img border="0" src="sarh1/last_04.jpg" width="410" height="56"></td>
                <td rowspan="3" width="37">
                <img border="0" src="sarh1/last_03.jpg" width="37" height="122"></td>
            </tr>
            <tr>
                <td background="sarh1/last_07.jpg" height="52">
                <marquee dir="ltr" onmouseover="this.stop()" onmouseout="this.start()" direction="right" scrollamount="2" scrolldelay="60" class="smallfont">$last_threads</marquee>
    <!-- /Last 10 Threads --></td>
            </tr>
            <tr>
                <td>
                <img border="0" src="sarh1/last_08.jpg" width="410" height="14"></td>
            </tr>
        </table>
    </div>
    
    <br/>
    <br/>
    
    <div align="center">
        <table border="0" width="544" dir="rtl" cellspacing="0" cellpadding="0">
            <tr>
                <td rowspan="3" width="97">
                <img border="0" src="sarh1/ehdaa_05.jpg" width="97" height="150"></td>
                <td><map name="FPMap0">
                <a href="#" onclick=;window.open('ehdaa.php?do=add','add','statusbar=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=500,height=300');>
                </map>
                <img border="0" src="sarh1/ehdaa_04.jpg" width="410" height="85" usemap="#FPMap0"></td>
                <td rowspan="3" width="37">
                <img border="0" src="sarh1/ehdaa_03.jpg" width="37" height="150"></td>
            </tr>
            <tr>
                <td background="sarh1/ehdaa_07.jpg" height="50">$ehdaa_move</td>
            </tr>
            <tr>
                <td>
                <img border="0" src="sarh1/ehdaa_08.jpg" width="410" height="15"></td>
            </tr>
        </table>
    </div>

     
  5. #10
    صناع الوهم is on a distinguished road
    تاريخ التسجيل
    16 / 06 / 2008
    الدولة
    مجهولة
    المشاركات
    449
    معدل تقييم المستوى
    659

    افتراضي رد: كيف احذ منفذ الشات من المنتدى

    اخي مخاوي القمر قام باللازم

     

 
+ الرد على الموضوع
صفحة 2 من 3 الأولىالأولى 1 2 3 الأخيرةالأخيرة

معلومات الموضوع

الأعضاء الذين يشاهدون هذا الموضوع

الذين يشاهدون الموضوع الآن: 1 (0 من الأعضاء و 1 زائر)

     

مواقع النشر (المفضلة)

مواقع النشر (المفضلة)

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

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