اريد اكواد للعيد

+2
cool amir
إتحادي حتى الأبد
6 مشترك

اذهب الى الأسفل

اريد اكواد للعيد  Empty اريد اكواد للعيد

مُساهمة من طرف إتحادي حتى الأبد الأربعاء 15 أغسطس 2012 - 2:05

اريد مجموعه اكواد خاصه بتزين المنتدى للعيد
إتحادي حتى الأبد
إتحادي حتى الأبد
 
 

ذكر
عدد المساهمات : 304
معدل النشاط : 5871
السُمعة : 0

http://eyes-sports.yoo7.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

اريد اكواد للعيد  Empty رد: اريد اكواد للعيد

مُساهمة من طرف cool amir الأربعاء 15 أغسطس 2012 - 6:36

هذا كود لالعاب نارية تنفجر

يوضع في تشكيلات عامة اذا اردته في الرئيسية فقط

واذا اردته في كامل المنتدى

ضعه في الاعلانات الخاصة


الكود:


<script language="JavaScript">
  var snowsrc="http://pcdon.com/fireworks3.gif"
  var no = 7;
  var hidesnowtime = 0;
  var snowdistance="windowheight" ;


  var ie4up = (document.all) ? 1 : 0;
  var ns6up = (document.getElementById&&!document.all) ? 1 : 0;

    function iecompattest(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    }

  var dx, xp, yp; 
  var am, stx, sty;
  var i, doc_width = 800, doc_height = 10  ;
 
  if (ns6up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
  } else if (ie4up) {
    doc_width = iecompattest().clientWidth;
    doc_height = iecompattest().clientHeight;
  }

  dx = new Array();
  xp = new Array();
  yp = new Array();
  am = new Array();
  stx = new Array();
  sty = new Array();
  snowsrc=(snowsrc.indexOf("mhmoudko.com")!=-1)? "http://i45.tinypic.com/2n9wdw2.jpg" : snowsrc
  for (i = 0; i < no; ++ i) { 
    dx[i] = 0;           
    xp[i] = Math.random()*(doc_width-50);
    yp[i] = Math.random()*(doc_height-100);
    am[i] = Math.random()*20;   
    stx[i] = 0.02 + Math.random()/10;
    sty[i] = 0.7 + Math.random();   
        if (ie4up||ns6up) {
      if (i == 0) {
        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://mhmoudko.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
      } else {
        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
      }
    }
  }

  function snowIE_NS6() {
    doc_width = ns6up?window.innerWidth-100 : iecompattest().clientWidth-100;
        doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")?  iecompattest().clientHeight-100 : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight-50 : iecompattest().offsetHeight-50;
    for (i = 0; i < no; ++ i) { 
      yp[i] += sty[i];
      if (yp[i] > doc_height-50) {
        xp[i] = Math.random()*(doc_width-am[i]-30);
        yp[i] = 0;
        stx[i] = 0.02 + Math.random()/10;
        sty[i] = 0.7 + Math.random();
      }
      dx[i] += stx[i];
      document.getElementById("dot"+i).style.top=yp[i]+"px";
      document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; 
    }
    snowtimer=setTimeout("snowIE_NS6()", 10);
  }

    function hidesnow(){
        if (window.snowtimer) clearTimeout(snowtimer)
        for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
    }
       

if (ie4up||ns6up){
    snowIE_NS6();
        if (hidesnowtime>0)
        setTimeout("hidesnow()", hidesnowtime*5000)
        }



</script>
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12938
السُمعة : 140

http://www.stibda3.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

اريد اكواد للعيد  Empty رد: اريد اكواد للعيد

مُساهمة من طرف خالدالقرني07 الأربعاء 15 أغسطس 2012 - 6:49

حطيت الكود بس الصور خربانه
خالدالقرني07
خالدالقرني07
 
 

ذكر
عدد المساهمات : 199
معدل النشاط : 4709
السُمعة : -4

http://thin.forumarabia.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

اريد اكواد للعيد  Empty رد: اريد اكواد للعيد

مُساهمة من طرف المصممه ملاك العسوله الأربعاء 15 أغسطس 2012 - 9:41

المصممه ملاك العسوله
المصممه ملاك العسوله
 
 

انثى
عدد المساهمات : 1485
معدل النشاط : 7126
السُمعة : 20

http://www.malakalasule.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

اريد اكواد للعيد  Empty رد: اريد اكواد للعيد

مُساهمة من طرف cool amir الأربعاء 15 أغسطس 2012 - 18:23

خالدالقرني07 كتب:حطيت الكود بس الصور خربانه

جرب هذا

الكود:


