EgDog كلاب من مصر
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.


من اول المواقع المصرية المهتمة بالحيونات
 
الرئيسيةالبوابةأحدث الصورالتسجيلدخول

 

 اكواد اكثر من ممتازة

اذهب الى الأسفل 
كاتب الموضوعرسالة
The Killer
المدير العام The Killer
المدير العام The Killer
The Killer


المساهمات : 47
تاريخ التسجيل : 20/03/2008

اكواد اكثر من ممتازة Empty
مُساهمةموضوع: اكواد اكثر من ممتازة   اكواد اكثر من ممتازة Emptyالخميس 22 مايو 2008 - 17:55

الإنتقال التلقائي لصفحة أو لموقع آخر

الكود:
<**** HTTP-EQUIV="Refresh" CONTENT="10;URL=ضع هنا عنوان الصفحة المراد الانتقال اليها">
<br> 



كود لاخفاء البروكسي عن الأخرين


الكود:
<br>
<br>
<tr><td><br>
<br>
<center><br>
<br>
<form action="http://proxy.fakeproxy.com/nph-fp.cgi/_/" method=post><br>
<br>
<i>تحياتي لكم </i><br>
<br>
<input name="URL" size=50 value=http://><br><br>
<br>
<input type=checkbox name="rc" checked> Remove ****ies<br>
<br>
<input type=checkbox name="rs"> Remove scripts<br>
<br>
<input type=checkbox name="fa"> Remove ads<br>
<br>
</center><br>
<br>
</td><td valign=bottom><br>
<br>
<center><br>
<br>
<br>
<br>
</form><br>
<br>
</center><br>
<br>
</td>
<br> 


عبارة عن مستطيل وكتابتك تتحرك من تحت الى فوق ... جميـــــل جدا ... وبأمكانك أن تجعلها من فوق الى تحت



الكود:
<center><marquee direction="up" width="500" height="200" style="TAHOMA: 150%; font-size: 18pt; color: BLUE; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="70" scrollamount="3">
<br>
<br>
<br>
<center>اكتب نصك هنـــــا
<br>
<br>
<br>

<br>
<br>
<br>
</marquee></center>
<br> 

سكربت لمتصفح يتبع الماوس

الكود:
<head>
<title>Mouse tracking window</title>

<script LANGUAGE="javascript">

function opennew()
{
newwin = window.open("", "newwindow", "height=200, width=200, scrollbars=no")
newwin.********.write("New window")
}

function track()
{
x = event.clientX
y = event.clientY
********.form.tracker.value = x + ", " + y;
xpos = x + 100
ypos = y + 100
newwin.moveTo(xpos,ypos);
}

// object.style.pixelLeft

</script>

</head>

<body onLoad="opennew();" onmousemove="track();">

<FORM NAME="form">
<INPUT NAME="tracker" TYPE="text"><BR>
<A HREF="http://www.cpress.cc" onClick="newwin.close();">Visit my site</A>
</FORM>

</body> 


سكربت لصورة تسبح في المتصفح


الكود:
<BODY>
<script language="Javascript1.2">
********.write("<body background=\"bg2.gif\" ALINK=\"#CCCCAA\" LINK=\"#CCCCAA\" VLINK=\"#665522\">");
/*
Floating Spirit
*/
var cursorpath;
if(Math.random() > 0.5)
{
cursorpath="evil.gif"; //just replace "evil.gif" with the name of your picture
}
else
{
cursorpath="good.gif"; //just replace "good.gif" with the name of your picture

}

if (********.layers)
{********.write("<LAYER NAME='PoInTeRs' LEFT=10 TOP=10><img src='"+cursorpath+"' width=115 height=137></LAYER>")}
else if (********.all){********.write("<div id='pOiNtErS' style='position:absolute;top:10px;left:10px;width: 115px;height:137px;z-index:50'><img src='"+cursorpath+"' width=115 height=137></div>")}

count=-1;
move=1;

function Curve(){
abc=new Array(0,1,1,1,2,3,4,0,6,-1,-1,-1,-2,-3,-4,0,-6)
for (i=0; i < abc.length; i++)
{var C=Math.round(Math.random()*[i])}
howbend=abc[C];
setTimeout('Curve()',1900);
return howbend;
}
ypos=10;
xpos=10;

degree = 60;
function MoveRandom(){
PathBend=degree+=howbend;//ok!
y = 4*Math.sin(PathBend*Math.PI/180);
x = 6*Math.cos(PathBend*Math.PI/180);
if (********.layers){
ypos+=y;
xpos+=x;
********.PoInTeRs.top=ypos+window.pageYOffset;
********.PoInTeRs.left=xpos+window.pageXOffset;
}
else if (********.all){
ypos+=y;
xpos+=x;
********.all.pOiNtErS.style.top=ypos+********.body .scrollTop;
********.all.pOiNtErS.style.left=xpos+********.bod y.scrollLeft;
}
T=setTimeout('MoveRandom()',50);
}
function edges(){
if (********.layers){
if (********.PoInTeRs.left >= window.innerWidth-40+window.pageXOffset)degree=Math.round(Math.rando m()*45+157.5);
if (********.PoInTeRs.top >= window.innerHeight-30+window.pageYOffset)degree=Math.round(Math.rando m()*45-112.5);
if (********.PoInTeRs.top <= 2+window.pageYOffset) degree = Math.round(Math.random()*45+67.5);//OK!
if (********.PoInTeRs.left <= 2+window.pageXOffset) degree = Math.round(Math.random()*45-22.5);//OK!
}
else if (********.all)
{
if (********.all.pOiNtErS.style.pixelLeft >= ********.body.offsetWidth-45+********.body.scrollLeft)degree=Math.round(Math .random()*45+157.5);
if (********.all.pOiNtErS.style.pixelTop >= ********.body.offsetHeight-35+********.body.scrollTop)degree=Math.round(Math. random()*45-112.5);
if (********.all.pOiNtErS.style.pixelTop <= 2+********.body.scrollTop) degree = Math.round(Math.random()*45+67.5);//OK!
if (********.all.pOiNtErS.style.pixelLeft <= 2+********.body.scrollLeft) degree = Math.round(Math.random()*45-22.5);//OK!
}
setTimeout('edges()',100);
}
function starteffect(){
Curve();
MoveRandom();// onUnload="opener.gO()"
edges();
}

if (********.all||********.layers)
window.onload=starteffect
</script> 


كود اخبار قناة العربية الاخباريه


الكود:
<div width="600"><script src="عفوا ,,, لايمكنك مشاهده الروابط لانك غير مسجل لدينا [ للتسجيل اضغط هنا ]



كود شريط أخبار الطقس للدول العالميه والعربيه



الكود:
<P align=center><SELECT style="WIDTH: 131px; HEIGHT: 131px" onchange="window.open(link.value)" size="1" name="link"> <OPTION value="" selected>اختر
                                مدينة</OPTION> <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0245&links>أبو
                                ظبي</OPTION> <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0116&links>الإسكندرية</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0040&links>باريس</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0088&links>بانكوك</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0090&links>بكين</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0249&links>بيروت</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0079&links>تونس</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0078&links>الجزائر</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0082&links>جوهانسبرج</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0123&links>الخرطوم</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=1113&links>الدار
                                البيضاء</OPTION> <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=2155&links>دلهي</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0250&links>دمشق</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=1490&links>الرباط</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0257&links>الرياض</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0135&links>طرابلس</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0258&links>طهران</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0087&links>طوكيو</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0246&links>عمّان</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0080&links>القاهرة</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0076&links>الكويت</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0008&links>لندن</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0256&links>مكة
                                المكرمة</OPTION> <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0058&links>موسكو</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0101&links>نيويورك</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=0129&links>نيروبي</OPTION>
                                <OPTION
                                value=http://www.bbc.co.uk/weather/5day.shtml?world=2232&links>هونغ
                                كونغ</OPTION></SELECT></P>
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://egdog.yoo7.com
 
اكواد اكثر من ممتازة
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
EgDog كلاب من مصر :: منتدي الدش والكمبيوتر :: مكتبة الاكواد-
انتقل الى: