Forum'da ara:
Ara


Yazar Mesaj
Mesaj25.01.2009, 08:34 (UTC)    
Mesaj konusu:

Sitene mp3 player

Kod:
<!-----htmlkodlar.net -->
<iframe border="1" frameborder="no" framespacing="0" src="http://www.htmlkodlar.net/mp3player.htm" scrolling="no" width="264" height="135"></iframe><!-----htmlkodlar.net Bitir---->
Mesaj25.01.2009, 08:34 (UTC)    
Mesaj konusu:

Fare Peşinde Takvim

Kod:
<body>

<SCRIPT language=JavaScript>

 
// BURDAN SONRASINI SITENE GORE DÜZENLEYEBILIRSIN.. www.htmlkodlar.net
dCol='E00E127';//tarih rengi

 

fCol='ff99cc';//saat rakamları rengi

 

sCol='cc99ff';//saniye rengi

 

mCol='008000';//dakika rengi

 

hCol='FF0080';//saat rengi

 

ClockHeight=40;

 

ClockWidth=40;

 

ClockFromMouseY=0;

 

ClockFromMouseX=100;

 

 

 


 //BU KISIMDAN SONRASINA DOKUNMAYIN...

 

 

d=new Array("PAZAR","PAZARTESI","SALI","CARSAMBA","PERSEMBE","CUMA","CUMARTESI");

 

m=new Array("OCAK","SUBAT","MART","NISAN","MAYIS","HAZIRAN","TEMMUZ","AGUSTOS","EYLUL","EKIM","KASIM","ARALIK");

 

date=new Date();

 

day=date.getDate();

 

year=date.getYear();

 

if (year < 2000) year=year+1900;

 

TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year;

 

D=TodaysDate.split('');

 

H='ooo';

 

H=H.split('');

 

M='oooo';

 

M=M.split('');

 

S='.....';

 

S=S.split('');

 

Face='1 2 3 4 5 6 7 8 9 10 11 12';

 

font='tohoma';

 

size=1;

 

speed=0.6;

 

ns=(document.layers);

 

ie=(document.all);

 

Face=Face.split(' ');

 

n=Face.length;

 

a=size*10;

 

ymouse=0;

 

xmouse=0;

 

scrll=0;

 

props="<font face="+font+" size="+size+" color="+fCol+"><B>";

 

props2="<font face="+font+" size="+size+" color="+dCol+"><B>";

 

Split=360/n;

 

Dsplit=360/D.length;

 

HandHeight=ClockHeight/4.5

 

HandWidth=ClockWidth/4.5

 

HandY=-7;

 

HandX=-2.5;

 

scrll=0;

 

step=0.06;

 

currStep=0;

 

y=new Array();x=new Array();Y=new Array();X=new Array();

 

for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0}

 

Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();

 

for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0}

 

if (ns){

 

for (i=0; i < D.length; i++)

 

document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>');

 

for (i=0; i < n; i++)

 

document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>');

 

for (i=0; i < S.length; i++)

 

document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>');

 

for (i=0; i < M.length; i++)

 

document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>');

 

for (i=0; i < H.length; i++)

 

document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>');

 

}

 

if (ie){

 

document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">');

 

for (i=0; i < D.length; i++)

 

document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[i]+'</B></font></div>');

 

document.write('</div></div>');

 

document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">');

 

for (i=0; i < n; i++)

 

document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[i]+'</B></font></div>');

 

document.write('</div></div>');

 

document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">');

 

for (i=0; i < H.length; i++)

 

document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>');

 

document.write('</div></div>');

 

document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">');

 

for (i=0; i < M.length; i++)

 

document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>');

 

document.write('</div></div>')

 

document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">');

 

for (i=0; i < S.length; i++)

 

document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>');

 

document.write('</div></div>')

 

}

 

(ns)?window.captureEvents(Event.MOUSEMOVE):0;

 

function Mouse(evnt){

 

ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;

 

xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX;

 

}

 

(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;

 

function ClockAndAssign(){

 

time = new Date ();

 

secs = time.getSeconds();

 

sec = -1.57 + Math.PI * secs/30;

 

mins = time.getMinutes();

 

min = -1.57 + Math.PI * mins/30;

 

hr = time.getHours();

 

hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;

 

if (ie){

 

Od.style.top=window.document.body.scrollTop;

 

Of.style.top=window.document.body.scrollTop;

 

Oh.style.top=window.document.body.scrollTop;

 

Om.style.top=window.document.body.scrollTop;

 

Os.style.top=window.document.body.scrollTop;

 

}

 

for (i=0; i < n; i++){

 

 var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style;

 

 F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;

 

 F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);

 

 }

 

for (i=0; i < H.length; i++){

 

 var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style;

 

 HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;

 

 HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs);

 

 }

 

for (i=0; i < M.length; i++){

 

 var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style;

 

 ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll;

 

 ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min);

 

 }

 

for (i=0; i < S.length; i++){

 

 var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style;

 

 SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll;

 

 SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec);

 

 }

 

for (i=0; i < D.length; i++){

 

 var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style;

 

 DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;

 

 DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);

 

 }

 

currStep-=step;

 

}

 

function Delay(){

 

scrll=(ns)?window.pageYOffset:0;

 

Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed);

 

Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed);

 

for (i=1; i < D.length; i++){

 

Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed);

 

Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed);

 

}

 

y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);

 

x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);

 

for (i=1; i < n; i++){

 

y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);

 

x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);

 

}

 

ClockAndAssign();

 

setTimeout('Delay()',50);

 

}

 

if (ns||ie)window.onload=Delay;

 

                      </SCRIPT>
                      <p align="center">

<font face="Tahoma"><a target="_blank" href="http://www.htmlkodlar.net/"><span style="font-size: 7; text-decoration: none">htmlkodlar.net</span></a></font>

</body>
Mesaj25.01.2009, 08:37 (UTC)    
Mesaj konusu:

Fıkra Kodu
Kod:
<iframe src="fikra/ekle.asp" width="196" height="222" scrolling="no" border="0" frameborder="0" target="_self"></iframe>
Mesaj25.01.2009, 08:38 (UTC)    
Mesaj konusu:

Sitene Teröre Lanet Kodu

Kod:
<SCRIPT LANGUAGE="JavaScript">
<!--
Code0 = "%3Cscript%20language%3D%22JavaScript%22%3E%0D%0A%3C%21--%0D%0Avar%20PagePeelBasicData_Paper%20%3D%20new%20Array%28%29%3B%0D%0Avar%20PagePeelBasicData_Ad%20%3D%20new%20Array%28%29%3B%0D%0A%0D%0APagePeelBasicData_Paper%5B%27width%27%5D%20%3D%20540%3B%0D%0APagePeelBasicData_Paper%5B%27height%27%5D%20%3D540%3B%0D%0A%0D%0APagePeelBasicData_Paper%5B%27swingspeed%27%5D%20%3D%205%3B%0D%0A%0D%0APagePeelBasicData_Paper%5B%27minimized_percent%27%5D%20%3D%2020%3B%0D%0APagePeelBasicData_Paper%5B%27minimized_amplitude%27%5D%20%3D%201%3B%0D%0A%0D%0APagePeelBasicData_Ad%5B%27width%27%5D%20%3D450%3B%0D%0APagePeelBasicData_Ad%5B%27height%27%5D%20%3D%20450%3B%0D%0A%0D%0APagePeelBasicData_Ad%5B%27img%27%5D%20%20%20%20%20%3D%20%22http://htmlkodlari.biz/teror.gif%22%3B%0D%0APagePeelBasicData_Ad%5B%27dest%27%5D%20%20%20%20%20%3D%20%22http%3A//www.htmlkodlar.net%22%3B%0D%0APagePeelBasicData_Ad%5B%27target%27%5D%20%20%20%20%20%3D%20%27_blank%27%3B%0D%0A%0D%0Adocument.write%28%27%3Cscript%20src%3D%22http%3A//static.de.euserv.adaos-ads.net/richmedia/pagepeel/pagepeel.js%22%20language%3D%22Javascript%22%3E%3C/script%3E%27%29%3B%0D%0A--%3E%0D%0A%3C/script%3E%0D%0A";
document.write(unescape(Code0));
//-->
</SCRIPT>
Mesaj25.01.2009, 08:43 (UTC)    
Mesaj konusu:

Eğlenceli Bir Kod


Kod:
<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Web Site:  http://www.htmlkodlar.net -->

var brOK = false, mie = false;
if (document.layers || document.all) brOK = true;
if (document.all) mie = true;
var ex = 0, ey = 0;
var ae, le, re, x0, y0, tid, realx, realy;
function navMove(e) {
ex = e.pageX;
ey = e.pageY;
moveeye()
return routeEvent(e);
}
function mieMove() {
ex = document.body.scrollLeft + event.x;
ey = document.body.scrollTop + event.y;
moveeye();
}
function moveeye() {
dy = ey - y0 - 20;
dx1 = ex - x0 - 20;
dx2 = ex - x0 - 60;
r = Math.sqrt(dx1 * dx1 + dy * dy);
if (r < 20) r = 20;
dx1 = dx1 * 10 / r + x0 + 10;
dy1 = dy * 10 / r + y0 + 10;
r = Math.sqrt(dx2 * dx2 + dy * dy);
if (r < 20) r = 20;
dx2 = dx2 * 10 / r + x0 + 50;
ae.left = x0;
ae.top = y0;
le.left = dx1;
le.top = dy1;
re.left = dx2;
re.top = dy1;
}
function setHandlers() {
if (!mie) {
y0 = document.eyeballs.top;
x0 = document.eyeballs.left;
ae = document.eyeballs;
le = document.lefteye;   
re = document.righteye;   
window.captureEvents(Event.MOUSEMOVE);
window.onMouseMove = navMove;
}
else {
y0 = document.all.eyeballs.style.pixelTop;
x0 = document.all.eyeballs.style.pixelLeft;
ae = document.all.eyeballs.style;
le = document.all.lefteye.style;
re = document.all.righteye.style;
window.document.onmousemove = mieMove;
}
realx = x0 + 0.1;
realy = y0 + 0.1;
moveall();
}
function moveall() {
rx = realx + 40;
ry = realy + 40;
rx += (ex - rx) * 0.1;
ry += (ey - ry) * 0.1;
realx = rx - 40;
realy = ry - 40;
x0 = Math.round(realx);
y0 = Math.round(realy);
moveeye();
tid = setTimeout('moveall()', 100);
}
function placeeyes(x, y) {
if (brOK) {
ex = x + 40;
ey = y + 40;
s = '<DIV ID ="dummy" STYLE="position:absolute; ' +
'top:'+y+'; left:'+x+'; width:10; height:10;"> </DIV>';
s += '<DIV ID="eyeballs" STYLE="position:absolute; ' +
'top:'+y+'; left:'+x+'; width:80; height:40;"><IMG SRC=' +
'"http://www.htmlkodlar.net/whites.gif" border=0></DIV>';
s += '<DIV ID="lefteye" STYLE="position:absolute; ' +
'top:'+(y+10)+'; left:'+(x+10)+'; width:20; height:20;">' +
'<IMG SRC="http://www.htmlkodlar.net/pupil.gif" border=0></DIV>';
s += '<DIV ID="righteye" STYLE="position:absolute; ' +
'top:'+(y+10)+'; left:'+(x+50)+'; width:20; height:20;">' +
'<IMG SRC="http://www.htmlkodlar.net/pupil.gif" border=0></DIV>';
document.writeln(s);
   }
}
function clearEyes()  {
if (tid) clearTimeout(tid);
}
placeeyes(200, 100);
window.onload = setHandlers;
window.onunload = clearEyes;
//  End -->
</script>
<p><center>
<font face="arial, helvetica" size="-2"><br>
<a href="http://www.htmlkodlar.net">htmlkodlar.net</a></font>
</center><p>
Mesaj25.01.2009, 08:43 (UTC)    
Mesaj konusu:

Gazete Kodu

Kod:
<script language="javascript" src="http://htmlkodlari.biz/gazeteler.js"></script><noscript><a href="http://www.htmlkodlar.net">htmlkodlar.net</a></noscript>
Mesaj25.01.2009, 08:45 (UTC)    
Mesaj konusu:

siteme Hoşgeldiniz Kodu

Kod:
<p><a href="http://www.htmlkodlar.net"><img border="0" src="http://i397.photobucket.com/albums/pp53/htmlkodlar-net/welcome/htmlkodlarnet1.gif" ></a></p>
Mesaj25.01.2009, 08:46 (UTC)    
Mesaj konusu:

3 Boyutlu Saat
Kod:
<applet CODE="Clock3D.class" WIDTH="200" HEIGHT="200">
  <param name="fps" value="18">
  <param name="a1" value="12500">
  <param name="pixd" value="29">
  <param name="pixangle" value="5">
  <param name="radius" value="26">
  <param name="roty" value="-4">
  <param name="rotx" value="0">
  <param name="rotz" value="0.401">
  <param name="irotx" value="0">
  <param name="iroty" value="0">
  <param name="irotz" value="00">
  <param name="style" value="1">
  <param name="color" value="#00FF66">
  <param name="bgcolor" value="#000000">
  <param name="12hour" value="0">
</applet>

<p align="center"><font face="arial" size="-2">ücretsiz java uygulamaları</font><br>
<font face="arial, helvetica" size="-2"><a href="http://www.htmlkodlar.net">htmlkodlar.net</a></font></p>
Mesaj25.01.2009, 15:59 (UTC)    
Mesaj konusu:

SİTENE GÜNCEL ALEVİYİZ-BİZ.TR.GG GÜNCELLENEN HABER KODLARI EKLEYİN
Kod:
<marquee height="95" width="154" scrollamount="2" direction="up" style="border: 0pt solid red;" scrolldelay="150"><font size="2"><u><font color="#ff0000"><strong>ALEVİYİZ-BİZ.TR.GG </strong></font></u></font><br />
Bektaşi Fıkraları okumak i&ccedil;in <a href="http://aleviyiz-biz.tr.gg/Bekta%26%23351%3Bi-F%26%23305%3Bkralar%26%23305%3B.htm">tıklayınız&hellip;</a><br />
&nbsp;Video sayfamıza ge&ccedil;mek i&ccedil;in tıklayınız&hellip; <br />
D&uuml;zg&uuml;n ve g&uuml;venilir haber okumak i&ccedil;in <a href="http://aleviyiz-biz.tr.gg/videolar.htm">tıklayınız&hellip;</a> <br />
Alevilik nedir? <a href="http://aleviyiz-biz.tr.gg/alevilik.htm">tıklayınız&hellip;</a> <br />
Atat&uuml;rk&ccedil;&uuml;l&uuml;k ve Sosyalizm <a href="http://aleviyiz-biz.tr.gg/Atat.ue.rk%E7.ue.l.ue.k-ve-Sosyalizm.htm">tıklayınız&hellip;</a><br />
Murat Karayal&ccedil;ın <a href="http://aleviyiz-biz.tr.gg/MURAT-KARAYAL%C7IN.htm">kimdir?</a>  /marquee&gt; </marquee>

Arrow tamamen http://aleviyiz-biz.tr.gg tarafından hazırlanmıştır.
Mesaj25.01.2009, 17:25 (UTC)    
Mesaj konusu:

kodda tamamen kendi sitenizin reklam kodunu vermişsiniz kullanıcıların işine yarayacak kodlar paylaşın

iyi çalışmalar Wink

______________
DERS EĞLENCE VE BİLGİNİN DEĞİŞMEZ ADRESİ
Mesaj25.01.2009, 21:40 (UTC)    
Mesaj konusu:

En Çok İndirilenler Kodu
Kod:
<!—www.htmlkodlar.net  kod baslangici--><MARQUEE onmouseover=this.stop(); style="WIDTH: 184; HEIGHT: 267" onmouseout=this.start(); scrollAmount=1 scrollDelay=30 direction=up><CENTER><FONT color=#ff0000></FONT><P align=center><FONT size=1><FONT color=#ff0000 size=2><STRONG>» </STRONG></FONT><A href="http://www.inndir.com/program.php?id=28177" target=_blank><U><FONT color=#ff0000 size=2><STRONG>LimeWire Basic 4.12.4</STRONG></FONT></U></A><FONT color=#ff0000 size=2><STRONG> </STRONG></FONT><TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c0d8f8 border=0><TBODY><TR><TD><FONT color=#ff0000 size=2><STRONG><IMG height=1 src="http://www.inndir.com/img/sp.gif" width=1   ></STRONG></FONT></TD></TR></TBODY></TABLE><P><FONT color=#ff0000 size=2><STRONG>» </STRONG></FONT><A href="http://www.inndir.com/program.php?id=30890" target=_blank><U><FONT color=#ff0000 size=2><STRONG>Windows Live Messenger (Türkçe) 8.0.0792</STRONG></FONT></U></A><FONT color=#ff0000 size=2><STRONG> </STRONG></FONT></P><TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c0d8f8 border=0><TBODY><TR><TD><FONT color=#ff0000 size=2><STRONG><IMG height=1 src="http://www.inndir.com/img/sp.gif" width=1   ></STRONG></FONT></TD></TR></TBODY></TABLE><P><FONT color=#ff0000 size=2><STRONG>» </STRONG></FONT><A href="http://www.inndir.com/program.php?id=18139" target=_blank><U><FONT color=#ff0000 size=2><STRONG>Winamp Surround Edition 5.25 Full Beta 801</STRONG></FONT></U></A><FONT color=#ff0000 size=2><STRONG> </STRONG></FONT></P><TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c0d8f8 border=0><TBODY><TR><TD><FONT color=#ff0000 size=2><STRONG><IMG height=1 src="http://www.inndir.com/img/sp.gif" width=1   ></STRONG></FONT></TD></TR></TBODY></TABLE><P><FONT color=#ff0000 size=2><STRONG>» </STRONG></FONT><A href="http://www.inndir.com/program.php?id=21283" target=_blank><U><FONT color=#ff0000 size=2><STRONG>Ares Lite Edition 1.8.1</STRONG></FONT></U></A><FONT color=#ff0000 size=2><STRONG> </STRONG></FONT></P><TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c0d8f8 border=0><TBODY><TR><TD><FONT color=#ff0000 size=2><STRONG><IMG height=1 src="http://www.inndir.com/img/sp.gif" width=1   ></STRONG></FONT></TD></TR></TBODY></TABLE><P><FONT color=#ff0000 size=2><STRONG>» </STRONG></FONT><A href="http://www.inndir.com/program.php?id=24158" target=_blank><U><FONT color=#ff0000 size=2><STRONG>MSN Messenger (Türkçe - Windows 98/ME için) 7.0.0816</STRONG></FONT></U></A><FONT color=#ff0000 size=2><STRONG> </STRONG></FONT></P><TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c0d8f8 border=0><TBODY><TR><TD><FONT color=#ff0000 size=2><STRONG><IMG height=1 src="http://www.inndir.com/img/sp.gif" width=1   ></STRONG></FONT></TD></TR></TBODY></TABLE><P><FONT color=#ff0000 size=2><STRONG>» </STRONG></FONT><A href="http://www.inndir.com/program.php?id=30033" target=_blank><U><FONT color=#ff0000 size=2><STRONG>Google Earth 4.0.1693 Beta</STRONG></FONT></U></A><FONT color=#ff0000 size=2><STRONG> </STRONG></FONT></P><TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c0d8f8 border=0><TBODY><TR><TD><FONT color=#ff0000 size=2><STRONG><IMG height=1 src="http://www.inndir.com/img/sp.gif" width=1   ></STRONG></FONT></TD></TR></TBODY></TABLE><P><FONT color=#ff0000 size=2><STRONG>» </STRONG></FONT><A href="http://www.inndir.com/program.php?id=4089" target=_blank><U><FONT color=#ff0000 size=2><STRONG>WinRAR (Türkçe) 3.60 Beta 8</STRONG></FONT></U></A><FONT color=#ff0000 size=2><STRONG> </STRONG></FONT></P><TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c0d8f8 border=0><TBODY><TR><TD><FONT color=#ff0000 size=2><STRONG><IMG height=1 src="http://www.inndir.com/img/sp.gif" width=1   ></STRONG></FONT></TD></TR></TBODY></TABLE><P><FONT color=#ff0000 size=2><STRONG>» </STRONG></FONT><A href="http://www.inndir.com/program.php?id=33368" target=_blank><U><FONT color=#ff0000 size=2><STRONG>BvT Live TV 2.0</STRONG></FONT></U></A><FONT color=#ff0000 size=2><STRONG> </STRONG></FONT></P><TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c0d8f8 border=0><TBODY><TR><TD><FONT color=#ff0000 size=2><STRONG><IMG height=1 src="http://www.inndir.com/img/sp.gif" width=1   ></STRONG></FONT></TD></TR></TBODY></TABLE><P><FONT color=#ff0000 size=2><STRONG>» </STRONG></FONT><A href="http://www.inndir.com/program.php?id=19173" target=_blank><U><FONT color=#ff0000 size=2><STRONG>Avast! 4 Home Edition 4.7.871</STRONG></FONT></U></A><FONT color=#ff0000 size=2><STRONG> </STRONG></FONT></P><TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c0d8f8 border=0><TBODY><TR><TD><FONT color=#ff0000 size=2><STRONG><IMG height=1 src="http://www.inndir.com/img/sp.gif" width=1   ></STRONG></FONT></TD></TR></TBODY></TABLE><P><FONT size=2><FONT color=#ff0000><B>»</B> </FONT></FONT><A href="http://www.inndir.com/program.php?id=26420" target=_blank><U><FONT color=#ff0000 size=2><STRONG>Turing Translator 6.02</STRONG></FONT></U></A><FONT color=#ff0000> </FONT></P></FONT></CENTER></MARQUEE></P>  </body>
<!—www.htmlkodlar.net  kod sonu-->

______________
███████████████████████████████
Mesaj25.01.2009, 21:43 (UTC)    
Mesaj konusu:

Sözlük Kodu
Kod:
<!-- htmlkodlar.net Sözlük Kodu Başlangıcı --><iframe frameborder=0 height=190 width=170 marginheight=0 marginwidth=0 scrolling=no src="http://www.dunyadinleri.com/bedavaweb/trenglishsozluk/sozluk.asp" > </iframe><!-- htmlkodlar.net Sözlük Kodu Bitişi -->

______________
███████████████████████████████
Mesaj25.01.2009, 21:44 (UTC)    
Mesaj konusu:

Alarm Butonu Kodu
Kod:
<BODY>

<CENTER>
<FORM>

<! >
<! >

<INPUT TYPE="button" VALUE="Click here to be alerted"
onClick='alert("There.  You have been alerted.")'>
</FORM>
</CENTER>

______________
███████████████████████████████
Mesaj27.01.2009, 10:14 (UTC)    
Mesaj konusu: sitene mutluluk tablosu ekle

Kod:
<p align="center"><span style="font-size: 18pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';">MUTLULUK TABLOSU</span><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
<table cellpadding="0" border="1" width="80%" class="MsoNormalTable" style="margin: auto auto auto 37.55pt; width: 80.38%;">
    <tbody>
        <tr style="height: 31.15pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 31.15pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Evini bir parti sonrası temizlemek i&ccedil;in saatlerce uğraşıyorsan</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 31.15pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Bir &ccedil;ok arkadaşın var demektir</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 25.9pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 25.9pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Faturalarını &ouml;deyebiliyorsan</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 25.9pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Bir işin var demektir.</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 31.35pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Pantolonun biraz sıkıyorsa</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">A&ccedil; kalmıyorsun demektir.</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 31.35pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">G&ouml;lgen seni izliyorsa</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">G&uuml;neş ışığını g&ouml;r&uuml;yorsun demektir.</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 31.35pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Otob&uuml;sten indiğin yerden işyerine yolu uzun buluyorsan</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Y&uuml;r&uuml;yebiliyorsun demektir</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 1pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 1pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">H&uuml;k&uuml;met hakkında eleştiri yapabiliyorsan</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 1pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Konuşma &ouml;zg&uuml;rl&uuml;ğ&uuml;n var demektir</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 31.35pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Yanındaki adamin sesinden rahatsız oluyorsan</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Duyuyorsun demektir.</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 31.35pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Camları silmen , &ccedil;atıyı onarman gerekiyorsa</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">bir evde yasiyorsun demektir</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 32.4pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 32.4pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Doğalgaz faturan y&uuml;kl&uuml; geliyorsa</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 32.4pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Isınıyorsun demektir</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 22.2pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 22.2pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Yığınla yıkanacak ve &uuml;t&uuml;lenecek &ccedil;amaşırların varsa</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 22.2pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Yığınla giyeceğin var demektir</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 31.35pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">&Ccedil;alar saatin sabahın k&ouml;r&uuml;nde &ccedil;alıyorsa</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 31.35pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Yaşıyorsun demektir</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 36.85pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 36.85pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">Aksamları kendini yorgun hissediyor ve bacakların ağrıyorsa</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 36.85pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">O g&uuml;n &uuml;retici olmuşsun demektir</span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
        </tr>
        <tr style="height: 24.1pt;">
            <td width="67%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 67.98%; height: 24.1pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">VE T&Uuml;M BUNLARIN FARKINA VARABİLİYORSAN! </span></strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: 'Segoe UI';"><o:p></o:p></span></p>
            </td>
            <td width="30%" valign="top" style="border-color: rgb(240, 240, 240); padding: 0cm; width: 30.8%; height: 24.1pt; background-color: transparent;">
            <p align="center"><strong><span style="font-size: 10pt; color: rgb(255, 153, 0); font-family: Tahoma;">MUTLUSUN DEMEKTİR </span></strong></p>
            </td>
        </tr>
    </tbody>
</table>

______________
www.bilimseven.tr.gg
Mesaj27.01.2009, 10:25 (UTC)    
Mesaj konusu: sitene webamster konuları ekle

Kod:
<iframe name="her site burada webmaster kaynak" marginwidth="0" marginheight="0" src="http://hersiteburada.googlepages.com/webmasterkaynak.html" frameborder="0" width="600" scrolling="no" height="1200"></iframe>

______________
www.bilimseven.tr.gg
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu