Dreamer
<!--من جد وجد -->
هل هذا ما تبحث عنه؟؟؟؟
صح ؟
أردت أن أعطى للشياب فرصة اتحلها
يلا اشهد لى
Dreamer
<!--من جد وجد -->
هل هذا ما تبحث عنه؟؟؟؟
صح ؟
أردت أن أعطى للشياب فرصة اتحلها
يلا اشهد لى
__________________
Perfection Is A Never Ending Story
صج انك رهيب عطنا شوي من علمك الله يعطيك العافية
__________________
اللهم العن اليهود وانصر الاسلام والمسلمين
الله يرحم والديك هانى
هاى مافيها اختراع
خذ هالكود 00
وبه بمكنك عمل encryption
وبه بمكنك عمل dicryptioon
تشفير وأعادة التشفير 0000000
على فكرة هذا من انتاج نتسكاب النسخة السادسة ولكن هذا المتصفح سىء جدا بنظرى
<html>
<head>
<title>Source Code Encrypter- Developer's View</title>
</head>
<body bgcolor="#FFFFFF">
<p align="left"><u><font face="Verdana" color="#800080"><strong><big>Source Code
Encrypter- </big>Developer's View</strong></font></u></p>
<p align="left"><font face="Arial" size="2"><html><br>
<head><br>
<title>Source Code Encrypter</title><br>
</head><br>
<script language=JavaScript><br>
<!--<br>
//////////////////////////////////////////////////////////////////<br>
// Source Code Encrypter v1.0 //<br>
<br>
var i=0;<br>
var ie=(document.all)?1:0;<br>
var ns=(document.layers)?1:0;<br>
<br>
function initStyleElements() /* Styles for Buttons Init */<br>
{<br>
var c = document.pad;<br>
if (ie)<br>
{<br>
//c.text.style.backgroundColor="#DDDDDD";<br>
c.compileIt.style.backgroundColor="#C0C0A8";<br>
c.compileIt.style.cursor="hand";<br>
c.select.style.backgroundColor="#C0C0A8";<br>
c.select.style.cursor="hand";<br>
c.view.style.backgroundColor="#C0C0A8";<br>
c.view.style.cursor="hand";<br>
c.retur.style.backgroundColor="#C0C0A8";<br>
c.retur.style.cursor="hand";<br>
c.clear.style.backgroundColor="#C0C0A8";<br>
c.clear.style.cursor="hand";<br>
}<br>
else return;<br>
}<br>
<br>
/* Buttons Enlightment of "Compilation" panel */<br>
function LightOn(what)<br>
{<br>
if (ie) what.style.backgroundColor = '#E0E0D0';<br>
else return;<br>
}<br>
function FocusOn(what)<br>
{<br>
if (ie) what.style.backgroundColor = '#EBEBEB';<br>
else return;<br>
}<br>
function LightOut(what)<br>
{<br>
if (ie) what.style.backgroundColor = '#C0C0A8';<br>
else return;<br>
}<br>
function FocusOff(what)<br>
{<br>
if (ie) what.style.backgroundColor = '#DDDDDD';<br>
else return;<br>
}<br>
/* Buttons Enlightment of "Compilation" panel */<br>
<br>
function generate() /* Generation of "Compilation" */<br>
{<br>
code = document.pad.text.value;<br>
if (code)<br>
{<br>
document.pad.text.value='Compiling...Please wait!';<br>
setTimeout("compile()",1000);<br>
}<br>
else alert('First enter something to compile and then press CompileIt')<br>
}<br>
function compile() /* The "Compilation" */<br>
{<br>
document.pad.text.value='';<br>
compilation=escape(code);<br>
document.pad.text.value="<script>\n<!--\ndocument.write(unescape(\""+compilation+"\"));\n//-->\n<\/script>";<br>
i++;<br>
if (i=1) alert("Page compiled 1 time!");<br>
else alert("Page compiled "+i+" times!");<br>
}<br>
function selectCode() /* Selecting "Compilation" for Copying */<br>
{<br>
if(document.pad.text.value.length>0)<br>
{<br>
document.pad.text.focus();<br>
document.pad.text.select();<br>
}<br>
else alert('Nothing for be selected!')<br>
}<br>
function preview() /* Preview for the "Compilation" */<br>
{<br>
if(document.pad.text.value.length>0)<br>
{<br>
pr=window.open("","Preview","scrollbars=1,menubar=1,status=1,width=700,height=320,left=50,top=110"); <br>
pr.document.write(document.pad.text.value);<br>
}<br>
else alert('Nothing for be previewed!')<br>
}<br>
function uncompile() /* Decompiling a "Compilation" */<br>
{<br>
if (document.pad.text.value.length>0)<br>
{<br>
source=unescape(document.pad.text.value);<br>
document.pad.text.value=""+source+"";<br>
}<br>
else alert('You need compiled code to uncompile it!')<br>
}<br>
// --><br>
</script><br>
<body bgcolor=white topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 onload=initStyleElements()><br>
<table border=0 width=100% cellspacing=0 cellpadding=0><br>
<tr><br>
<td width=100% height="23"></td><br>
</tr><br>
<tr><br>
<td width=100% height=23></td><br>
</tr><br>
<tr><br>
<td width=100%><br>
<br>
<!-- Compilation Panel --><br>
<form method=post name=pad align=center><br>
<textarea rows=11 name=text cols=58 style="background-color:#EBEBEB;width:95%"></textarea><br><br>
<input type=button value=Encrypt name=compileIt onClick=generate() onMouseOver=LightOn(this) onMouseOut=LightOut(this)><br>
<input type=button value=Select name=select onClick=selectCode() onMouseOver=LightOn(this) onMouseOut=LightOut(this)><br>
<input type=button value=Preview name=view onClick=preview() onMouseOver=LightOn(this) onMouseOut=LightOut(this)><br>
<input type=button value=Source name=retur onClick=uncompile() onMouseOver=LightOn(this) onMouseOut=LightOut(this)><br>
<input type=reset value=Clear name=clear onMouseOver=LightOn(this) onMouseOut=LightOut(this)><br>
</form><br>
<!-- Compilation Panel --><br>
<br>
</td><br>
</tr><br>
</table><br>
</body><br>
</html></font></p>
<p align="left"><html>
<head>
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000" rightMargin=0 leftMargin=0 topMargin=0 marginheight="0" marginwidth="0" id=all>
<hr width="95%" size="1" align="left">
<p><a href="http://dynamicdrive.com"><img src="http://www.dynamicdrive.com/dynamiclogo3.gif"
width="88" height="31" border="0"></a> <small><font face="Verdana">Please use the
following image to link to Dynamic Drive. More images <a
href="http://dynamicdrive.com/link.htm">here</a>.</font></small></p>
<p align="center"><font face="Verdana"><small>Copyright © 1998-2001 <a
href="http://www.dynamicdrive.com">Dynamic Drive.</a> Read <a
href="http://dynamicdrive.com/notice.htm">Terms Of Use here.</a></small></font></p>
</body>
</html>
</p>
</body>
</html>
ادعيلى بس
__________________
Perfection Is A Never Ending Story
لكثرة الرسائل الواصلة عبر البريد أرجو ممن أرسل لى بريد يسأل عن الكود أن ينسخه من هنا
شكرا دريمر
__________________
Perfection Is A Never Ending Story
عشره على عشره يا مبسوط ..![]()
اخوي مبسوط الف شكر وانا ادعي لك من دون ما توصيني لانك بصراحة امنسان تستاهل قلبك كبير ونفسك طيبة وحبك للناس خلا الناس كلهم يحبونك ويكفي ان الله اذا احب عبد حبب خلقه فيه
الله يوفقك ويحفظك ويخلي لك عيالك وطول لك في عمرك على طاعته امين رب العالمين
__________________
اللهم العن اليهود وانصر الاسلام والمسلمين
بعض مما عندكم دريمر 00000000000000
هانى شكرا جزيلا ويرحم والديك 0000000000000يا محرج
__________________
Perfection Is A Never Ending Story
اخي مبسوط حياك الله
صار لك كم يوم مختفي عسى المانع خير
خوي ليت تشرح بالتفصيل طريقة وضع هذاالكود لانه ينفعني كثيرا
وجزاك الله كل الخير