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

مشاهدة النسخة كاملة : ستايل style عيد الاضحى المبارك الاحترافي الفلاشي من همسات الثقافية



loulou ange
10-31-2013, بتوقيت غرينيتش 04:42 PM
http://www.dzbatna.com/images/icons/icon30.gif ط³طھط§ظٹظ„ ط¹ظٹط¯ ط§ظ„ط§ط¶ط*ظ‰ ط§ظ„ظ…ط¨ط§ط±ظƒ ط§ظ„ط§ط*طھط±ط§ظپظٹ ط§ظ„ظپظ„ط§ط´ظٹ ظ…ظ† ظ‡ظ…ط³ط§طھ ط§ظ„ط«ظ‚ط§ظپظٹط© (http://www.dzbatna.com/t1393074/)



السلام عليكم ورحمة الله وبركاته

كل عام و أنتم بخير زوار و أعضاء ...

ما هي الا ايام و يقبل علينا ضيف

يلبس قلوبنا الفرحة ويحتوي انفسنا بالبهجة ...

و بهذه المناسبة الجليلة العظيمة على نفوسنا

يسرني ان اقدم لكم ستايل style عيد الاضحى المبارك http://www.dzbatna.com/images/smilies/cupidarrow.gif...

و كلي امل ان ينال اعجابكم ..



::: مميزات الستايل style :::

ستايل style احترافي فلاشي متمدد

متوافق مع جميع المتصفحات بإذن الله ..

مرفق معه خلفية صوتية لتكبيرات العيد ..

وبقية المميزات لك اكتشافها بنفسك ..

للمعاينة على الطبيعة من هنا

http://www.gamr15.org/up/uploads/images/gamr15.com-be5b08f92d.gif (http://www.gamr15.org/up/uploads/images/gamr15.com-be5b08f92d.gif)

http://www.hmsaat.com/vb/index.php?styleid=180 (http://www.hmsaat.com/vb/index.php?styleid=180)

طريقة التركيب install


قم برفع مجلد hmsaat-haj
الى مجلد المنتدى forum الرئيسي vb

ثم قم باستدعاء ملف الستايل style xml من لوحة التحكم عن طريق
خيار رفع /تحميل الإستايل style

و مبروك عليك الستايل style http://www.dzbatna.com/images/smilies/bigsmile.gif ....



للتحميل من هنا

http://www.hmsaat.com/up/hmsaat-haj.rar (http://www.hmsaat.com/up/hmsaat-haj.rar)







لمن لديه الرغبة في تركيب install

هاك product كبش العيد http://www.dzbatna.com/images/smilies/bigsmile.gif





ما عليه سوى اضافة هذا الكود code في نهاية الفوتر للستايل style

اي قم بالدخول الى البحث في القوالب ثم ادخل

في خانة البحث footer

وضع هذا الكود code في نهاية القالب template




رمز Code:
<!-- كبش العيد بداية --> <SCRIPT language=JavaScript> <!-- bubbles Script by [email protected] (http://www.cloudflare.com/email-protection) Image0=new Image(); Image0.src=&quot;hmsaat-haj/sheep.gif&quot;; 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:win dow.document.body.clientHeight; WinWidth=(document.layers)?window.innerWidth:windo w.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(&quot;<LAYER NAME='sn&quot;+i+&quot;' LEFT=0 TOP=0><img src=&quot;+Image0.src+&quot; name='N' width=&quot;+nsSize[i]+&quot; height=&quot;+nsSize[i]+&quot;></LAYER>&quot;); } } else{ document.write('<div style=&quot;position:absolute;top:0px;left:0px&quot;><div style=&quot;position:relative&quot;>'); for (i = 0; i < Amount; i++){ document.write('<img id=&quot;si&quot; src=&quot;'+Image0.src+'&quot; style=&quot;position:absolute;top:0px;left:0px;filter:a lpha(opacity=60)&quot;>'); } document.write('</div></div>'); } function bubbles(){ var WinHeight=(document.layers)?window.innerHeight:win dow.document.body.clientHeight; var WinWidth=(document.layers)?window.innerWidth:windo w.document.body.clientWidth; var hscrll=(document.layers)?window.pageYOffset:docume nt.body.scrollTop; var wscrll=(document.layers)?window.pageXOffset:docume nt.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> <!-- كبش العيد نهاية -->






الستايل style متعوب عليه لذلك

لا اسامح كل من يقوم بمسح الحقوق ...


المصدر من هنا

http://www.hmsaat.com/vb/showthread.php?t=19087




نتمنى لكم عيدا سعيدا واياما مباركة عامرة بذكر الله..
و حج مبرور و سعي مشكور بإذن الله لحجيج
هذا العام ..
و عساكم من عواده
دمتم في حفظ الرحمن و رعايته





التعديل الأخير كان بواسطة صالح السبيعي; 23 - 11 - 2014 الساعة 09:50

ألعاب الأندرويد مجانا و حصريا (http://www.apotox.info/forum)




https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash4/482113_236967293114455_1193518507_n.png (http://www.dzbatna.com)
©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى (http://www.dzbatna.com)©

استعمل مربع البحث في الاسفل لمزيد من المواضيع


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