نقاط : 0 تاريخ التسجيل : 31/12/1969
| موضوع: " مكتـــبه آكـواد آلـ [ Html ] ! " الثلاثاء فبراير 22, 2011 10:44 pm | |
| الحمد لله والصلاه والسلام على أشرف الخلق
[ سيدنا محمد صلى الله عليه وسلم ]
آما بعـد !
هـنا توضع آكواد آلـ آش تي آم آل !
وانا رآح آبدي بأول كوديـن !
كود يمنع آلبنرآت من موآقع الاسـتضآفه ! - الكود:
-
<!-- ############# Num 1 ############# --> <!-- By : Mohamed Ali Mkachakh ! --> <S c r i p t> if (window.top != window.self) { window.top.location=window.self } </script>
<!-- ############# Num 2 ############# --> <!-- By : Mohamed Ali Mkachakjh ! --> **************************************** subwin = window.open("http://YourHost.com/YourAccount/PopupPage","subwindow","height=100,width=486"); </Script>
<!-- ############# Num 2 ############# --> <!-- By : Mohamed Ali Mkachakh ! --> <script language="JavaScript"> setup='toolbar=no,location=no,directories=no,status=no,menubar=no,width=200 ,height=150' setup += 'scrollbars=no,resizable=no' pop = window.open ("","subwindow",setup) pop.document.write('<head>'); pop.document.write('<Title>'); <!-- This is the title to change for on the new window you open --> pop.document.write('C4r0|yn W0r|d'); pop.document.write('</Title>'); pop.document.write('<script language="javascript">'); pop.document.write('setTimeout('); pop.document.write('"self.close()'); <!-- This is the line to change for how long the window is netzoner open --> <!-- Its milliseconds , so 5000 is 5 seconds, 1000 is 1 second. --> pop.document.write(';",5000)'); pop.document.write('</'); pop.document.write('script>'); pop.document.write('</head>'); <!-- This changes the colour of the main background. --> pop.document.write('<body bgcolor=#FFFF80>'); <!-- This is the actual content of the window you are opening --> pop.document.write('<center><h3>Dont forget to visit</h3></center>'); pop.document.write('<center><h3><a href="http://smart-hack.com" target="_blank">Mohamed Ali Mkachakh!</a></h3></center>'); pop.document.write('<center><h6>For all your DeaD SouL! :)</h6></center>'); pop.document.write('</body>'); </script>
جعـل آسم موقعـك يتحرك بآلاكســبلور ! - الكود:
-
<!--- بدآيــه كود حركــه آلعنـوآن --> <S c r i p t> <!-- var scrmsg = " "; var scrspacer = ""; var scrpos = 0; function ScrollMessage() { window.status = scrmsg.substring(scrpos, scrmsg.length) + scrspacer + scrmsg.substring(0,scrpos); scrpos++; if (scrpos > scrmsg.length) scrpos = 0; window.setTimeout("ScrollMessage()", 50); } ScrollMessage(); var msg=" تونسي علوم "; var speed=100; function ScrollTitle() { document.title=msg; msg=msg.substring(1,msg.length)+msg.charAt(0); setTimeout("ScrollTitle()",speed); } ScrollTitle(); //--> </script> <!--- [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]<!--- نهايــه كود حركـه آلعنوآن --> | |
|