<script language="JavaScript">
  var snowsrc="http://im21.gulfup.com/2012-08-15/1345051362251.gif"
  var no = 7;
  var hidesnowtime = 0;
  var snowdistance="windowheight" ;


  var ie4up = (document.all) ? 1 : 0;
  var ns6up = (document.getElementById&&!document.all) ? 1 : 0;

    function iecompattest(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    }

  var dx, xp, yp; 
  var am, stx, sty;
  var i, doc_width = 800, doc_height = 10  ;
 
  if (ns6up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
  } else if (ie4up) {
    doc_width = iecompattest().clientWidth;
    doc_height = iecompattest().clientHeight;
  }

  dx = new Array();
  xp = new Array();
  yp = new Array();
  am = new Array();
  stx = new Array();
  sty = new Array();
  snowsrc=(snowsrc.indexOf("mhmoudko.com")!=-1)? "http://i45.tinypic.com/2n9wdw2.jpg" : snowsrc
  for (i = 0; i < no; ++ i) { 
    dx[i] = 0;           
    xp[i] = Math.random()*(doc_width-50);
    yp[i] = Math.random()*(doc_height-100);
    am[i] = Math.random()*20;   
    stx[i] = 0.02 + Math.random()/10;
    sty[i] = 0.7 + Math.random();   
        if (ie4up||ns6up) {
      if (i == 0) {
        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://mhmoudko.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
      } else {
        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
      }
    }
  }

  function snowIE_NS6() {
    doc_width = ns6up?window.innerWidth-100 : iecompattest().clientWidth-100;
        doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")?  iecompattest().clientHeight-100 : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight-50 : iecompattest().offsetHeight-50;
    for (i = 0; i < no; ++ i) { 
      yp[i] += sty[i];
      if (yp[i] > doc_height-50) {
        xp[i] = Math.random()*(doc_width-am[i]-30);
        yp[i] = 0;
        stx[i] = 0.02 + Math.random()/10;
        sty[i] = 0.7 + Math.random();
      }
      dx[i] += stx[i];
      document.getElementById("dot"+i).style.top=yp[i]+"px";
      document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; 
    }
    snowtimer=setTimeout("snowIE_NS6()", 10);
  }

    function hidesnow(){
        if (window.snowtimer) clearTimeout(snowtimer)
        for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
    }
       

if (ie4up||ns6up){
    snowIE_NS6();
        if (hidesnowtime>0)
        setTimeout("hidesnow()", hidesnowtime*5000)
        }



</script>
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12938
السُمعة : 140

http://www.stibda3.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

اريد اكواد للعيد  Empty رد: اريد اكواد للعيد

مُساهمة من طرف anaMoshkla الخميس 16 أغسطس 2012 - 15:10

شكرا اخي بجد جامد
anaMoshkla
anaMoshkla

اريد اكواد للعيد  01010

ذكر
عدد المساهمات : 52
معدل النشاط : 4319
السُمعة : 0

http://friendeg.a7larab.net/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

اريد اكواد للعيد  Empty رد: اريد اكواد للعيد

مُساهمة من طرف cool amir الخميس 16 أغسطس 2012 - 19:15

:تحية مع الشكر:
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12938
السُمعة : 140

http://www.stibda3.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

اريد اكواد للعيد  Empty رد: اريد اكواد للعيد

مُساهمة من طرف ! Hisham ! الخميس 16 أغسطس 2012 - 20:45

تفضلوا :

اريد اكواد للعيد  Stqou-10
اريد اكواد للعيد  Stqou-11

الكود:
    <!-- Eid - by : mhmoudko.com -->
    <div style="float:left;position:absolute;left:0px;top:0px">
    <img src="http://i97.servimg.com/u/f97/11/37/34/39/stqou-10.gif" alt="عيدكم مبارك"/>
    </div>
    <div style="float:right;position:absolute;right:0px;top:0px">
    <img src="http://i97.servimg.com/u/f97/11/37/34/39/stqou-11.gif" alt="عيدكم مبارك"/>
    </div>
    <!-- Eid - by : mhmoudko.com -->


كود بالونات العيد متحركة رووعة

الكود:
    <script language="JavaScript">
      var snowsrc="http://i31.servimg.com/u/f31/11/71/12/31/img_1311.png"
      var no = 7;
      var hidesnowtime = 0;
      var snowdistance="windowheight" ;


      var ie4up = (document.all) ? 1 : 0;
      var ns6up = (document.getElementById&&!document.all) ? 1 : 0;

        function iecompattest(){
        return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
        }

      var dx, xp, yp;
      var am, stx, sty;
      var i, doc_width = 800, doc_height = 10  ;
   
      if (ns6up) {
        doc_width = self.innerWidth;
        doc_height = self.innerHeight;
      } else if (ie4up) {
        doc_width = iecompattest().clientWidth;
        doc_height = iecompattest().clientHeight;
      }

      dx = new Array();
      xp = new Array();
      yp = new Array();
      am = new Array();
      stx = new Array();
      sty = new Array();
      snowsrc=(snowsrc.indexOf("mhmoudko.com")!=-1)? "http://i31.servimg.com/u/f31/11/71/12/31/img_1311.png" : snowsrc
      for (i = 0; i < no; ++ i) {
        dx[i] = 0;         
        xp[i] = Math.random()*(doc_width-50);
        yp[i] = Math.random()*(doc_height-100);
        am[i] = Math.random()*20; 
        stx[i] = 0.02 + Math.random()/10;
        sty[i] = 0.7 + Math.random(); 
            if (ie4up||ns6up) {
          if (i == 0) {
            document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://mhmoudko.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
          } else {
            document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
          }
        }
      }

      function snowIE_NS6() {
        doc_width = ns6up?window.innerWidth-100 : iecompattest().clientWidth-100;
            doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")?  iecompattest().clientHeight-100 : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight-50 : iecompattest().offsetHeight-50;
        for (i = 0; i < no; ++ i) {
          yp[i] += sty[i];
          if (yp[i] > doc_height-50) {
            xp[i] = Math.random()*(doc_width-am[i]-30);
            yp[i] = 0;
            stx[i] = 0.02 + Math.random()/10;
            sty[i] = 0.7 + Math.random();
          }
          dx[i] += stx[i];
          document.getElementById("dot"+i).style.top=yp[i]+"px";
          document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
        }
        snowtimer=setTimeout("snowIE_NS6()", 10);
      }

        function hidesnow(){
            if (window.snowtimer) clearTimeout(snowtimer)
            for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
        }
         

    if (ie4up||ns6up){
        snowIE_NS6();
            if (hidesnowtime>0)
            setTimeout("hidesnow()", hidesnowtime*5000)
            }



    </script>



كود خروف العيد

اريد اكواد للعيد  Msh7ot10


الكود:
<!-- 5roof eid Script by mhmoudko.com -->
    <SCRIPT language=JavaScript>
    Image0=new Image();
    Image0.src="http://i97.servimg.com/u/f97/11/37/34/39/msh7ot10.gif";
    Amount=6;
    Ypos=new Array();
    Xpos=new Array();
    Speed=new Array();
    rate=new Array();
    grow=new Array();
    Step=new Array();
    Cstep=new Array();
    nsSize=new Array();
    ns=(document.layers)?1:0;
    WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
    WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
    for (i=0; i < Amount; i++){
    Ypos[i] = Math.round(Math.random()*WinHeight);
    Xpos[i] = Math.round(Math.random()*WinWidth);
    Speed[i]= Math.random()*4+4;
    Cstep[i]=0;
    Step[i]=Math.random()*0.1+0.05;
    grow[i]=10;
    nsSize[i]=Math.random()*15+5;
    }
    if (ns){
    for (i = 0; i < Amount; i++){
    document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
    }
    }
    else{
    document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i = 0; i < Amount; i++){
    document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
    }
    document.write('</div></div>');
    }
    function bubbles(){
    var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
    var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
    var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
    var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
    for (i=0; i < Amount; i++){
    sy = Speed[i]*Math.sin(270*Math.PI/180);
    sx = Speed[i]*Math.cos(Cstep[i]);
    Ypos[i]+=sy;
    Xpos[i]+=sx;
    rate[i]=0.4;
    if (Ypos[i] < -50){
    Ypos[i]=WinHeight+50;
    Xpos[i]=Math.round(Math.random()*WinWidth);
    Speed[i]=Math.random()*4+6;
    grow[i]=2;
    nsSize[i]=Math.random()*15+5;
    }
    if (ns){
    document.layers['sn'+i].left=Xpos[i]+wscrll;
    document.layers['sn'+i].top=Ypos[i]+hscrll;
    }
    else{
    si[i].style.pixelLeft=Xpos[i]+wscrll;
    si[i].style.pixelTop=Ypos[i]+hscrll;
    si[i].style.width=grow[i];
    si[i].style.height=grow[i];
    }
    grow[i]+=rate[i];
    Cstep[i]+=Step[i];
    if (grow[i] > 24) grow[i]=80;
    }
    setTimeout('bubbles()',100);
    }
    bubbles();
    //-->

    </SCRIPT>
    <!-- 5roof end -->
! Hisham !
! Hisham !
 
 

ذكر
عدد المساهمات : 402
معدل النشاط : 4851
السُمعة : 12

http://copons.forumpalestine.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

اريد اكواد للعيد  Empty رد: اريد اكواد للعيد

مُساهمة من طرف المصممه ملاك العسوله الخميس 16 أغسطس 2012 - 21:01

اين تضع هذه الاكواد
المصممه ملاك العسوله
المصممه ملاك العسوله
 
 

انثى
عدد المساهمات : 1485
معدل النشاط : 7126
السُمعة : 20

http://www.malakalasule.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

اريد اكواد للعيد  Empty رد: اريد اكواد للعيد

مُساهمة من طرف ! Hisham ! الخميس 16 أغسطس 2012 - 21:23

ملاك العسوله كتب:اين تضع هذه الاكواد

تضع أختي في التشكيلات العامة

لوحة الادارة > مظهر المنتدى > تشكيلات عامة > توضع الكود

Cool
! Hisham !
! Hisham !
 
 

ذكر
عدد المساهمات : 402
معدل النشاط : 4851
السُمعة : 12

http://copons.forumpalestine.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

اريد اكواد للعيد  Empty رد: اريد اكواد للعيد

مُساهمة من طرف المصممه ملاك العسوله الخميس 16 أغسطس 2012 - 21:29

شكرا اليك
المصممه ملاك العسوله
المصممه ملاك العسوله
 
 

انثى
عدد المساهمات : 1485
معدل النشاط : 7126
السُمعة : 20

http://www.malakalasule.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى