development-point

development-point (https://vb.development-point.com/index.php)
-   قـسـم أدوات واندكـسات الإختراق (https://vb.development-point.com/forumdisplay.php?f=59)
-   -   مكتبة اكواد جافا [ متجدد.. ] (https://vb.development-point.com/showthread.php?t=4395)

Mr iNFiNiTi 11-14-2012 01:22 AM

مكتبة اكواد جافا [ متجدد.. ]
 
آلسلآم عليكم ، ورحمه آلله.. وبركـااته



صبــاحكم ، مسـاائكم : ( ورد )


هآذي مكتبة صقور ألابدآع .. لأكواد الجآفا سكربت


همسه : الرجآء عدم الرد ، بدون كود ..


×



تحيــااتي


http://www.x-44.com/vb/images/smilies/017[1].gif

Mr iNFiNiTi 11-14-2012 01:26 AM

رد: مكتبة اكواد جافا [ متجدد.. ]
 
تغير لون الخلفية

..

تتغير لون خلفية الصفحة في كل مرة تدخلها .

كود:

<script>

/*Random background color- by javascriptkit.com
Visit JavaScript Kit (http://javascriptkit.com) for script
Credit must stay intact for use*/

//Enter list of bgcolors:
var bgcolorlist=new Array("#DFDFFF", "#FFFFBF", "#80FF80", "#EAEAFF", "#C9FFA8", "#F7F7F7", "#FFFFFF", "#DDDD00")

document.bgColor=bgcolorlist[Math.floor(Math.random()*bgcolorlist.length)]
</script>

يـوضع في : Body

Mr iNFiNiTi 11-14-2012 01:28 AM

رد: مكتبة اكواد جافا [ متجدد.. ]
 
العاب نارية لخلفية الصفحة

..

خلفية رائعة عبارة عن العاب نارية.

كود:

<layer name="a0" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a1" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a2" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a3" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a4" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,1,1"></layer>
<layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a6" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,1,1"></layer>
<layer name="a7" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,1,1"></layer>
<layer name="a8" left=10 top=10 visibility=show bgcolor="#fff000" clip="0,0,1,1"></layer>
<layer name="a9" left=10 top=10 visibility=show bgcolor="#ffa000" clip="0,0,1,1"></layer>
<layer name="a10" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,1,1"></layer>
<layer name="a11" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer>
<layer name="a12" left=10 top=10 visibility=show bgcolor="#0000ff" clip="0,0,2,2"></layer>
<layer name="a13" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer>

<script language="JavaScript">

/*
Document firework script (By Kurt Gregg, kurt.grigg@virgin.net)
Modified granted to Dynamic Drive to feature script in archive
For full source and 100's more DHTML scripts, visit http://dynamicdrive.com
*/

if (document.all)
with(document){
write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
write('<div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')
write('<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')
write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')
write('</div>')
}


var Clrs=new Array(9)
Clrs[0]='ff0000';
Clrs[1]='00ff00';
Clrs[2]='000aff';
Clrs[3]='ff00ff';
Clrs[4]='ffa500';
Clrs[5]='ffff00';
Clrs[6]='00ff00';
Clrs[7]='ffffff';
Clrs[8]='fffff0';
var sClrs=new Array(5)
sClrs[0]='ffa500';
sClrs[1]='55ff66';
sClrs[2]='AC9DFC';
sClrs[3]='fff000';
sClrs[4]='fffff0';
var yBase;
var xBase;
var step;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
var initialStarColor='ffa000';
var Mtop=250;
var Mleft=250;

function Fireworks() {
if (document.all)
{
yBase = window.document.body.offsetHeight/3;
xBase = window.document.body.offsetWidth/8;
}
else if (document.layers)
{
yBase = window.innerHeight/3;
xBase = window.innerWidth/8;
}
if (document.all)
{
step=5;
for ( i = 0 ; i < starsDiv.all.length ; i++ )
{
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
starsDiv.all[i].style.background=initialStarColor;
if (currStep > 90)
starsDiv.all[i].style.background=Clrs[c];
starsDiv.all[i].style.top = Mtop + yBase*Math.sin((currStep+i*5)/3)*Math.sin(550+currStep/100)
starsDiv.all[i].style.left = Mleft + yBase*Math.cos((currStep+i*5)/3)*Math.sin(550+currStep/100)
}
}
else if (document.layers)
{
step = 5;
for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!
{
var templayer="a"+j
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
document.layers[templayer].bgColor=initialStarColor;
if (currStep > 90)
document.layers[templayer].bgColor=Clrs[c];
document.layers[templayer].top = Mtop + yBase*Math.sin((currStep+j*5)/3)*Math.sin(550+currStep/100)
document.layers[templayer].left = Mleft + yBase*Math.cos((currStep+j*5)/3)*Math.sin(550+currStep/100)
}
}
currStep+= step;
//window.status=currStep;
T=setTimeout("Fireworks()",5);
if (currStep==220)
{
currStep=-10;
for (n=0; n < sClrs.length; n++)
{
var k=Math.round(Math.random()*n);
}
initialStarColor=sClrs[k];
if (document.all)
{
Dtop=window.document.body.clientHeight-250;
Dleft=xBase*3.5;
Mtop=Math.round(Math.random()*Dtop);
Mleft=Math.round(Math.random()*Dleft);
document.all.starsDiv.style.top=Mtop+document.body.scrollTop;
document.all.starsDiv.style.left=Mleft+document.body.scrollLeft;
}
else if (document.layers)
{
Dleft=window.innerWidth-100;
Dtop=window.innerHeight-100;
Mtop=Math.round(Math.random()*Dtop+window.pageYOffset);
Mleft=Math.round(Math.random()*Dleft+window.pageXOffset);
document.layers[templayer].top=Mtop;
document.layers[templayer].left=Mleft;
}
if ((Mtop < 20) || (Mleft < 20))
{
Mtop+=90;
Mleft+=90;
}
}
}
if (document.all||document.layers)
Fireworks();

</script>

يـوضع في : Body

Mr iNFiNiTi 11-14-2012 01:41 AM

رد: مكتبة اكواد جافا [ متجدد.. ]
 
خلفية ماتريكس Matrix

..

خلفية للفيلم المعروف ماتريكس.

كود:

<script language="JavaScript">
// Visit our site at http://www.sqebd.com/ for more code
if (document.all){
Cols=10;
Cl=24;
Cs=100;
Ts=10;
Tc='#00FF00';
Tc1='#009933';
MnS=5;
MxS=10;
I=Cs;
Sp=new Array();S=new Array();Y=new Array();
C=new Array();M=new Array();B=new Array();
RC=new Array();E=new Array();Tcc=new Array(0,1);
document.write("<div id='Container' style='position:absolute;top:0;left:-"+Cs+"'>");
document.write("<div style='position:relative'>");
for(i=0; i < Cols; i++){
S[i]=I+=Cs;
document.write("<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"
+Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'></div>");
}
document.write("</div></div>");

for(j=0; j < Cols; j++){
RC[j]=1+Math.round(Math.random()*Cl); 
Y[j]=0;
Sp[j]=Math.round(MnS+Math.random()*MxS);
for(i=0; i < RC[j]; i++){
 B[i]='';
 C[i]=Math.round(Math.random()*1)+' ';
 M[j]=B[0]+=C[i];
 }
}
function Cycle(){
Container.style.top=window.document.body.scrollTop;
for (i=0; i < Cols; i++){
var r = Math.floor(Math.random()*Tcc.length);
E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>';
Y[i]+=Sp[i];

if (Y[i] > window.document.body.clientHeight){
 for(i2=0; i2 < Cols; i2++){
 RC[i2]=1+Math.round(Math.random()*Cl); 
 for(i3=0; i3 < RC[i2]; i3++){
 B[i3]='';
 C[i3]=Math.round(Math.random()*1)+' ';
 C[Math.floor(Math.random()*i2)]=' '+' ';
 M[i]=B[0]+=C[i3];
 Y[i]=-Ts*M[i].length/1.5;
 A[i].style.visibility='visible';
 }
 Sp[i]=Math.round(MnS+Math.random()*MxS);
 }
}
A[i].style.top=Y[i];
A[i].innerHTML=M[i]+' '+E[i]+' ';
}
setTimeout('Cycle()',20)
}
Cycle();
}
// -->
</script>

يـوضع في : Body

Mr iNFiNiTi 11-14-2012 01:44 AM

رد: مكتبة اكواد جافا [ متجدد.. ]
 
لجعل الصفحة تتحرك الى الأسفل تلقائياً


..


كود:

<script language="JavaScript1.2">             

/*****************************************
* Visit our site at http://www.sqebd.com/ for more code
* This notice must stay intact for use
***********************************************/           
//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 (document.all)             
temp=document.body.scrollTop             
else             
temp=window.pageYOffset             
if (alt==0)             
alt=1             
else             
alt=0             
if (alt==0)             
curpos1=temp             
else             
curpos2=temp             
if (curpos1!=curpos2){             
if (document.all)             
currentpos=document.body.scrollTop+speed             
else             
currentpos=window.pageYOffset+speed             
window.scroll(0,currentpos)             
}             
else{             
currentpos=30             
window.scroll(0,currentpos)             
}             
}             
function startit(){             
setInterval("scrollwindow()",30)             
}             
window.onload=initialize             
</script>



يـوضع في : Head



Mr iNFiNiTi 11-14-2012 01:49 AM

رد: مكتبة اكواد جافا [ متجدد.. ]
 
هل تريد دخول هذه الصفحة

..

رسآلة تظهر للزآئر إن يريد أن يدخل أو لا , يمكنك تغيير السؤال

كود:

  <script>
if (!confirm("هل تريد دخول هذه الصفحة ؟"))
window.location=history.go(-1)
</script>

يـوضع في : Head

Admin 11-14-2012 05:47 AM

رد: مكتبة اكواد جافا [ متجدد.. ]
 
يعطيك العافية
ان شاء الله راح تكون مكتبة شاملة وكاملة
بشارك معك
زر لعمل تحديث للصفحة
انسخ هذا الكود و ضعه في المكان الذي تريده في منطقة BODY
كود:

  <A href="javascript:window.location.reload()" target="_self">اضغط هنا لتحديث الصفحة</A>

Admin 11-14-2012 05:50 AM

رد: مكتبة اكواد جافا [ متجدد.. ]
 
صورة صغيرة تكبر بالنقرعليها
انقر على الصورة لتكبر
طريقة التركيب

1- انسخ هذا الكود و ضعه في منطقة HEAD
كود:


<SCRIPT LANGUAGE="JavaScript">

// Visit our site at http://www.sqebd.com/ for more code

<!-- Begin
function MYFOTO (img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){
  largh=foto1.width+20;
  altez=foto1.height+20;
  stringa="width="+largh+",height="+altez;
  finestra=window.open(img,"",stringa);
}
//  End -->
</script>
 




2- انسخ و ضع الكود بعد BODY و عدل في الروابط
كود:

<A href="javascript:MYFOTO('رابط الصورة الكبيرة')">
<IMG src="رابط الصورة الصغيرة" border="0" width="100" height="70"></A>


Mr iNFiNiTi 11-14-2012 02:47 PM

رد: مكتبة اكواد جافا [ متجدد.. ]
 
يسعدني مرورك Admin

===============

كلام يتحرك من الأعلى الى الأسفل

كود:

<FONT face="Arial ,Tahoma" size="4" color="#FFFFFF">
<MARQUEE bgcolor="#000000" direction="down" width="250" height="200" scrollamount="3"><CENTER>السلام عليكم و رحمة الله و بركاته</CENTER></MARQUEE>
</FONT>

يوضع في : Body

Mr iNFiNiTi 11-14-2012 02:49 PM

رد: مكتبة اكواد جافا [ متجدد.. ]
 
كلام يتحرك من اليمين الى اليسار

كود:

  <FONT face="Arial ,Tahoma" size="4" color="#FFFFFF">
<marquee bgcolor="#000000" direction="right">السلام عليكم و رحمة الله و بركاته </marquee>
</FONT>

يوضع في : Body


الساعة الآن 02:44 AM

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
development-point

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47