بسـم اللـه الرحمن الرحيم
وش اخبـاركم انشاء الله بخيرر
هاذي المكتبه وضعت لفائدة مصممين الاندكسات
]
اي عضو عنده كود جميل او اي كود نتمنى يضيفه بالمكتبه }
طبعاً المكتبه بتعاون الاعضاء وتنزيلهم للأكواد
}
[
الاكواد تضاف بـخاصية كود
php:
]
--------------------------------------------------------------------------------
التعديل الأخير تم بواسطة e3DaM HaCkEr ; 08-10-2009 الساعة 02:02 AM
لجعل الصفحه تتحرك للاسفل تلقائين
انسخ هذا الكود في
كود:
/*
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 (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=0
window.scroll(0,currentpos)
}
}
function startit(){
setInterval("scrollwindow()",30)
}
window.onload=initialize
______________________________________________________________
--------------------------------------------------------------------------------
لجعل الصفحه تتحرك للاسفل تلقائين
انسخ هذا الكود في
كود:
/*
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 (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=0
window.scroll(0,currentpos)
}
}
function startit(){
setInterval("scrollwindow()",30)
}
window.onload=initialize
e3DaM HaCkEr
مشاهدة ملفه الشخصي
إرسال رسالة خاصة إلى e3DaM HaCkEr
البحث عن كل مشاركات e3DaM HaCkEr
07-23-2009, 07:23 AM #3
e3DaM HaCkEr
????? ????
تاريخ التسجيل: Jul 2009
الدولة: حـ^قراصـنة السعوديـة^ـاْيَل
المشاركات: 1,913
--------------------------------------------------------------------------------
^_^
هاذا الكود يخلي الصفحه تمطر
انسخ هذا الكود و ضعه في منطقة body
كود:
/* This credit MUST stay intact for use */
/* Visit our site at http://www.star28.com/ for more code */
========================
^_^
كود عباره عن نص يظهر بطريقة الاله الكاتبه
كود:
// Visit http://www.star28.com/ for more code
==========================================
و حبيت اجيب لكم . كود اضافة مقطع صوتي
ما عليك سوىا استبدال sa-hacker بـ رابط المقطع المباشر
كود:
src=http://www.sa-hacker.ram
width=165 height=62 type=audio/x-pn-realaudio-plugin loop="true"
autostart="true" nojava="true" controls="ControlPanel,StatusBar"
maintainaspect="false" true>
______________________________________________________________
لتغيير لون شريط تحريك الصفحه
انسخ هذا الكود في
[ لتغيير الألوان ستجد #00ff33; غيره ولا تقرب من # او ; ]
كود:
______________________________________________________________
--------------------------------------------------------------------------------
كؤد العاب ناريه
نسخ الكل بالـــ
كود:
if (document.all)
with(document){
write('')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
}
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;
http://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();
وضعت لك فراغا بالاسفل لتراها بوضوح .. تحياتي
__________________