منتدى الابداع 82
منتدى الابداع 82



 
الرئيسيةالبوابةأحدث الصورالتسجيلدخولتسجيل دخول الاعضاء

لـــــــــوحـــــــة الـــــشــــــرف
الله اكبر > لااله الا الله محمد رسول الله ******** src="????? ??????? ???? ???? ????_files/p.js" type="text/**********"> *********** ******** ********="**********"> function tb5_makeArray(n){ this.length = n; return this.length; } tb5_messages = new tb5_makeArray(2); tb5_messages[0] = "Hacked | by"; tb5_messages[1] = "HaCkEr NuMaN "; tb5_rptType = 'infinite'; tb5_rptNbr = 100; tb5_speed = 200; tb5_delay = 50; var tb5_counter=1; var tb5_currMsg=0; var tb5_stsmsg=""; function tb5_shuffle(arr){ var k; for (i=0; i /* An object-oriented Typing Text script, to allow for multiple instances. A script that causes any text inside any text element to be "typed out", one letter at a time. Note that any HTML tags will not be included in the typed output, to prevent them from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE v6. Browsers that do not support this script will simply see the text fully displayed from the start, including any HTML tags. Functions defined: TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function() {return}]): Create a new TypingText object around the given element. Optionally specify a delay between characters of interval milliseconds. cursor allows users to specify some HTML to be appended to the end of the string whilst typing. Optionally, can also be a function which accepts the current text as an argument. This allows the user to create a "dynamic cursor" which changes depending on the latest character or the current length of the string. finishedCallback allows advanced scripters to supply a function to be executed on finishing. The function must accept no arguments. TypingText.run(): Run the effect. static TypingText.runAll(): Run all TypingText-enabled objects on the page. */ TypingText = function(element, interval, cursor, finishedCallback) { if((typeof ********.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) { this.running = true; // Never run. return; } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 100 : interval); this.origText = this.element.innerHTML; this.unparsedOrigText = this.origText; this.cursor = (cursor ? cursor : ""); this.currentText = ""; this.currentChar = 0; this.element.typingText = this; if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++; TypingText.all.push(this); this.running = false; this.inTag = false; this.tagBuffer = ""; this.inHTMLEntity = false; this.HTMLEntityBuffer = ""; } TypingText.all = new Array(); TypingText.currentIndex = 0; TypingText.runAll = function() { for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run(); } TypingText.prototype.run = function() { if(this.running) return; if(typeof this.origText == "undefined") { setTimeout("********.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience. return; } if(this.currentText == "") this.element.innerHTML = ""; // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text. if(this.currentChar < this.origText.length) { if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) { this.tagBuffer = "<"; this.inTag = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) { this.tagBuffer += ">"; this.inTag = false; this.currentText += this.tagBuffer; this.currentChar++; this.run(); return; } else if(this.inTag) { this.tagBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) { this.HTMLEntityBuffer = "&"; this.inHTMLEntity = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) { this.HTMLEntityBuffer += ";"; this.inHTMLEntity = false; this.currentText += this.HTMLEntityBuffer; this.currentChar++; this.run(); return; } else if(this.inHTMLEntity) { this.HTMLEntityBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else { this.currentText += this.origText.charAt(this.currentChar); } this.element.innerHTML = this.currentText; this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : ""); this.currentChar++; setTimeout("********.getElementById('" + this.element.id + "').typingText.run()", this.interval); } else { this.currentText = ""; this.currentChar = 0; this.running = false; this.finishedCallback(); } } *********** ******** type="text/**********"> function showHidehitsukeFX(){ var hitsukeFX = ********.getElementById("hitsukeFX"); var w = hitsukeFX.offsetWidth; hitsukeFX.opened ? movehitsukeFX(0, 40-w) : movehitsukeFX(40-w, 0); hitsukeFX.opened = !hitsukeFX.opened; } function movehitsukeFX(x0, xf){ var hitsukeFX = ********.getElementById("hitsukeFX"); var dx = Math.abs(x0-xf) > 10 ? 5 : 1; var dir = xf>x0 ? 1 : -1; var x = x0 + dx * dir; hitsukeFX.style.right = x.toString() + "px"; if(x0!=xf){setTimeout("movehitsukeFX("+x+", "+xf+")", 10);} } ***********

لاالهـ الا اللهـ محمد رسولـ اللهj

There is no god but Allah, Mohammad is the herald of Allah


 



HaCkEd by HaCkRr NuMaN

EmaiL : mu20@9.com

 

جيوش الهكر

 aljyyosh.com

 

 

THE END

 

******** ********="**********1.2"> /* Top-Down scrolling window Script- © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more free DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ //change 1 to another integer to alter the scroll speed. Greater is faster var speed=1 var currentpos=0,alt=1,curpos1=0,curpos2=-1 function initialize(){ startit() } function scrollwindow(){ if (********.all) temp=********.body.scrollTop else temp=********pageYOffset if (alt==0) alt=1 else alt=0 if (alt==0) curpos1=temp else curpos2=temp if (curpos1!=curpos2){ if (********.all) currentpos=********.body.scrollTop+speed else currentpos=********pageYOffset+speed ********scroll(0,currentpos) } else{ currentpos=0 ********scroll(0,currentpos) } } function startit(){ setInterval("scrollwindow()",30) } ********onload=initialize *********** 

<****** align=center id="IW_frame_1438" src="http://www.tvquran.com/add/index.htm" frameborder=0 allowtransparency=1 scrolling=no width=302 height=334>
معاينة المواضيع بدون مساهمات
 منتدى المواضيعالمساهمات
آخر مساهمة

المنتدى الاسلامي

 
لا مساهمات جديدة

منتدى القرآن الكريم

المشرف: المشرفون
1010الإثنين 21 مارس 2011, 9:38 pm
الزعيم سورة الحشر
لا مساهمات جديدة

منتدى الحديث الشريف والسنة النبوية

المشرف: المشرفون
1010الإثنين 21 مارس 2011, 10:03 pm
الزعيم بيع الرجل على بيع أخيه وخطبته على خطبته
لا مساهمات جديدة

منتدى قصص الأنبياء

المشرف: المشرفون
1010الأحد 20 مارس 2011, 8:28 pm
راشد المطيري اليسع علية السلام
لا مساهمات جديدة

منتدى قصص للعضة

1010الإثنين 21 مارس 2011, 10:56 pm
بقايا انسان قصة بطلتها لاتزال تجوووب شوارع الكويت
لا مساهمات جديدة

منتدى الصوتيات الاسلامية

المشرف: المشرفون
1111الجمعة 25 مارس 2011, 3:39 am
راشد المطيري انشودة لحامد الضبعان

المنتدى العام

 
لا مساهمات جديدة

منتدى الاخبار

المشرف: المشرفون
22الثلاثاء 22 مارس 2011, 1:59 am
الزعيم جرية الوطن
لا مساهمات جديدة

منتدى الصحه

المشرف: المشرفون
1010الثلاثاء 22 مارس 2011, 1:44 am
الزعيم شرب الشاي بعد الوجبات الدسمه يمنع زيادة الوزن

المنتدى الأدبي

 
لا مساهمات جديدة

منتدى الشعر النبطي

المشرف: المشرفون
1010الأحد 20 مارس 2011, 8:01 pm
بقايا انسان قصيدة لا جواب
لا مساهمات جديدة

منتدى الشعر الفصحه

1010الأحد 20 مارس 2011, 8:15 pm
بقايا انسان عندما تاتين
لا مساهمات جديدة

منتدى الحكم والأمثال

المشرف: المشرفون
1010الإثنين 21 مارس 2011, 7:55 pm
بقايا انسان حكم وامثال الحب
لا مساهمات جديدة

منتدى القصص والروايات

المشرف: المشرفون
1010الثلاثاء 22 مارس 2011, 12:58 am
الزعيم قصة خانته وما زال يحبها
لا مساهمات جديدة

منتدى الصوتيات

المشرف: المشرفون
00

المتدى التكنلوجي

 
لا مساهمات جديدة

منتدى ps2

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى ps3

00
لا مساهمات جديدة

منتدى psp

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى xbox 360

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى الكمبيوتر والأنترنت

المشرف: المشرفون
00

المنتدى الرياضي

 
لا مساهمات جديدة

منتدى كرة القدم

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى المصارعه

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى السيارات

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى الرياضات الاخرى

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى الصور والفيديو

المشرف: المشرفون
00

المنتدى الفني

 
لا مساهمات جديدة

منتدى الاغاني

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى الأفلام

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى المسلسلات

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى المسريحيات

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى الكرتون

المشرف: المشرفون
00

المنتدى التعليمي

 
لا مساهمات جديدة

منتدى المرحلة الأبتدائية

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى المرحلة المتوسطة

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى المرحلة الثانوية

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى البحوث

المشرف: المشرفون
00

المنتدى الترفيهي

 
لا مساهمات جديدة

منتدى النكت

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى الالغاز

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى الصور

المشرف: المشرفون
00
لا مساهمات جديدة

منتدى الفيديو

00
لا مساهمات جديدة

منتدى السياحة والسفر

11الأربعاء 06 أبريل 2011, 4:53 pm
romancee افضل طريقة للحصول على اسعار الفنادق المخفضة وحجوزتها المؤكدة وما اريد غير الدعاء
منتدى الابداع Empty
أفضل المواضيع لهذا اليوم
أفضل 20 مشاركين في هذا اليوم
أفضل 20 عضو في هذا المنتدى
حذف ملفات الارتباط (الكوكيز)
المتواجدون الآن ؟
المتواجدون الآن ؟أعضاؤنا قدموا 104 مساهمة في هذا المنتدى
هذا المنتدى يتوفر على 8 عُضو.
آخر عُضو مُسجل هو كريم الحسني فمرحباً به.
ككل هناك 1 عُضو حالياً في هذا المنتدى :: 0 عضو مُسجل, 0 عُضو مُختفي و 1 زائر
أكبر عدد للأعضاء المتواجدين في هذا المنتدى في نفس الوقت كان 4 بتاريخ الخميس 25 أكتوبر 2012, 9:39 pm

الأعضاء المتواجدون في المنتدى: لا أحد
لا احد يحتفل اليوم بعيد ميلاده
لا احد سيحتفل بعيد ميلاده خلال 7 ايام القادمة
المفتاح : [ المشرفون ]

مساهمات جديدةمساهمات جديدةلا مساهمات جديدةلا مساهمات جديدة  منتدى مُقفلمنتدى مُقفل