DEV ARSIV HAZIR KODLAR

Son güncelleme: 28.12.2009 15:55
  • ..:::BU KODLAR NEREYE YAPIŞTIRLIR RESİM ÜZERİNDE ANLATIM:::..

    noimage

    Online radyo

    <font size="2"><span lang="en-us">
    <object id="Player1" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="44" width="694" align="left">
    <param name="URL" value="http://radyo-hosting.com:8000/listen.pls/kpig.asx">
    <param name="rate" value="1">
    <param name="balance" value="0">
    <param name="currentPosition" value="0">
    <param name="defaultFrame" value>
    <param name="playCount" value="1">
    <param name="autoStart" value="-1">
    <param name="currentMarker" value="0">
    <param name="invokeURLs" value="-1">
    <param name="baseURL" value>
    <param name="volume" value="100">
    <param name="mute" value="0">
    <param name="uiMode" value="full">
    <param name="stretchToFit" value="-1">
    <param name="windowlessVideo" value="-1">
    <param name="enabled" value="-1">
    <param name="enableContextMenu" value="-1">
    <param name="fullScreen" value="0">
    <param name="SAMIStyle" value>
    <param name="SAMILang" value>
    <param name="SAMIFilename" value>
    <param name="captioningID" value>
    <param name="enableErrorDialogs" value="0">
    <param name="_cx" value="6562">
    <param name="_cy" value="6535">
    </object>
    </span></font>



    İstediğin resimlerle slayt gösterisi


    <script language="JavaScript1.2"><!--

    /*
    DHTML Slayt Gösteri
    */


    //Specify the slider's width (in pixels)
    var sliderwidth=330
    //Specify the slider's height (in pixels, pertains only to NS)
    var sliderheight=145
    //Specify the slider's scroll speed (larger is faster)
    var slidespeed=4

    //Specify the slider's images
    var leftrightslide=new Array()
    var finalslide=''
    leftrightslide[0]='<a href="http://www.kodlayici.com"><img src="https://www.main-board.com/images/Pic1.jpg" border=1></a>'
    leftrightslide[1]='<a href="http://www.kodlayici.com"><img src="https://www.main-board.com/images/Pic2.jpg" border=1></a>'
    leftrightslide[2]='<a href="http://www.kodlayici.com"><img src="https://www.main-board.com/images/Pic3.jpg" border=1></a>'
    leftrightslide[3]='<a href="http://www.kodlayici.com"><img src="https://www.main-board.com/images/Pic5.jpg" border=1></a>'
    leftrightslide[4]='<a href="http://www.kodlayici.com"><img src="https://www.main-board.com/images/Pic4.jpg" border=1></a>'


    ///////do NOT edit pass this line////////////////////////////////////

    var copyspeed=slidespeed
    //copy contents of leftrightslide into one variable
    for (i=0;i<leftrightslide.length;i++)
    finalslide=finalslide+leftrightslide+" "


    if (document.all){
    //dynamically write out the marquee tag
    document.write('<marquee id="ieslider" scrollAmount=0 style="width:'+sliderwidth+'">'+finalslide+'</marquee>')
    //stop marquee when mouse is over it
    ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
    //re-enable marquee when mouse is out
    ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=slidespeed")
    }

    function regenerate(){
    window.location.reload()
    }
    function regenerate2(){
    if (document.layers){
    document.ns_slider01.visibility="show"
    setTimeout("window.onresize=regenerate",450)
    intializeleftrightslide()
    }
    if (document.all)
    ieslider.scrollAmount=slidespeed
    }

    //NS specific function for initializing slider upon page load
    function intializeleftrightslide(){
    document.ns_slider01.document.ns_slider02.document.write('<nobr>'+finalslide+'</nobr>')
    document. ns_slider01.document.ns_slider02.document.close()
    thelength=document.ns_slider01.document.ns_slider02.document.width
    scrollslide()
    }

    //NS specific function for sliding slideshow
    function scrollslide(){
    if (document.ns_slider01.document.ns_slider02.left>=thelength*(-1)){
    document.ns_slider01.document.ns_slider02.left-=slidespeed
    setTimeout("scrollslide()",100)
    }
    else{
    document.ns_slider01.document.ns_slider02.left=sliderwidth
    scrollslide()
    }
    }
    window.onload=regenerate2

    //--></script>


    <ilayer width=&{sliderwidth}; height=&{sliderheight}; name="ns_slider01" visibility=hide>
    <layer name="ns_slider02" onMouseover="slidespeed=0;" onMouseout="slidespeed=copyspeed"></layer>
    </ilayer>


    Dinamik Anolok saat



    <head></head>
    <body>
    <script language="JavaScript">
    fCol='444444'; //face colour.
    sCol='FF0000'; //seconds colour.
    mCol='444444'; //minutes colour.
    hCol='444444'; //hours colour.

    Ybase=30; //Clock height.
    Xbase=30; //Clock width.


    H='...';
    H=H.split('');
    M='....';
    M=M.split('');
    S='.....';
    S=S.split('');
    NS4=(document.layers);
    NS6=(document.getElementById&&!document.all);
    IE4=(document.all);
    Ypos=0;
    Xpos=0;
    dots=12;
    Split=360/dots;
    if (NS6){
    for (i=1; i < dots+1; i++){
    document.write('<div id="n6Digits'+i+'" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial;font-size:10px;color:#'+fCol+';text-align:center;padding-top:10px">'+i+'</div>');
    }
    for (i=0; i < M.length; i++){
    document.write('<div id="Ny'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+mCol+'"></div>');
    }
    for (i=0; i < H.length; i++){
    document.write('<div id="Nz'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+hCol+'"></div>');
    }
    for (i=0; i < S.length; i++){
    document.write('<div id="Nx'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+sCol+'"></div>');
    }
    }
    if (NS4){
    dgts='1 2 3 4 5 6 7 8 9 10 11 12';
    dgts=dgts.split(' ')
    for (i=0; i < dots; i++){
    document.write('<layer name=nsDigits'+i+' top=0 left=0 height=30 width=30><center><font face=Arial size=1 color='+fCol+'>'+dgts+'</font></center></layer>');
    }
    for (i=0; i < M.length; i++){
    document.write('<layer name=ny'+i+' top=0 left=0 bgcolor='+mCol+' clip="0,0,2,2"></layer>');
    }
    for (i=0; i < H.length; i++){
    document.write('<layer name=nz'+i+' top=0 left=0 bgcolor='+hCol+' clip="0,0,2,2"></layer>');
    }
    for (i=0; i < S.length; i++){
    document.write('<layer name=nx'+i+' top=0 left=0 bgcolor='+sCol+' clip="0,0,2,2"></layer>');
    }
    }
    if (IE4){
    document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i=1; i < dots+1; i++){
    document.write('<div id="ieDigits" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial;font-size:10px;color:'+fCol+';text-align:center;padding-top:10px">'+i+'</div>');
    }
    document.write('</div></div>')
    document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i=0; i < M.length; i++){
    document.write('<div id=y style="position:absolute;width:2px;height:2px;font-size:2px;background:'+mCol+'"></div>');
    }
    document.write('</div></div>')
    document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i=0; i < H.length; i++){
    document.write('<div id=z style="position:absolute;width:2px;height:2px;font-size:2px;background:'+hCol+'"></div>');
    }
    document.write('</div></div>')
    document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i=0; i < S.length; i++){
    document.write('<div id=x style="position:absolute;width:2px;height:2px;font-size:2px;background:'+sCol+'"></div>');
    }
    document.write('</div></div>')
    }



    function clock(){
    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.57 + Math.PI * hr/6 + Math.PI*parseInt(time.getMinutes())/360;

    if (NS6){
    Ypos=window.pageYOffset+window.innerHeight-Ybase-25;
    Xpos=window.pageXOffset+window.innerWidth-Xbase-30;
    for (i=1; i < dots+1; i++){
    document.getElementById("n6Digits"+i).style.top=Ypos-15+Ybase*Math.sin(-1.56 +i *Split*Math.PI/180)
    document.getElementById("n6Digits"+i).style.left=Xpos-15+Xbase*Math.cos(-1.56 +i*Split*Math.PI/180)
    }
    for (i=0; i < S.length; i++){
    document.getElementById("Nx"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(sec);
    document.getElementById("Nx"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(sec);
    }
    for (i=0; i < M.length; i++){
    document.getElementById("Ny"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(min);
    document.getElementById("Ny"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(min);
    }
    for (i=0; i < H.length; i++){
    document.getElementById("Nz"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(hrs);
    document.getElementById("Nz"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(hrs);
    }
    }
    if (NS4){
    Ypos=window.pageYOffset+window.innerHeight-Ybase-20;
    Xpos=window.pageXOffset+window.innerWidth-Xbase-30;
    for (i=0; i < dots; ++i){
    document.layers["nsDigits"+i].top=Ypos-5+Ybase*Math.sin(-1.045 +i*Split*Math.PI/180)
    document.layers["nsDigits"+i].left=Xpos-15+Xbase*Math.cos(-1.045 +i*Split*Math.PI/180)
    }
    for (i=0; i < S.length; i++){
    document.layers["nx"+i].top=Ypos+i*Ybase/4.1*Math.sin(sec);
    document.layers["nx"+i].left=Xpos+i*Xbase/4.1*Math.cos(sec);
    }
    for (i=0; i < M.length; i++){
    document.layers["ny"+i].top=Ypos+i*Ybase/4.1*Math.sin(min);
    document.layers["ny"+i].left=Xpos+i*Xbase/4.1*Math.cos(min);
    }
    for (i=0; i < H.length; i++){
    document.layers["nz"+i].top=Ypos+i*Ybase/4.1*Math.sin(hrs);
    document.layers["nz"+i].left=Xpos+i*Xbase/4.1*Math.cos(hrs);
    }
    }

    if (IE4){
    Ypos=document.body.scrollTop+window.document.body.clientHeight-Ybase-20;
    Xpos=document.body.scrollLeft+window.document.body.clientWidth-Xbase-20;
    for (i=0; i < dots; ++i){
    ieDigits.style.pixelTop=Ypos-15+Ybase*Math.sin(-1.045 +i *Split*Math.PI/180)
    ieDigits.style.pixelLeft=Xpos-15+Xbase*Math.cos(-1.045 +i *Split*Math.PI/180)
    }
    for (i=0; i < S.length; i++){
    x.style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(sec);
    x.style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(sec);
    }
    for (i=0; i < M.length; i++){
    y.style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(min);
    y.style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(min);
    }
    for (i=0; i < H.length; i++){
    z.style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(hrs);
    z.style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(hrs);
    }
    }
    setTimeout('clock()',100);
    }
    clock();
    //-->
    </script>
    <center>Sağ alt köşedeki saate bakın hazirlayan ve sunan Macho_M muratus</center>
    </body>


    Mail listesi


    <form method="POST" action="ekle.asp" name="">
    <table width="51%" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
    <td width="42%" height="32">
    <div align="right"><font size="2">E-Mail Listemize Katılın:</font></div>
    </td>
    <td width="58%" height="32">
    <input type="text" name="EMail" size="20">
    <input type="submit" value="Ekle" name="B1">
    </td>
    </tr>
    </table>
    </form>


    Tv'de bugün


    <SCRIPT LANGUAGE="JavaScript">
    <!--
    function openw(){
    var anket=window.open("","tv_bugun","width=450,height=420,scrollbars=yes,menubar=no,resizable=yes");
    }
    //-->
    </SCRIPT>
    <form method="POST" action="http://webmasterim.com/tv_bugun/tv_bugun.php" target="tv_bugun">
    <table border="0" cellpadding="0" cellspacing="0" style="border:dotted 2px silver;">
    <tr>
    <td bgcolor="#DCDCDC" align="center">
    <font face="verdana" size="2" color="#000000"><b>TV'de Bugün</b></font></td>
    </tr>
    <tr>
    <td bgcolor="#F5F5F5" align="center">
    <SELECT name="chnl" style="font-family: Verdana; background-color:#F5F5F5; font-size:11px;">
    <OPTION selected VALUE="">..:Kanallar:..</OPTION>
    <OPTION VALUE="4">ATV</OPTION>
    <OPTION VALUE="3">CNBC-E</OPTION>
    <OPTION VALUE="2">CNN TURK</OPTION>
    <OPTION VALUE="6">Discovery</OPTION>
    <OPTION VALUE="13">FLASH TV</OPTION>
    <OPTION VALUE="16">HABERTURK</OPTION>
    <OPTION VALUE="26">Kanal 7</OPTION>
    <OPTION VALUE="1">Kanal D</OPTION>
    <OPTION VALUE="15">NTV</OPTION>
    <OPTION VALUE="27">STV</OPTION>
    <OPTION VALUE="7">SHOWTV</OPTION>
    <OPTION VALUE="8">STAR</OPTION>
    <OPTION VALUE="9">TGRT</OPTION>
    <OPTION VALUE="10">TRT1</OPTION>
    <OPTION VALUE="11">TRT2</OPTION>
    <OPTION VALUE="12">TRT3</OPTION>
    <OPTION VALUE="21">TV8</OPTION>
    </SELECT>
    </td>
    </tr>
    <tr>
    <td bgcolor="#DCDCDC" align="center">
    <input type="submit" value="Göster" style="font-family: Verdana; font-weight:bold; font-size:7pt; background-color:#DCDCDC;" onClick="openw();">
    </td>
    </tr>
    </table>
    <input type="hidden" name="site_ismi" value="eprem.*********.com">
    </form>
    <script language="javascript" src="/mynet_sistem/hostingad.js"></script><script language="javascript" src="http://mysite.mynet.com/common/hostingad_1.js"></script>
#28.06.2006 02:14 0 0 0
  • Gelen ziyaretçiyi tanımlama


    <script>
    <!--
    // Copyright (c) 1996-1997 Tomer Shiran. All rights reserved.
    // Permission given to use the script provided that this notice remains as is.
    // Additional scripts can be found at http://www.javadepo.com

    // Boolean variable specified if alert should be displayed if cookie exceeds 4KB
    var caution = false

    // name - name of the cookie
    // value - value of the cookie
    // [expires] - expiration date of the cookie (defaults to end of current session)
    // [path] - path for which the cookie is valid (defaults to path of calling document)
    // [domain] - domain for which the cookie is valid (defaults to domain of calling document)
    // [secure] - Boolean value indicating if the cookie transmission requires a secure transmission
    // * an argument defaults when it is assigned null as a placeholder
    // * a null placeholder is not required for trailing omitted arguments
    function setCookie(name, value, expires, path, domain, secure) {
    var curCookie = name + "=" + escape(value) +
    ((expires) ? "; expires=" + expires.toGMTString() : "") +
    ((path) ? "; path=" + path : "") +
    ((domain) ? "; domain=" + domain : "") +
    ((secure) ? "; secure" : "")
    if (!caution || (name + "=" + escape(value)).length <= 4000)
    document.cookie = curCookie
    else
    if (confirm("Cookie exceeds 4KB and will be cut!"))
    document.cookie = curCookie
    }


    Renk değiştiren yazı


    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
    <title>Neunkirchen</title>
    </head>

    <body>

    <p>
    <body bgcolor="#000000" text="#FFFFFF">
    <font size="2" face="Verdana">
    <script language="JavaScript1.2">

    <!-- Begin
    function initArray() {
    this.length = initArray.arguments.length;
    for (var i = 0; i < this.length; i++) {
    this = initArray.arguments;
    }
    }

    var ctext = "BURAYA YAZIYI YAZIN";
    var speed = 1000;
    var x = 0;
    var color = new initArray(
    "yellow",
    "green",
    "blue",
    "white",
    "red",
    "orange"
    );
    if(navigator.appName == "Netscape") {
    document.write('<layer id="c"><center>'+ctext+'</center></layer><br>');
    }
    if (navigator.appVersion.indexOf("MSIE") != -1){
    document.write('<div id="c"><center>'+ctext+'</center></div>');
    }
    function chcolor(){
    if(navigator.appName == "Netscape") {
    document.c.document.write('<center><font color="'+color[x]);
    document.c.document.write('">'+ctext+'</font></center>');
    document.c.document.close();
    }
    else if (navigator.appVersion.indexOf("MSIE") != -1){
    document.all.c.style.color = color[x];
    }
    (x < color.length-1) ? x++ : x = 0;
    }
    setInterval("chcolor()",1000);
    // EndA1 -->

    </script></font>
    </p>

    </body>

    </html>


    Mouse'u ( fareyi ) takip eden saat ve tarih ( Süper bişey YENİ)


    <SCRIPT language=JavaScript>
    dCol='000000';//date colour.
    fCol='000000';//face colour.
    sCol='000000';//seconds colour.
    mCol='000000';//minutes colour.
    hCol='000000';//hours colour.
    ClockHeight=60;
    ClockWidth=60;
    ClockFromMouseY=0;
    ClockFromMouseX=120;

    //Alter nothing below! Alignments will be lost!

    d=new Array("PAZAR","PAZARTESY","SALI","ÇAR?AMBA","PER?EMBE","CUMA","CUMARTESY");
    m=new Array("OCAK","?UBAT","MART","NYSAN","MAYIS","HAZYRAN","TEMMUZ","AGUSTOS","EYLÜL","EKYM","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='...';
    H=H.split('');
    M='.....';
    M=M.split('');
    S='.......';
    S=S.split('');
    Face='1 2 3 4 5 6 7 8 9 10 11 12';
    font='Tahoma';
    size=1.5;
    speed=0.8;
    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/6.5
    HandWidth=ClockWidth/6.5
    HandY=-7;
    HandX=-2.5;
    scrll=0;
    step=0.01;
    currStep=0;
    y=new Array();x=new Array();Y=new Array();X=new Array();
    for (i=0; i < n; i++){y=0;x=0;Y=0;X=0}
    Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
    for (i=0; i < D.length; i++){Dy=0;Dx=0;DY=0;DX=0}
    if (ns){
    for (i=0; i < D.length; i++)
    document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+[/swf1][swf2]+a+'><center>'+props2+D+'</font></center></layer>');
    for (i=0; i < n; i++)
    document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+[/swf1][swf2]+a+'><center>'+props+Face+'</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+'</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+'</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+'</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+'</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+'</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+'</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+'</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+'</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.style;
    F.top=y + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
    F.left=x + 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.style;
    HL.top=y+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;
    HL.left=x+HandX+(i*HandWidth)*Math.cos(hrs);
    }
    for (i=0; i < M.length; i++){
    var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes.style;
    ML.top=y+HandY+(i*HandHeight)*Math.sin(min)+scrll;
    ML.left=x+HandX+(i*HandWidth)*Math.cos(min);
    }
    for (i=0; i < S.length; i++){
    var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds.style;
    SL.top=y+HandY+(i*HandHeight)*Math.sin(sec)+scrll;
    SL.left=x+HandX+(i*HandWidth)*Math.cos(sec);
    }
    for (i=0; i < D.length; i++){
    var DL=(ns)?document.layers['nsDate'+i]:ieDate.style;
    DL.top=Dy + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
    DL.left=Dx + 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=Math.round(DY+=(Dy[i-1]-DY)*speed);
    Dx=Math.round(DX+=(Dx[i-1]-DX)*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=Math.round(Y+=(y[i-1]-Y)*speed);
    x=Math.round(X+=(x[i-1]-X)*speed);
    }
    ClockAndAssign();
    setTimeout('Delay()',20);
    }
    if (ns||ie)window.onload=Delay;
    </SCRIPT>

    <body bgcolor="#FFFF00">

    </body>


    İnternet rehberi ( kopyala yapıştır bütün internet orda )


    <% @LANGUAGE=VBSCRIPT CODEPAGE=1254 %>
    <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-9">
    <meta http-equiv="Content-Type" content="text/html;charset=windows-1254">

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD><TITLE>internet rehberi - Internet Rehberi</TITLE>
    <script Type="Text/JavaScript" language="JavaScript" src="http://www.surucubul.net/surucubul.js"></script>
    <link rel="stylesheet" type="text/css" media="screen" href="http://www.surucubul.net/topsites/templates/default.css" />
    </HEAD>
    <BODY text=#444444 bottomMargin=10 vLink=#0000ff aLink=#800000 link=#0000ff
    bgColor=#ffffff topMargin=10 marginheight="10" marginwidth="10">
    <DIV align=center>
    <TABLE width="570" cellSpacing=0 cellPadding=0 border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=186 bgColor=#ffffff><!--Sütun 1 Başlıyor--><!--Tablo 1*1 Seçtiklerimiz Başlıyor-->
    <TABLE cellSpacing=0 cellPadding=1 width=186 bgColor=#800000 border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=184 bgColor=#800000><SPAN
    class=tablobaslik> </SPAN><font color="white"><b><span class=tablobaslik>Televizyonlar</span><BR>
    </b></font></TD></TR>
    <TR>
    <TD vAlign=top align=left width=184 bgColor=#800000>
    <TABLE cellSpacing=0 cellPadding=2 width=184 bgColor=#800000
    border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=180 bgColor=#ffffff><a href="http://www.atv.com.tr" target="_blank" class="metinlinkleri">ATV<br>
    </a><a href="http://www.cnnturk.com.tr" target="_blank" class="metinlinkleri">CNNTÜRK<br>
    </a><a href="http://www.kanal6.com.tr" target="_blank" class="metinlinkleri">KANAL 6<br>
    </a><a href="http://www.kanal7.com.tr" target="_blank" class="metinlinkleri">KANAL 7<br>
    </a><a href="http://www.kanala.com.tr" target="_blank" class="metinlinkleri">KANAL A<br>
    </a><a href="http://www.kanald.com.tr" target="_blank" class="metinlinkleri">KANAL D<br>
    </a><a href="http://www.cnbce.com" target="_blank" class="metinlinkleri">CNBC-E<br>
    </a><a href="http://www.ntv.com.tr" target="_blank" class="metinlinkleri">NTV<br>
    </a><a href="http://www.showtvnet.com" target="_blank" class="metinlinkleri">SHOWTV<br>
    </a><a href="http://www.startv.com.tr" target="_blank" class="metinlinkleri">STAR TV <br>
    </a><a href="http://www.tgrt.com.tr" target="_blank" class="metinlinkleri">TGRT<br>
    </a><a href="http://www.trt.com.tr" target="_blank" class="metinlinkleri">TRT<br>
    </a><a href="http://www.tv8.com.tr" target="_blank" class="metinlinkleri">TV8<br>
    </a><a href="http://www.surucubul.net/modules.php?name=Web_Links&l_op=viewlink&cid=31" target="_blank"><font color="#090909"><b>Devamı</b></font><img src="https://www.main-board.com/images/internetrehberi/oynayanok.gif" alt="" height="9" width="20" border="0"></a></TD></TR>
    </TBODY></TABLE></TD></TR></TBODY></TABLE>
    <TABLE cellSpacing=0 cellPadding=0 width=186 bgColor=#dddddd border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=186 bgColor=#dddddd><IMG height=2
    alt="" hspace=0 src="" width=186 border=0><BR></TD></TR></TBODY></TABLE>
    <!--Boşluk Başlıyor-->
    <TABLE cellSpacing=0 cellPadding=0 width=186 border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=186 bgColor=#ffffff><IMG height=5
    alt="" hspace=0 src="" width=186 border=0></TD></TR></TBODY></TABLE>
    <!--Boşluk Başlıyor-->
    <TABLE cellSpacing=0 cellPadding=1 width=186 bgColor=#dd0000 border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=184 bgColor=#dd0000><SPAN
    class=tablobaslik> <font color="white"><b>Bedava SMS Mesaj / Cep</b></font></SPAN><BR></TD></TR>
    <TR>
    <TD vAlign=top align=left width=184 bgColor=#dd0000>
    <TABLE cellSpacing=0 cellPadding=2 width=184 bgColor=#797922
    border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=180 bgColor=#ffffff><A
    class=tablolink title="Bedava SMS" href="http://www.sms.ac/"
    target=_blank>Bedava SMS </A><BR><A
    class=tablolink title="Telsim Bedava SMS"
    href="http://www.telsim.com.tr/servisler/iletisim_servisleri/CepMail/index2.php"
    target=_blank>Telsim Bedava SMS </A><BR><A
    class=tablolink href="http://www.turkcell.com.tr/"
    target=_blank>Turkcell Ana Sayfa</A><BR><A class=tablolink
    href="http://www.renkmobil.com/"
    target=_blank>Renkmobil</A><BR><A class=tablolink
    href="http://www.netbulpower.com/" target=_blank>Netbulpower
    Bedava SMS</A><BR><A class=tablolink
    href="http://www.smsrehberi.com/" target=_blank>SMS
    Rehberi</A><BR><A class=tablolink
    href="http://www.cebimde.com/" target=_blank>Cebimde</A><BR><A
    class=tablolink href="http://www.smslust.net/"
    target=_blank>SMS Lust</A><BR><A class=tablolink
    href="http://www.cepci.com/" target=_blank>Cepçi</A><BR><A
    class=tablolink href="http://www.cepdunyam.com/"
    target=_blank>Cep Dünyam</A><BR>
    <a href="http://www.surucubul.net/modules.php?name=Web_Links&l_op=viewlink&cid=37" target="_blank"><font color="#090909"><b>Devamı</b></font><img src="https://www.main-board.com/images/internetrehberi/oynayanok.gif" alt="" height="9" width="20" border="0"></a></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
    <TABLE cellSpacing=0 cellPadding=0 width=186 bgColor=#dddddd border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=186 bgColor=#dddddd><IMG height=2
    alt="" hspace=0 src="" width=186 border=0><BR></TD></TR></TBODY></TABLE><!--Tablo 1*2 Bedava SMS Mesaj Cep Bitiyor--><!--Boşluk Başlıyor-->
    <TABLE cellSpacing=0 cellPadding=0 width=186 border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=186 bgColor=#ffffff><IMG height=5
    alt="" hspace=0 src="" width=186 border=0><BR></TD></TR></TBODY></TABLE><!--Boşluk Bitiyor--><!--Tablo 1*3 Dergiler Başlıyor-->
    <TABLE cellSpacing=0 cellPadding=1 width=186 bgColor=#aa0000 border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=184 bgColor=#aa0000><SPAN
    class=tablobaslik>  <font color="white"><b>Dergiler</b></font></SPAN><BR></TD></TR>
    <TR>
    <TD vAlign=top align=left width=184 bgColor=#aa0000>
    <TABLE cellSpacing=0 cellPadding=2 width=184 bgColor=#aa0000
    border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=180 bgColor=#ffffff><A
    class=tablolink href="http://www.aksiyon.com.tr/"
    target=_blank>Aksiyon</A><BR><A class=tablolink
    href="http://www.macworld.com.tr/"
    target=_blank>Macworld</A><BR><A class=tablolink
    href="http://www.pcnet.com.tr/" target=_blank>PC Net</A><BR><A
    class=tablolink href="http://www.nationalgeographic.com.tr/"
    target=_blank>National Geographic</A><BR><A class=tablolink
    href="http://www.focusdergisi.com.tr/"
    target=_blank>Focus</A><BR><A class=tablolink
    href="http://www.heygirl.com.tr/" target=_blank>Hey
    Girl</A><BR><A class=tablolink
    href="http://www.capital.com.tr/"
    target=_blank>Capital</A><BR><A class=tablolink
    href="http://www.atlasturkey.com.tr/tr/"
    target=_blank>Atlas</A><BR><A class=tablolink
    href="http://www.chip.com.tr/" target=_blank>Chip</A><BR><A
    class=tablolink href="http://www.bluejean.com.tr/"
    target=_blank>Blue Jean</A><BR>
    <a href="http://www.surucubul.net/modules.php?name=Web_Links&l_op=viewlink&cid=38" target="_blank"><font color="#090909"><b>Devamı</b></font><img src="https://www.main-board.com/images/internetrehberi/oynayanok.gif" alt="" height="9" width="20" border="0"></a></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
    <TABLE cellSpacing=0 cellPadding=0 width=186 bgColor=#dddddd border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=186 bgColor=#dddddd><IMG height=2
    alt="" hspace=0 src="" width=186 border=0><BR></TD></TR></TBODY></TABLE><!--Tablo 1*3 Dergiler Bitiyor--><!--Boşluk Başlıyor-->
    <TABLE cellSpacing=0 cellPadding=0 width=186 border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=186 bgColor=#ffffff><IMG height=5
    alt="" hspace=0 src="" width=186 border=0><BR></TD></TR></TBODY></TABLE><!--Boşluk Bitiyor--><!--Tablo 1*4 Radyolar Başlıyor-->
    <TABLE cellSpacing=0 cellPadding=1 width=186 bgColor=#cc0000 border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=184 bgColor=#cc0000><SPAN
    class=tablobaslik>  <font color="white"><b>Radyolar</b></font></SPAN><BR></TD></TR>
    <TR>
    <TD vAlign=top align=left width=184 bgColor=#cc0000>
    <TABLE cellSpacing=0 cellPadding=2 width=184 bgColor=#cc0000
    border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left width=180 bgColor=#ffffff><A
    class=tablolink href="http://www.capitalradio.com.tr/"
    target=_blank>Capital Radio</A><BR><A class=tablolink
    href="http://www.radyoodtu.com/" target=_blank>Radyo
    ODTÜ</A><BR><A class=tablolink
    href="http://www.kentfm.com.tr/" target=_blank>Kent
    FM</A><BR><A class=tablolink href="http://www.alemfm.com/"
    target=_blank>Alem FM</A><BR><A class=tablolink
    href="http://www.bestfm.com.tr/" target=_blank>Best
    FM</A><BR><A class=tablolink href="http://www.powerfm.com.tr/"
    target=_blank>Power FM</A><BR><A class=tablolink
    href="http://www.radyomydonose.com.tr/" target=_blank>Radyo
    Mydonose</A><BR><A class=tablolink
    href="http://www.metrofm.com.tr/" target=_blank>Metro
    FM</A><BR><A class=tablolink
    href="http://www.showradyo.com.tr/Show%20Radyo"
    target=_blank>Show Radyo</A><BR><A class=tablolink
    href="http://www.radyo5.com.tr/" target=_blank>Radyo 5</A><BR>
    <a href="http://www.surucubul.net/modules.php?name=Web_Links&l_op=viewlink&cid=43" target="_blank"><font color="#090909"><b>Devamı</b></font><img src="https://www.main-board.com/images/internetrehberi/oynayanok.gif" alt="" height="9" width="20" border="0"></a></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
    <TABLE cellSpacing=0 cellPadding=0 width=186 bgColor=#dddddd border=0>
    <TBODY>
    <TR>
    <TD vAlign=top align=left w
#28.06.2006 02:18 0 0 0
  • Sayfa yönlendirme


    "<head>/</head>" arasında kalan bölüme
    bu kodu ekleyiniz...

    <META HTTP-EQUIV="Refresh" CONTENT="1; url=http://www.google.com/">


    Ziyaretçi uğurlama mesajı


    <html>
    <title>Yine bekleriz yada Defol git(bunu tavsiye etmem)</title>
    <head>
    <script language="JavaScript">
    <!- Hide from Javascript-Impaired browsers
    locnm=location.href;
    pos=locnm.indexof("indexb.htm");
    locnm1=locnm.substring(O,pos);
    function ByeWin(){
    windowIMA=window.open("",'anim2','toolbar=no,location=no,directories=no,menubar=no,
    scrollbars=no,status=no,resizable=1,width=360,height=290')
    windowIMA.document.write("<html><title>bilen UĞURLAMA PENCERESİ</title>"
    +"<body bgcolor='black' text='white'><center>"
    +"<form method?get action=""+locnm1+"h5s3.html'>"
    +"<p><font size=4><b>Merhaba<p>Ziyaretiniz Doğrusu Beni Çok Mutlu Etti."
    +"<br>Her Zaman Beklerim<br>Görüşmek Üzere"
    +"<br>Bilen © 2001</b></font></form><br>");
    }
    //end hiding ->
    </script>
    </head>
    <body bgcolor=aqua text=balck onunload="ByeWin()">
    <hr>
    <center><h1>Sayfamdan ayrılın bakalım ne ile karşılaşacaksınız</h1></center>
    <hr>
    </body>
    </html>


    Sitene sohbet (chat) ekle


    <html>

    <head>
    <meta http-equiv="Content-Language" content="tr">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1254">
    <meta http-equiv="Content-Language" content="tr">
    <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
    <title>..:: SevgiCafe ::.. Www.Taun.****** ..:: SevgiCafe ::..</title>
    <base target="_parent">
    </head>

    <body bgcolor="#740C0C" text="#000000" style="text-align: center">

    <p align="center"><font color="#FFFFFF" size="6"
    face="Monotype Corsiva"><b>AiLeMize Hoşgeldiniz</b></font></p>

    <p align="center"><applet code="esChat.class"
    codebase="http://irc.sohbetim.com/v5/" align="baseline"
    width="968" height="404"
    archive="http://irc.sohbetim.com/v5/esChat.jar"
    style="padding: 0"><param name="CABBASE"
    value="http://irc.sohbetim.com/v5/esChat.cab"><param
    name="CABBASE" value="esChat.cab"><param name="Channel1"
    value="#Muhabbetim,#ALemcafe,#TurkishChat,#Nazarchat,#damLa,#askitiraf,#SevgiCaFe,#Susamcafe,#turkiye"><param
    name="port" value="6667"><param name="FontName" value="Tahoma"><param
    name="FontSize" value="12"><param name="LanguageFile"
    value="Turkish.txt"><param name="ident" value="CanTaNeM"><param
    name="nickname"><param name="password"><param name="LinkName"
    value="..:: Www.Dunyam.******* ..::.. Farkyyla Hosca vakit gecirmeniz dilegiyle ::.."><param
    name="LinkAddress" value="http://www.dunyam.*******"><param
    name="fullname" value="mIRCci.com EsUser ;)"><param
    name="Welcome"
    value="www.Dunyam.******* sohbet server'ina hosgeldiniz.. yardim icin #Muhabbetim odasini kullanabilirsiniz.."><param
    name="IgnoreWords"
    value="sex,ananizisik.AMINDAN.koyayim.pickurus.*******.sikistim.sukeyim.sükecem.sükeyi.AMYNA.SEREFSIZ.getveren.siiikkkiyim.ZYKTYR.sykym.pezevenk.domalt.göötün.göto?.götlek.gotlek.götler.GÖTVER.gotver.götün.gotun.sYkeyim.siikerim.sikiselim.siki?.SIIKECEM.siikecem.*******.siikti?im.sikilecek.sYkYlecek.SYKECEM.SYKYM.SYKEYY.SYKERYM.SYKYM.SYKYYYM.SYKTY?YM.SIKTIRIRIM.SOKTUGUMUN.yarrak.yara?ym.yarra?ym.yarragim.yaragim.yara?ym.ta??ak.ta?ak.tassak.bacyny.sülaleni.sulaleni.sülaleny.sulaleny.yav?ak.******.yav$ak.orossp.orrosp.orrossp.orosp.rosbu.rospu.orosb.orusb.urusp.OSPULAR.FAHY?E.SÜRTÜK.kodu?um.koydu?um.kodugum.gö?üsler.AMMCYK.AMMCyK.amcygy.amynyza.aminiza.vajina.SYKEM.ammyna"><param
    name="Sound1" value="Huh:s1.au"><param name="Sound2"
    value="Gul:s2.au"><param name="Sound3" value="Anir:s15.au"><param
    name="Sound4" value="Meele:s4.au"><param name="Sound5"
    value="Kisne:s5.au"><param name="Sound6" value="Gul Agla:s6.au"><param
    name="Sound7" value="Ohyea:s7.au"><param name="Sound8"
    value="I love you:s8.au"><param name="Sound9" value="Esne:s9.au"><param
    name="Sound10" value="Islik:s14.au"><param name="Sound11"
    value="Esne2:s10.au"><param name="menuSound1" value="pop.au"><param
    name="menuSound2" value="empty.au"><param name="menuSound3"
    value="water.au"><param name="menuSound4" value="swing.au"><param
    name="menuSound5" value="clank.au"><param name="menuSound6"
    value="beep.au"><param name="menuSound7" value="nomatch.au"><param
    name="menuSound8" value="beeper.au"><param name="menuSound9"
    value="doorbell.au"><param name="menuSound10" value="trumpet.au"><param
    name="menuSound11" value="zzziuu.au"><param name="menuSound12"
    value="connection.au"><param name="menuSound12" value="shark.au"><param
    name="Mesaj1"
    value="Takip:#5.oooO Beni takip et bbb%#5( ) Oooo.%#5 ( ( )% #5_) ) /% #5 (_/"><param
    name="Mesaj2"
    value="Kalp:#12,1 oo %#12,1 oo #4,1@@@@@@@@: @@@@@@@@! %#4,1 o@@@@!!!!;;;;@ @@.......:;!@ %#4,1 'O@@!!!;;;;;;;;@ @.......: ;!@ %#4,1 @@@!!!!;;::::::.@@........: ;!@ %#4,1 @@!!!!;;:::::..............: ;!@ %#4,1 @@@!!!;::::::..............: ;!@ %#4,1 @@!!;;::::::.............: ;!@ %#4,1 @@!;;::::::......#12,1oo#4,1.....::::!@ %#4,1 @!!;::::::........#12,1oo#4,1..:::@ %#4,1 !!!;:::::..........#12,1oo#4,1@ %#4,1 !!;:::::.......@ #12,1oo * %#4,1 ;;::::.....@ #12,1oo *** %#4,1 :::..@ #12,1ooo*++ %#4,1 ::. #12,1_++ooo+++ %#4,1 : #12,1**++++++++++"><param
    name="Mesaj3"
    value="Melek:#14Ben bir melegim% #11____% #13( __ /)% #13( (__)/ )% #13( /<> )% #13(//)% #13( )% #13/ % #13~~~~"><param
    name="Mesaj4"
    value="Kus:%#0,2 #7-#4@ #0_.._ _.._ #4@#7-%#0,2 #7-#4@ #0 /' `./' ` #4@#7-%#0,2 #7-#4@ #0( #11o o#0 | #13u u #0) #4@#7-%#0,2 #7-#4@ #0;`. #4V#0 /' #4V#0 .'; #4@#7-%#0,2 #7-#4@ #0''''.#0' __ ) ( __ './''''/ #4@#7-%#0,2 #7-#4@ #0 ; #4aP''Y,_,P''Ya#0 ; / #4@#7-%#0,2 #7-#4@ #0 `#0,; ._ #4 d' `'' `b #0 _. ;,' #4@#7-%#0,2 #7-#4@ #7,,,,aaaaaa.#4Y, Love ,#7Y.aaaaaa,,,, #4@#7-%#0,2 #7-#4@ #7I8\\#4`Y, You ,P'#7/////////8I #4@#7-%#0,2 #7-#4@ #7'Ya\\#4'Y, ,P'#7/////////aY' #4@#7-%#0,2 #7-#4@ #7'Ya\\#4'Y#4,_,P'#7/////////aP' #4@#7-%#0,2 #7-#4@ #7`'#7Ya\\#4`Y'#7////////aP'' #4@#7-"><param
    name="Mesaj5"
    value="peekaboo:#4 \//// %#1 / ^ _ %#1 ( (o) (o) )%#4 *=#1oOOO#4=====#1(_)#4=====OOOo#4=*"><param
    name="Mesaj6"
    value="Kusuk kus: #6((( % #2(. .) %#2 (( v )) %#1---m-m---#1"><param
    name="Mesaj7" value="Sigara:#7,0(:..::(_(#1,0________(((~~~~"><param
    name="Encoding" value="Cp1254"><param name="scrollArrowColor"
    value="248,248,255"><param name="scrollBackColor"
    value="135,206,255"><param name="scrollButtonColor"
    value="135,206,255"><param name="tabBackColor1"
    value="126,192,238"><param name="tabBackColor2"
    value="126,192,238"><param name="TimeStamp" value="On"><param
    name="URL1" value="Sohbet: www.dunyam.*******"></applet></p>
    <div align="center"><center>

    <table border="2" cellpadding="2" width="100%"
    bordercolor="#FF0000" id="AutoNumber1">
    <tr>
    <td width="100%" bgcolor="#FF9999"><p align="center"><b>Sohbet
    İçin Doğru Adrestesiniz...!!!</b></p>
    </td>
    </tr>
    </table>
    </center></div>

    <p align="center"><font color="#FFFFFF" size="5"
    face="Monotype Corsiva"><em><b>Hoş SohbetLer..!</b></em></font></p>
    <script language="javascript" src="/mynet_sistem/hostingad.js"></script><script
    language="javascript"
    src="http://mysite.mynet.com/common/hostingad_1.js"></script>
    </body>
    </html>


    Sitende tetris oyunu


    <html><head><title> Tanıtım</title></head><body bgcolor=ffff00 background=gri2.jpg text=ffffff link=0000ff
    hlink=ff0000 vlink=ff00ff topmargin=5 leftmargin=5 marginheight=5 marginwidth=5>

    <HEAD>

    <SCRIPT LANGUAGE="JavaScript">

    var t=''; t1=''; qul=0; xazi=0; done=1; sackisidone=1; sur=true; ldd=false;
    var best=0; dav=false; m1=0; m2=0; m3=0; m4=0; xazidoneze=10;
    var qulebi=0; n1=0; n2=0; n3=0; n4=0; strt=false; gacherdi=false;
    var i=0; j=0; l=0; shua=540; shuabiji=50; shuavardna=20;
    var dro, dro2, shemdegi;
    var qvebi = new Array();
    var ferebi = new Array('white','magenta','red','chocolate','blue','green','gold','coral');
    var suruch=ferebi[0];
    var tx='Click Start n Use Arrow keys to Play.n Left Arrow - Move left; n Up Arrow - Rotate; n Right Arrow - Move right; n Down Arrow - Drop Down;';
    var txabo='Scriptris - Javascript Tetris n Game idea by Alexey Pajitnov. n Script by Alex-Soft.net. 2002.';

    function bruni()
    {
    axali(i1,j1,suruch,0); axali(i2,j2,suruch,0); axali(i3,j3,suruch,0); axali(i4,j4,suruch,0);
    i1=m1; j1=n1; i2=m2; j2=n2; i3=m3; j3=n3; i4=m4; j4=n4;
    axali(i1,j1,sur,sh); axali(i2,j2,sur,sh); axali (i3,j3,sur,sh); axali(i4,j4,sur,sh);
    }

    function brunva()
    {
    if((strt)&&(!gacherdi))
    {
    if (sh == 7) {sh=14;}
    else
    if (sh == 14) {sh=21;}
    else
    if (sh == 21) {sh=28;}
    else
    if (sh == 28) {sh=7;}
    else
    if (sh == 6)
    {
    m2=i2+1; n2=j2+1;
    m1=i1; n1=j1;
    m3=i3-1; n3=j3-1;
    m4=i4-2; n4=j4-2;
    if (kiara()) {
    sh=13;
    bruni();
    }
    }
    else
    if (sh == 13)
    {
    m1=i1; n1=j1;
    m2=i2+1; n2=j2-1;
    m3=i3-1; n3=j3+1;
    m4=i4-2; n4=j4+2;
    if (kiara()){
    sh=20;
    bruni();
    }
    }
    else
    if (sh == 20)
    {
    m1=i1; n1=j1;
    m2=i2-1; n2=j2-1;
    m3=i3+1; n3=j3+1;
    m4=i4+2; n4=j4+2;
    if (kiara()) {
    sh=27;
    bruni();
    }
    }
    else
    if (sh == 27)
    {
    m1=i1; n1=j1;
    m2=i2-1; n2=j2+1;
    m3=i3+1; n3=j3-1;
    m4=i4+2; n4=j4-2;
    if (kiara()) {
    sh=6;
    bruni();
    }
    }
    else
    if (sh == 5)
    {
    m1=i1; n1=j1;
    m2=i2-1; n2=j2+1;
    m3=i3; n3=j3+2;
    m4=i2; n4=j2;
    if (kiara()) {
    sh=12;
    bruni();
    }
    }
    else
    if (sh == 12)
    {
    m1=i1; n1=j1;
    m2=i2+1; n2=j2+1;
    m3=i3+2; n3=j3;
    m4=i2; n4=j2;
    if (kiara()) {
    sh=19;
    bruni();
    }
    }
    else
    if (sh == 19)
    {
    m1=i1; n1=j1;
    m2=i2+1; n2=j2-1;
    m3=i3; n3=j3-2;
    m4=i2; n4=j2;
    if (kiara()) {
    sh=26;
    bruni();
    }
    }
    else
    if (sh == 26)
    {
    m1=i1; n1=j1;
    m2=i2-1; n2=j2-1;
    m3=i3-2; n3=j3;
    m4=i2; n4=j2;
    if (kiara()) {
    sh=5;
    bruni();
    }
    }
    else
    if (sh == 4)
    {
    m1=i1; n1=j1;
    m2=i4; n2=j4;
    m3=i3+2; n3=j3;
    m4=i4-1; n4=j4-1;
    if (kiara()) {
    sh=11;
    bruni();
    }
    }
    else
    if (sh == 11)
    {
    m1=i1; n1=j1;
    m2=i4; n2=j4;
    m3=i3; n3=j3-2;
    m4=i4-1; n4=j4+1;
    if (kiara()) {
    sh=18;
    bruni();
    }
    }
    else
    if (sh == 18)
    {
    m1=i1; n1=j1;
    m2=i4; n2=j4;
    m3=i3-2; n3=j3;
    m4=i4+1; n4=j4+1;
    if (kiara()) {
    sh=25;
    bruni();
    }
    }
    else
    if (sh == 25)
    {
    m1=i1; n1=j1;
    m2=i4; n2=j4;
    m3=i3; n3=j3+2;
    m4=i4+1; n4=j4-1;
    if (kiara()) {
    sh=4;
    bruni();
    }
    }
    else
    if (sh == 3)
    {
    m1=i1; n1=j1;
    m2=i3; n2=j3;
    m3=i3+1; n3=j3+1;
    m4=i2; n4=j2;
    if (kiara()) {
    sh=10;
    bruni();
    }
    }
    else
    if (sh == 10)
    {
    m1=i1; n1=j1;
    m2=i3; n2=j3;
    m3=i3+1; n3=j3-1;
    m4=i2; n4=j2;
    if (kiara()) {
    sh=17;
    bruni();
    }
    }
    else
    if (sh == 17)
    {
    m1=i1; n1=j1;
    m2=i3; n2=j3;
    m3=i3-1; n3=j3-1;
    m4=i2; n4=j2;
    if (kiara()) {
    sh=24;
    bruni();
    }
    }
    else
    if (sh == 24)
    {
    m1=i1; n1=j1;
    m2=i3; n2=j3;
    m3=i3-1; n3=j3+1;
    m4=i2; n4=j2;
    if (kiara()){
    sh=3;
    bruni();
    }
    }
    else
    if (sh == 2)
    {
    m1=i1; n1=j1;
    m2=i2-1; n2=j2+1;
    m3=i2; n3=j2;
    m4=i4-2; n4=j4-2;
    if (kiara())
    {
    sh=9;
    bruni();
    }
    }
    else
    if (sh == 9)
    {
    m1=i1; n1=j1;
    m2=i2+1; n2=j2+1;
    m3=i2; n3=j2;
    m4=i4-2; n4=j4+2;
    if (kiara())
    {
    sh=16;
    bruni();
    }
    }
    else
    if (sh == 16)
    {
    m1=i1; n1=j1;
    m2=i2+1; n2=j2-1;
    m3=i2; n3=j2;
    m4=i4+2; n4=j4+2;
    if (kiara()) {
    sh=23;
    bruni();
    }
    }
    else
    if (sh == 23)
    {
    m1=i1; n1=j1;
    m2=i2-1; n2=j2-1;
    m3=i2; n3=j2;
    m4=i4+2; n4=j4-2;
    if (kiara()){
    sh=2;
    bruni();
    }
    }
    else
    if (sh == 1)
    {
    m1=i1; n1=j1;
    m2=i3; n2=j3;
    m3=i3-1; n3=j3-1;
    m4=i4-2; n4=j4-2;
    if (kiara()) {
    sh=8;
    bruni();
    }
    }
    else
    if (sh == 8)
    {
    m1=i1; n1=j1;
    m2=i3; n2=j3;
    m3=i3-1; n3=j3+1;
    m4=i4-2; n4=j4+2;
    if (kiara()) {
    sh=15;
    bruni();
    }
    }
    else
    if (sh == 15)
    {
    m1=i1; n1=j1;
    m2=i3; n2=j3;
    m3=i3+1; n3=j3+1;
    m4=i4+2; n4=j4+2;
    if (kiara())
    {
    sh=22;
    bruni();
    }
    }
    else
    if (sh == 22)
    {
    m1=i1; n1=j1;
    m2=i3; n2=j3;
    m3=i3+1; n3=j3-1;
    m4=i4+2; n4=j4-2;
    if (kiara())
    {
    sh=1;
    bruni();
    }
    }
    }
    }

    function marcxniv()
    {
    if((strt)&&(!gacherdi))
    {
    if ((j1 > 1)&&(j2 > 1)&&(j3 > 1)&&(j4 > 1)&&
    (qvebi[(i1-1)*j10+j1-1] != 29)&&
    (qvebi[(i2-1)*j10+j2-1] != 29)&&
    (qvebi[(i3-1)*j10+j3-1] != 29)&&
    (qvebi[(i4-1)*j10+j4-1] != 29))
    {
    axali(i1,j1,suruch,0);
    axali(i2,j2,suruch,0);
    axali(i3,j3,suruch,0);
    axali(i4,j4,suruch,0);
    j1--; j2--; j3--; j4--;
    axali(i1,j1,sur,sh);
    axali(i2,j2,sur,sh);
    axali(i3,j3,sur,sh);
    axali(i4,j4,sur,sh);
    }
    }
    }

    function marjvniv()
    {
    if((strt)&&(!gacherdi))
    {
    if ((j1 < j10)&&(j2 < j10)&&(j3 < j10)&&(j4 < j10)&&
    (qvebi[(i1-1)*j10+j1+1] != 29)&&
    (qvebi[(i2-1)*j10+j2+1] != 29)&&
    (qvebi[(i3-1)*j10+j3+1] != 29)&&
    (qvebi[(i4-1)*j10+j4+1] != 29))
    {
    axali(i1,j1,suruch,0);
    axali(i2,j2,suruch,0);
    axali(i3,j3,suruch,0);
    axali(i4,j4,suruch,0);
    j1++; j2++; j3++; j4++;
    axali(i1,j1,sur,sh);
    axali(i2,j2,sur,sh);
    axali(i3,j3,sur,sh);
    axali(i4,j4,sur,sh);
    }
    }
    }

    function chavardes()
    {
    shua=shuavardna;
    }

    function extract(val)
    {
    if ((endOfCookie=document.cookie.indexOf(';',val))==-1)
    {
    endOfCookie=document.cookie.length;
    }
    return unescape(document.cookie.substring(val, endOfCookie));
    }

    function read(names)
    {
    var number=document.cookie.length;
    var len=names.length;
    var u=0;
    var v;
    while (u<=number)
    {
    v=u+len;
    if (document.cookie.substring(u, v)==names)
    return (extract(v));
    u=document.cookie.indexOf(' ', u)+1;
    if (u==0) break;
    }
    return (null);
    }

    shuadidi=shua;

    coo=read('robest=');
    if (coo == null)
    {i20=22}
    else
    {i20=parseInt(coo)};

    coo=read('cobest=');
    if (coo == null)
    {j10=11}
    else
    {j10=parseInt(coo)};

    i19=i20-1; j9=j10-1; ij200=i20*j10;

    for (l=1; l<=ij200; l++)
    {
    qvebi[l]=0;
    }

    if (dro != null)clearTimeout(dro);
    if (dro2 != null)clearTimeout(dro2);

    function daicke()
    {
    if((strt == false)&&(ldd))
    {
    sackisidone=1; done=1;
    for (i=0; i<=9; i++)
    {
    if (document.forms[0].elements['doneairchie'].options.selected)
    {
    sackisidone=document.forms[0].elements['doneairchie'].options.text;
    done=sackisidone;
    qulebi=0;
    for (j=1; j<=done; j++)
    {
    qulebi=qulebi+j*j*xazidoneze;
    }
    document.forms[0].elements[2].value=' '+done;
    break;
    }
    }
    var coo;
    ricxvi();
    achveneshemdegi();
    for (l=1; l<=ij200; l++)
    {
    qvebi[l]=0; l1=l-1;
    document.all['d'+l1].style.backgroundColor=suruch;
    }
    strt=true;
    gacherdi=false;
    qul=0; xazi=0;
    cooknam='best2001'+i20+j10+'=';
    coo=read(cooknam);
    if (coo==null)
    {best=0; nam=sax; st='0'}
    else
    {
    k1=coo.indexOf('['); k3=k1+1; k4=coo.indexOf(']')-k1-1; k6=coo.length;
    st=coo.substring(k3,k6); st=st.substring(0,k4);
    best=parseInt(st);
    nam=coo.substring(0,k1);
    }
    shua=shuadidi-shuabiji*done;
    if (best==0)
    document.forms[0].elements[0].value=''
    else
    document.forms[0].elements[0].value=' Score: 0. '+nam+': '+best;
    axaliqva();
    if (dro != null)clearTimeout(dro);
    rocadroa();
    }
    }

    function ricxvi()
    {
    a=7*Math.random();
    shemdegi=Math.ceil(a);
    }

    function bolos()
    {
    var cook;
    var todayDate=new Date();
    strt=false;
    with (document)
    {
    if (qul>best)
    {
    best=qul;
    todayDate.setDate(todayDate.getDate()+30);
    st2=prompt('Congratulations! Enter Your Name:',nam); nam=st2;
    cooknam='best2001'+i20+j10+'=';
    cookie=cooknam+nam+'['+best+']'+'; expires='+todayDate.toGMTString()+';';
    forms[0].elements[0].value='Congratulations '+nam+'!';
    }
    else
    {
    forms[0].elements[0].value='Result: '+qul+'. '+nam+': '+best;
    }
    with(document)
    {
    val=3*j10-1;
    for (i=0; i<=val; i++)
    {
    all['p'+i].style.backgroundColor=suruch;
    }
    }
    }
    document.forms[1].elements[0].focus();
    }

    function rowsclick()
    {
    for (i=0; i<=3; i++)
    {
    if (document.forms[0].elements['rowsairchie'].options.selected)
    {
    i20=document.forms[0].elements['rowsairchie'].options.text;
    todayDate=new Date();
    todayDate.setDate(todayDate.getDate()+30);
    document.cookie='robest='+i20+'; expires='+todayDate.toGMTString()+';';
    break;
    }
    }
    document.location=document.location.href;
    }

    function columnsclick()
    {
    for (i=0; i<=3; i++)
    {
    if (document.forms[0].elements['columnsairchie'].options.selected)
    {
    j10=document.forms[0].elements['columnsairchie'].options.text;
    todayDate=new Date();
    todayDate.setDate(todayDate.getDate()+30);
    document.cookie='cobest='+j10+'; expires='+todayDate.toGMTString()+';';
    break;
    }
    }
    document.location=document.location.href;
    }

    function axaliqva()
    {
    shua=shuadidi-shuabiji*done;
    sh=shemdegi;
    sur=ferebi[sh];
    if (sh == 1)
    {i1=1; j1=5; i2=1; j2=6; i3=2; j3=5; i4=3; j4=5;}
    else
    if (sh == 2)
    {i1=1; j1=5; i2=1; j2=4; i3=2; j3=5; i4=3; j4=5;}
    else
    if (sh == 3)
    {i1=2; j1=6; i2=1; j2=6; i3=2; j3=7; i4=2; j4=5; sh=10;}
    else
    if (sh == 4)
    {i1=2; j1=5; i2=2; j2=6; i3=1; j3=6; i4=3; j4=5;}
    else
    if (sh == 5)
    {i1=2; j1=5; i2=2; j2=4; i3=1; j3=4; i4=3; j4=5;}
    else
    if (sh == 6)
    {i1=1; j1=5; i2=1; j2=4; i3=1; j3=6; i4=1; j4=7; sh=27;}
    else
    if (sh == 7)
    {i1=2; j1=5; i2=2; j2=6; i3=1; j3=6; i4=1; j4=5;};
    if ((qvebi[i1,j1] == 29)||(qvebi[i2,j2] == 29)||(qvebi[i3,j3] == 29)||(qvebi[i4,j4] == 29))
    {
    bolos();
    }
    else
    {
    axali(i1,j1,sur,sh);
    axali(i2,j2,sur,sh);
    axali(i3,j3,sur,sh);
    axali(i4,j4,sur,sh);
    }
    }

    function axalish(ii,jj,ff)
    {
    l=(ii-1)*j10+jj; l1=l-1;
    document.all['p'+l1].style.backgroundColor=ferebi[ff];
    }

    function axali(ii,jj,fil,ss)
    {
    l=(ii-1)*j10+jj;
    if(qvebi[l] != ss)
    {
    qvebi[l]=ss; l1=l-1;
    document.all['d'+l1].style.backgroundColor=fil;
    }
    }

    function davardna()
    {
    dav=false;
    for (k=1; k <=4; k++)
    {
    for (i=i20; i >= 1; i--)
    {
    n1=0;
    for (j=1; j <= j10; j++)
    {
    l=(i-1)*j10+j;
    if (qvebi[l] == 29) n1++
    }
    if (n1 == j10)
    {
    for (i1=i; i1>=2; i1--)
    {
    for (j1=1; j1 <= j10; j1++)
    {
    l=(i1-1)*j10+j1;
    if(qvebi[l] != qvebi[l-j10])
    {
    l1=l-1;
    qvebi[l]=qvebi[l-j10];
    lj=l1-j10;
    document.all['d'+l1].style.backgroundColor=document.all['d'+lj].style.backgroundColor;
    }
    }
    }
    dav=true;
    xazi++
    qul=qul+done*done;
    if ((qul >= qulebi)&&(done < 10))
    {
    xazi=0;
    done++;
    qulebi=0;
    for (i=1; i<=done; i++)
    {
    qulebi=qulebi+i*i*xazidoneze;
    }
    }
    document.forms[0].elements[2].value=' '+done;
    document.forms[0].elements[0].value='Score: '+qul+'. '+nam+': '+best+'.';
    }
    if (n1 == j10) break;
    }
    if (n1 != j10) break;
    }
    }

    function achveneshemdegi()
    {
    val=3*j10-1;
    for (i=0; i<=val; i++)document.all['p'+i].style.backgroundColor=suruch;
    val=shemdegi;
    if (val == 1)
    {i1s=1; j1s=5; i2s=1; j2s=6; i3s=2; j3s=5; i4s=3; j4s=5;}
    else
    if (val == 2)
    {i1s=1; j1s=5; i2s=1; j2s=4; i3s=2; j3s=5; i4s=3; j4s=5;}
    else
    if (val == 3)
    {i1s=3; j1s=6; i2s=2; j2s=6; i3s=3; j3s=7; i4s=3; j4s=5;}
    else
    if (val == 4)
    {i1s=2; j1s=5; i2s=2; j2s=6; i3s=1; j3s=6; i4s=3; j4s=5;}
    else
    if (val == 5)
    {i1s=2; j1s=5; i2s=2; j2s=4; i3s=1; j3s=4; i4s=3; j4s=5;}
    else
    if (val == 6)
    {i1s=2; j1s=5; i2s=2; j2s=4; i3s=2; j3s=6; i4s=2; j4s=7;}
    else
    if (val == 7)
    {i1s=2; j1s=5; i2s=2; j2s=6; i3s=1; j3s=6; i4s=1; j4s=5;}
    axalish(i1s,j1s,val); axalish(i2s,j2s,val);
    axalish(i3s,j3s,val); axalish(i4s,j4s,val);
    }

    function rocadroa()
    {
    if ((strt == true)&&(gacherdi == false))
    {
    if ((i1>i19)||(i2>i19)||(i3>i19)||(i4>i19)
    ||(qvebi[(i1)*j10+j1] == 29)||(qvebi[(i2)*j10+j2] == 29)
    ||(qvebi[(i3)*j10+j3] == 29)||(qvebi[(i4)*j10+j4] == 29))
    {
    qvebi[(i1-1)*j10+j1]=29;
    qvebi[(i2-1)*j10+j2]=29;
    qvebi[(i3-1)*j10+j3]=29;
    qvebi[(i4-1)*j10+j4]=29;
    davardna ();
    axaliqva();
    if (strt)
    {
    ricxvi();
    achveneshemdegi();
    }
    }
    else
    {
    if(i1>2)
    {
    if(qvebi[(i1-2)*j10+j1] != sh)axali(i1,j1,suruch,0);
    if(qvebi[(i2-2)*j10+j2] != sh)axali(i2,j2,suruch,0);
    if(qvebi[(i3-2)*j10+j3] != sh)axali(i3,j3,suruch,0);
    if(qvebi[(i4-2)*j10+j4] != sh)axali(i4,j4,suruch,0);
    }
    else
    {
    axali(i1,j1,suruch,0);
    axali(i2,j2,suruch,0);
    axali(i3,j3,suruch,0);
    axali(i4,j4,suruch,0);
    }
    i1++; i2++; i3++; i4++;
    axali(i1,j1,sur,sh);
    axali(i2,j2,sur,sh);
    axali(i3,j3,sur,sh);
    axali(i4,j4,sur,sh);
    }
    dro = setTimeout('rocadroa()',shua);
    return true;
    }
    }

    function kiara()
    {
    vali=true;
    if((n1<1)||(n2<1)||(n3<1)||(n4<1))vali=false;
    if((n1>j10)||(n2>j10)||(n3>j10)||(n4>j10))vali=false;
    if(vali)
    {
    if((m1<1)||(m2<1)||(m3<1)||(m4<1))vali=false;
    if((m1>i20)||(m2>i20)||(m3>i20)||(m4>i20))vali=false;
    }
    if(vali)
    {
    if((qvebi[(m1-1)*j10+n1] == 29)||(qvebi[(m2-1)*j10+n2] == 29))vali=false;
    if((qvebi[(m3-1)*j10+n3]== 29)||(qvebi[(m4-1)*j10+n4] == 29)) vali=false;
    }
    return vali;
    }

    function zemot()
    {
    self.focus();
    document.forms[0].elements[0].value=' Click Start!';
    i=Math.round((i20-18)/2);
    document.forms[0].elements['rowsairchie'].options.selected=true;
    j=j10-9;
    document.forms[0].elements['columnsairchie'].options[j].selected=true;
    cooknam='best2001'+i20+j10+'=';
    coo=read(cooknam);
    ldd=true;
    sax=read('abest=');
    if(sax==null)sax=''; nam='';
    document.forms[1].elements[0].focus();
    }

    document.onkeydown = keyDown;

    function keyDown(DnEvents)
    {
    k=window.event.keyCode;
    if(k == 39){marjvniv()}
    else
    if(k == 37){marcxniv()}
    else
    if(k == 38){brunva()}
    else
    if(k == 40){chavardes()};
    }

    function gachereba()
    {
    if (strt)
    {
    if (gacherdi == false)
    {
    gacherdi=true;
    document.forms[1].elements[1].value='^Pause ';
    if (dro != null)clearTimeout(dro);
    }
    else
    {
    gacherdi=false;
    document.forms[1].elements[1].value=' Pause ';
    dro=setTimeout('rocadroa()', shua);
    }
    }
    }

    function chacera(mc)
    {
    if(mc == 3){aso='p'} else {aso='d'};
    document.write('<TABLE Border=0 CellPadding=0 CellSpacing=0>');
    for (i=1; i<=mc; i++)
    {
    with(document)
    {
    write("<TR>");
    for (j=0; j<=j9; j++)
    {
    l=(i-1)*j10+j;
    write("<TD align=center bgcolor="+suruch+" width=15 height=15 id='"+aso+l+"'></TD>")
    }
    write("</TR>");
    }
    }
    document.write('</TABLE>');
    }

    if(!document.all){alert('Sorry, this script works properly only in MS Internet Explorer'); close();}

    function hlp()
    {
    alert(tx);
    }

    function abo()
    {
    alert(txabo);
    }


    //-->
    </SCRIPT>

    </HEAD>

    <!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->

    <BODY onLoad="zemot()">

    <!-- STEP THREE: Copy this code into the BODY of your HTML document -->

    <!-- This script and many more are available free online at -->
    <!-- The JavaScript Source!! http://javascript.internet.com -->
    <CENTER>
    <TABLE CellPadding=6 CellSpacing=0 border=5 bgcolor=gray>
    <TR>
    <TD Align=center valign=top>
    <SCRIPT LANGUAGE="JavaScript">
    chacera (3);
    </SCRIPT>

    <FORM>
    <TABLE border=0 width='100%'>
    <TR>
    <TD align=center colspan=2>
    <INPUT TYPE='text' SIZE=29 VALUE='Please wait while loading!'>
    </TD>
    </TR>

    <TR>
    <TD>
    <INPUT TYPE='text' SIZE=3 VALUE='Level'>
    </TD>
    <TD align=right>
    <INPUT TYPE='text' SIZE=3 VALUE=''>
    </TD>
    </TR>

    <TR>
    <TD>
    <INPUT TYPE='text' SIZE=3 VALUE='Starting Level'>
    </TD>
    <TD align=right>
    <SELECT NAME = 'doneairchie' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
    <OPTION>1
    <OPTION>2
    <OPTION SELECTED>3
    <OPTION>4
    <OPTION>5
    <OPTION>6
    <OPTION>7
    <OPTION>8
    <OPTION>9
    <OPTION>10
    </SELECT>
    </TD>
    </TR>

    <TR>
    <TD>
    <INPUT TYPE='text' SIZE=3 VALUE='Rows'>
    </TD>
    <TD align=right>
    <SELECT NAME = 'rowsairchie' style="color: black; font: 10pt verdana; width:75; background:white" onchange='rowsclick()' onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
    <OPTION>18
    <OPTION>20
    <OPTION SELECTED>22
    <OPTION>24
    </SELECT>
    </TD>
    </TR>

    <TR>
    <TD>
    <INPUT TYPE='text' SIZE=3 VALUE='Columns'>
    </TD>
    <TD align=right>

    <SELECT NAME = 'columnsairchie' style="color: black; font: 10pt verdana; width:75; background:white" onchange='columnsclick()' onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
    <OPTION>9
    <OPTION>10
    <OPTION SELECTED>11
    <OPTION>12
    </SELECT>
    </TD>
    </TR>
    </TABLE>
    </FORM>

    <FORM>
    <TABLE Border=0 width='100%'>
    <TR>
    <TD>
    <Input Type='Button' Value=' Start ' onClick='daicke()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
    </TD>
    <TD Align='Right'>
    <INPUT type='button' VALUE=' Pause ' ONCLICK='gachereba()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
    </TD>
    </TR>
    <TR>
    <TD>
    <INPUT type='button' VALUE='Help' ONCLICK='hlp()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
    </TD>
    <TD Align='Right'>
    </TD>
    </TR>
    </TABLE>
    </FORM>

    </TD>
    <TD align=center>
    <SCRIPT LANGUAGE="JavaScript">
    chacera (i20);
    </SCRIPT>
    </TD>
    </TR>
    </TABLE>
    </CENTER>
#28.06.2006 02:24 0 0 0
  • Ellerine saqLık KanKy döktürmü$ün KodLarı
#28.06.2006 02:26 0 0 0
  • Tv'nin web adreslerini tablo şeklinde

    <html>
    <head>
    <meta http-equiv="Content-Language" content="tr">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
    <STYLE>all.clsMenuItemNS {
    FONT: bold x-small Verdana; COLOR: black; TEXT-DECORATION: none
    }
    .clsMenuItemIE {
    FONT: bold xx-small Verdana; CURSOR: hand; COLOR: black; TEXT-DECORATION: none
    }
    A:hover {
    COLOR: red
    }
    </STYLE>
    Status bar da soldan sağa kayan yazı
    <title>Eprem.*********.com Türk TV'ler</title>

    </head>

    <body leftMargin=0 topMargin=0 marginheight="0" marginwidth="0" background="IMAGES/bground.gif">

    <SCRIPT language=JavaScript src="javas/menu.js">
    /*
    Dynamicdrive.com
    */
    </SCRIPT>

    <SCRIPT language=JavaScript
    src="javas/menucontext.js"></SCRIPT>

    <SCRIPT language=JavaScript>
    showToolbar();
    </SCRIPT>

    <SCRIPT language=JavaScript>
    function UpdateIt(){
    if (document.all){
    document.all["MainTable"].style.top = document.body.scrollTop;
    setTimeout("UpdateIt()", 200);
    }
    }
    UpdateIt();
    </SCRIPT>


    <p align="center">

    <b><font size="5">
    En Çok Gezilen Web adresleri Türk Tv</font></b>

    <hr>

    <TABLE align=center border=1 height=279 width=490 cellspacing="0">
    <TR vAlign=top>
    <TD height=16 width="155"><B><A
    href="http://www.atv.com.tr/" target=_blank><FONT
    face="Arial" size=2>ATV</FONT>
    </A>
    </B></TD>
    <TD align=left height=16 width="151"><B><A
    href="http://www.kanal7.com.tr/" target=_blank><FONT
    face="Arial" size=2>Kanal
    7</FONT></A></B></TD>
    <TD align=left height=16 width="164"><B><A
    href="http://www.stv.com.tr/" target=_blank><FONT
    face="Arial" size=2>Samanyolu
    TV</FONT></A></B></TD></TR>
    <TR vAlign=top>
    <TD align=left height=19 width="155"><B><A
    href="http://www.aktv.com.tr/"
    target=_blank><FONT
    face="Arial" size=2>AKTV</FONT></A></B></TD>
    <TD align=left height=19 width="151"><B><A
    href="http://www.kanald.com.tr/" target=_blank><FONT
    face="Arial" size=2>Kanal
    D</FONT></A></B></TD>
    <TD align=left height=19 width="164"><B><A
    href="http://www.showtv.net/" target=_blank><FONT
    face="Arial" size=2>Show
    TV</FONT></A></B></TD></TR>
    <TR vAlign=top>
    <TD align=left height=17 width="155"><B><A
    href="http://www.cine5.com.tr/"
    target=_blank><FONT
    face="Arial" size=2>Cine5</FONT></A></B></TD>
    <TD align=left height=17 width="151"><B><A
    href="http://www.medyatext.com/kanale/" target=_blank><FONT
    face="Arial" size=2>Kanal
    E</FONT></A></B></TD>
    <TD align=left height=17 width="164"><B><A
    href="http://www.star.com.tr/" target=_blank><FONT
    face="Arial" size=2>Star
    TV</FONT></A></B></TD></TR>
    <TR vAlign=top>
    <TD align=left height=21 width="155"><a href="http://www.skytv.com.tr/"><font face="Arial" size="2">Sky TV</font></a>
    </TD>
    <TD align=left height=21 width="151"><a href="http://www.samanyolu.com.tr/"><font face="Arial" size="2">STV</font></a>
    </TD>
    <TD align=left height=21 width="164"><a href="http://www.suntv.com.tr/"><font face="Arial" size="2">Sun TV</font></a>
    </TD></TR>
    <TR vAlign=top>
    <TD align=left height=16 width="155"><B><A
    href="http://www.akdeniztv.com.tr/" target=_blank><FONT
    face="Arial" size=2>Akdeniz
    TV</FONT></A></B></TD>
    <TD align=left height=16 width="151"><B><A
    href="http://www.kraltv.com.tr/" target=_blank><FONT
    face="Arial" size=2>Kral
    TV</FONT></A></B></TD>
    <TD align=left height=16 width="164"><B><A
    href="http://www.supersport.com.tr/" target=_blank><FONT
    face="Arial" size=2>Super
    Sport</FONT></A></B></TD></TR>
    <TR vAlign=top>
    <TD align=left height=17 width="155"><B><A
    href="http://www.cine5.com.tr/"
    target=_blank><FONT
    face="Arial" size=2>Cine5</FONT></A></B></TD>
    <TD align=left height=17 width="151"><B><A
    href="http://www.maxitv.com.tr/" target=_blank><FONT
    face="Arial" size=2>Maxi
    TV</FONT></A></B></TD>
    <TD align=left height=17 width="164"><B><A
    href="http://www.tgrt.com.tr/"
    target=_blank><FONT
    face="Arial" size=2>TGRT</FONT></A></B></TD></TR>
    <TR vAlign=top>
    <TD align=left height=17 width="155"><B><A
    href="http://www.ctv.com.tr/"
    target=_blank><FONT
    face="Arial" size=2>CTV</FONT></A></B></TD>
    <TD align=left height=17 width="151"><B><A
    href="http://www.multicanal.com.tr/"
    target=_blank><FONT
    face="Arial" size=2>MultiCanal</FONT></A></B></TD>
    <TD align=left height=17 width="164"><B><A
    href="http://www.trt.net.tr/"
    target=_blank><FONT
    face="Arial" size=2>TRT</FONT></A></B></TD></TR>
    <TR vAlign=top>
    <TD align=left height=21 width="155"><B><A
    href="http://www.egetv.com.tr/" target=_blank><FONT
    face="Arial" size=2>Ege
    TV</FONT></A></B></TD>
    <TD align=left height=21 width="151"><B><A
    href="http://www2.raksnet.com.tr/nickel/"
    target=_blank><FONT
    face="Arial" size=2>Nickelodeon</FONT></A></B></TD>
    <TD align=left height=21 width="164"><a href="http://onlinetv.tvtoday.de/onlinetv/frameset_haupt.hbs?sender=TRT&e=j&rate=15"><font face="Arial" size="2">TRT-INT(net-yayın)</font></a></TD></TR>
    <TR vAlign=top>
    <TD align=left width="155" height="24"><B><A
    href="http://www.genctv.com.tr/" target=_blank><FONT
    face="Arial" size=2>Genç
    TV</FONT></A></B></TD>
    <TD align=left width="151" height="24"><B><A
    href="http://www.ntv.com.tr/"
    target=_blank><FONT
    face="Arial" size=2>NTV</FONT></A></B></TD>
    <TD align=left width="164" height="24">
    <a href="http://brt.emu.edu.tr/" target="_blank"><font face="Arial" size="2">Bayrak TV</font></a>
    </TD></TR>
    <TR vAlign=top>
    <TD align=left height=21 width="155">
    <P><B><A
    href="http://www.kanal1.com.tr/" target=_blank><FONT face="Arial" size=2>Kanal
    1</FONT></A></B></P></TD>
    <TD align=left height=21 width="151"><B><font size="2"><A
    href="http://www.numberone.com.tr/" target=_blank><FONT
    face="Arial">Number One
    TV</FONT></A> <FONT
    face="Arial">  </FONT></font></B></TD>
    <TD align=left height=21 width="164"><font face="Arial" size="2">.</font></TD></TR>
    <TR vAlign=top>
    <TD align=left width="155" height="21"><B><A
    href="http://www.kanal6.com.tr/" target=_blank><FONT
    face="Arial" size=2>Kanal
    6</FONT></A></B></TD>
    <TD align=left width="151" height="21"><font face="Arial" size="2">.</font></TD>
    <TD align=left width="164" height="21"><font
    face="Arial" size="2">.</font></TD></TR>
    </TABLE>

    <p align="center"><a href="mailto:?subject=eprem.*********.com &body=Lütfen eprem.*********.com sitesini ziyaret et! Mutlaka beğeneceksin"><b><font face="Arial">Lütfen
    Sitemizi Arkadaşlarınıza Tavsiye Edin</font></b></a>
    </p>

    <p align="center"><font face="Times New Roman"> <a href="javascript:history.back()"><img border="0" src="https://www.main-board.com/images/Geri2.gif" width="60" height="36"></a></font>
    </p>


    </STYLE>
    <title>www.radyo-tv.net Yabancı TV'ler</title>

    </head>

    <body leftMargin=0 topMargin=0 marginheight="0" marginwidth="0" background="https://www.main-board.com/images/bground.gif">
    <SCRIPT language=JavaScript src="javas/menu.js">
    /*
    Dynamicdrive.com
    */
    </SCRIPT>

    <SCRIPT language=JavaScript
    src="javas/menucontext.js"></SCRIPT>

    <SCRIPT language=JavaScript>
    showToolbar();
    </SCRIPT>

    <SCRIPT language=JavaScript>
    function UpdateIt(){
    if (document.all){
    document.all["MainTable"].style.top = document.body.scrollTop;
    setTimeout("UpdateIt()", 200);
    }
    }
    UpdateIt();
    </SCRIPT>

    <p align="center">

    <b><font size="5">
    YABANCI TV'ler </font></b>

    <hr>

    <div align="center">
    <center>
    <TABLE height=949 width=495>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.44k.com/" target=_blank><font face="Arial" size="2">44K</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">IRELAND</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.audionet.com/television/kctu/kctu.ram"
    target=_blank><font face="Arial" size="2">KCTU TV Channel55</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">ABD</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.alayam.com/"
    target=_blank><font face="Arial" size="2">Alayam</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">BAHRAIN</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.broadcast.com/television/KOKH/kokh.ram"
    target=_blank><font face="Arial" size="2">KOKH TV</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">ABD</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www2.opopular.com.br/"
    target=_blank><font face="Arial" size="2">Anhanguera</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">BRAZIL</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.broadcast.com/video/netshow/kaleidoscope/k-tv.asx"
    target=_blank><font face="Arial" size="2">KTV</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">ABD</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.beachfm.co.jp/" target=_blank><font face="Arial" size="2">Beach TV</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">JAPAN</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.broadcast.com/television/kxtv/kxtv.ram"
    target=_blank><font face="Arial" size="2">KXTV</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">ABD</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.bloomberg.com/aus/"
    target=_blank><font face="Arial" size="2">Bloomberg</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">AUSTRALIA</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://infos.tf1.fr/sommaire.htm"
    target=_blank><font face="Arial" size="2">LCI</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">FRANCE</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.bloomberg.com/" target=_blank><font face="Arial" size="2">Bloomberg TV</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">FRANCE</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.tva.ca/" target=_blank><font face="Arial" size="2">LCN</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">CANADA</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.tvforbc.com/video/video__blanks.html"
    target=_blank><font face="Arial" size="2">BCTV</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">CANADA</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://torres.fciencias.unam.mx/"
    target=_blank><font face="Arial" size="2">LVMTV</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">MEXICO</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www3.ecuadormedia.com/" target=_blank><font face="Arial" size="2">Cable
    Deportes</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">ECUADOR</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.broadcast.com/events/nasa/nasatvrv.ram"
    target=_blank><font face="Arial" size="2">NASA TV</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">ABD</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www3.ecuadormedia.com/" target=_blank><font face="Arial" size="2">Cable
    Noticias</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">ECUADOR</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://195.63.51.21/n-tv_online.html"
    target=_blank><font face="Arial" size="2">NTV</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">GERMANY</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="file:///D:/_Internet/Websitem/Dinlence/TV/cspan2.ram"
    target=_blank><font face="Arial" size="2">CSPAN2</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">SPAIN</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.oberfranken-tv.de/"
    target=_blank><font face="Arial" size="2">Oberfranken</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">GERMANY</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.cict.com/" target=_blank><font face="Arial" size="2">Calgary 7</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">CANADA</font></TD>
    <TD height=28 vAlign=top width=129><B><A
    href="http://www.tss-telecom.nl/pi6alk" target=_blank><font face="Arial" size="2">PI6ALK
    Amateur TV</font></A></B></TD>
    <TD height=28 vAlign=top width=106><font face="Arial" size="2">NETHERLANDS</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.cancaonova.org.br/" target=_blank><font face="Arial" size="2">Cancao Nova</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">BRAZIL</font></TD>
    <TD height=28 vAlign=top width=129><B><A
    href="http://www.rcc.net/" target=_blank><font face="Arial" size="2">RCC</font></A></B></TD>
    <TD height=28 vAlign=top width=106><font face="Arial" size="2">JAPAN</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.elnoticiero.com.sv/" target=_blank><font face="Arial" size="2">Canal 6</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">EL
    SALVADOR</font></TD>
    <TD height=28 vAlign=top width=129><B><A
    href="http://www.ruv.is/" target=_blank><font face="Arial" size="2">RUV</font></A></B></TD>
    <TD height=28 vAlign=top width=106><font face="Arial" size="2">ICELAND</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.cbh.com.br/"
    target=_blank><font face="Arial" size="2">CBH</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">BRAZIL</font></TD>
    <TD height=28 vAlign=top width=129><B><A
    href="http://islam.org/Live/TV.ram"><FONT color=#004080 size="2" face="Arial">Saudi
    OneChannel</FONT></A></B></TD>
    <TD height=28 vAlign=top width=106><font face="Arial" size="2">SOUDI
    ARABIA</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.chinacast.com/video/us/ccctv/ccctvfrm.html"
    target=_blank><font face="Arial" size="2">CCC</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">CHINA</font></TD>
    <TD height=28 vAlign=top width=129><B><A
    href="http://www3.ecuadormedia.com/" target=_blank><font face="Arial" size="2">TC
    Television</font></A></B></TD>
    <TD height=28 vAlign=top width=106><font face="Arial" size="2">ECUADOR</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.cctv-3.com/"
    target=_blank><font face="Arial" size="2">CCTV-3</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">CHINA</font></TD>
    <TD height=28 vAlign=top width=129><B><A
    href="http://www3.ecuadormedia.com/"
    target=_blank><font face="Arial" size="2">Telerama</font></A></B></TD>
    <TD height=28 vAlign=top width=106><font face="Arial" size="2">ECUADOR</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.cctv-4.com/"
    target=_blank><font face="Arial" size="2">CCTV-4</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">CHINA</font></TD>
    <TD height=28 vAlign=top width=129><B><A
    href="http://www3.ecuadormedia.com/"
    target=_blank><font face="Arial" size="2">Telesystema</font></A></B></TD>
    <TD height=28 vAlign=top width=106><font face="Arial" size="2">ECUADOR</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.cctv-9.com/"
    target=_blank><font face="Arial" size="2">CCTV-9</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">CHINA</font></TD>
    <TD height=28 vAlign=top width=129><B><A
    href="http://www.tf1.fr/" target=_blank><font face="Arial" size="2">TF1
    (13PM)</font></A></B></TD>
    <TD height=28 vAlign=top width=106><font face="Arial" size="2">FRANCE</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.clubteleachat.com/" target=_blank><font face="Arial" size="2">Club
    Teleachat</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">FRANCE</font></TD>
    <TD height=28 vAlign=top width=129><B><A
    href="http://www.tf1.fr/" target=_blank><font face="Arial" size="2">TF1
    (20PM)</font></A></B></TD>
    <TD height=28 vAlign=top width=106><font face="Arial" size="2">FRANCE</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.audionet.com/video/courttv/courttv.ram"
    target=_blank><font face="Arial" size="2">Court TV</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">ABD</font></TD>
    <TD height=28 vAlign=top width=129><B><A
    href="http://www.tmf.nl/" target=_blank><font face="Arial" size="2">TMF</font></A></B></TD>
    <TD height=28 vAlign=top width=106><font face="Arial" size="2">NETHERLANDS</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.nirvanet.com/live/"
    target=_blank><font face="Arial" size="2">Cybertheatre</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">BELGIUM</font></TD>
    <TD height=28 vAlign=top width=129><B><A
    href="rtsp://multimedia.netangola.com/encoder/tpa.rm"
    target=_blank><font face="Arial" size="2">TPA</font></A></B></TD>
    <TD height=28 vAlign=top width=106><font face="Arial" size="2">ANGOLA</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://live.dds.nl/" target=_blank><font face="Arial" size="2">DDS</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">NETHERLANDS</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www-cib.mty.itesm.mx/be/tumedio/homedoc.html"
    target=_blank><font face="Arial" size="2">TU 1/2</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">MEXICO</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.dentv.com/" target=_blank><font face="Arial" size="2">Den TV</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">CANADA</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www3.ecuadormedia.com/"
    target=_blank><font face="Arial" size="2">TVMAS</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">ECUADOR</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www3.ecuadormedia.com/" target=_blank><font face="Arial" size="2">Dia a dia</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">ECUADOR</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.tw1.at/" target=_blank><font face="Arial" size="2">TW 1</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">AUSTRIA</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.ddindia.net/"
    target=_blank><font face="Arial" size="2">Doordarshan</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">INDIA</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.amazonsat.com.br/" target=_blank><font face="Arial" size="2">TV
    Amazone</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">BRAZIL</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.islam.org/Live/DubaiLiveTV.ram"
    target=_blank><FONT color=#004080 size="2" face="Arial">Dubai Channel</FONT></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">DUBAI</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.tvgalega.com.br/" target=_blank><font face="Arial" size="2">TV
    Galegra</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">BRAZIL</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www3.ecuadormedia.com/"
    target=_blank><font face="Arial" size="2">Ecuavisa</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">ECUADOR</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.elo.com.br/mirante/tv/" target=_blank><font face="Arial" size="2">TV
    Mirante</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">BRAZIL</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="file:///D:/_Internet/Websitem/Dinlence/TV/fnclo.ram"
    target=_blank><font face="Arial" size="2">Fnclo</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">?</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.tvebrasil.com.br/"
    target=_blank><font face="Arial" size="2">TVE</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">BRAZIL</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www2.uol.com.br/espnbrasil/"
    target=_blank><font face="Arial" size="2">ESPN</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">BRAZIL</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.pucrs.br/" target=_blank><font face="Arial" size="2">UNI TV Canal
    15</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">BRAZIL</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.etv.ee/" target=_blank><font face="Arial" size="2">ETV</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">ESTONIA</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.senat.fr/"
    target=_blank><font face="Arial" size="2">Senat</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">FRANCE</font></TD>
    </TR>
    <TR>
    <TD height=22 vAlign=top width=105><B><A
    href="http://www.fashion.net/" target=_blank><font face="Arial" size="2">Fashion TV</font></A></B></TD>
    <TD height=22 vAlign=top width=104><font face="Arial" size="2">FRANCE</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www3.ecuadormedia.com/" target=_blank><font face="Arial" size="2">SI
    TV</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">ECUADOR</font></TD>
    </TR>
    <TR>
    <TD height=22 vAlign=top width=105><B><A
    href="http://www.france3.fr/sports/sport.html"
    target=_blank><font face="Arial" size="2">France 3 Sport</font></A></B></TD>
    <TD height=22 vAlign=top width=104><font face="Arial" size="2">FRANCE</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.vtm.be/" target=_blank><font face="Arial" size="2">VTM</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">BELGIUM</font></TD>
    </TR>
    <TR>
    <TD height=22 vAlign=top width=105><B><A
    href="http://www.gamavision.com/"
    target=_blank><font face="Arial" size="2">Gamavision</font></A></B></TD>
    <TD height=22 vAlign=top width=104><font face="Arial" size="2">ECUADOR</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.yomiuri.co.jp/"
    target=_blank><font face="Arial" size="2">Yomiuri</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">JAPAN</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.redeglobo.com.br/globo_blanks/"
    target=_blank><font face="Arial" size="2">Globo</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">BRAZIL</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.dds.nl/~dhk/" target=_blank><font face="Arial" size="2">ZAPP
    TV</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">NETHERLANDS</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.hrt.hr/" target=_blank><font face="Arial" size="2">HRT</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">CROATIA</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.isis.ie/xfm/"
    target=_blank><font face="Arial" size="2">XFM</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">IRELAND</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.irib.com/" target=_blank><font face="Arial" size="2">Irib TV1</font></A></B></TD>
    <TD height=21 vAlign=top width=104><font face="Arial" size="2">IRAN</font></TD>
    <TD height=21 vAlign=top width=129><B><A
    href="http://www.xnet.is/" target=_blank><font face="Arial" size="2">XNET
    TV</font></A></B></TD>
    <TD height=21 vAlign=top width=106><font face="Arial" size="2">ICELAND</font></TD>
    </TR>
    <TR>
    <TD height=21 vAlign=top width=105><B><A
    href="http://www.irib.com/" target=_blank><font face="Ar


    Status bar da soldan sağa kayan yazı


    <script language="Javascript">
    <!--
    var x = 0
    var speed = 90
    var text = "istediğini yaz"
    var course =76
    var text2 = text

    function Scroll() {
    window.status = text2.substring(0, text2.length)
    if (course < text2.length) {
    setTimeout("Scroll2()", speed)
    }
    else {
    text2 = " " + text2
    setTimeout("Scroll()", speed);
    }
    }
    function Scroll2() {
    window.status = text2.substring(x, text2.length)
    if (text2.length - x == text.length) {
    text2 = text
    x = 0
    setTimeout("Scroll()", speed);
    }
    else {
    x++
    setTimeout("Scroll2()", speed);
    }
    }
    Scroll()
    //-->
    </script>
#28.06.2006 02:27 0 0 0
  • Alın size Chat programı


    <HTML><HEAD>
    <META http-equiv="Content Type" content="text/html; charset=windows-1254">
    <META http-equiv=Content-Type content="text/html; charset=windows-1254">
    <META http-equiv=Content-Language content=tr>
    <META content="Microsoft FrontPage 6.0" name=GENERATOR>
    <TITLE>..::Hoşgeldin Aramıza::.. </TITLE>
    <style>
    <!--
    div.Section1
    {page:Section1;}
    -->
    </style>
    </HEAD>
    <BODY bgcolor="#333399">
    <p align="center"><span style="font-family: Tahoma"><font size="1"><font color="#C0C0C0">
    Nick değiştirmek için "/nick
    yeninick "  - İstediğiniz kanala girmek için " /join #kanalismi " yazınız. "Ctrl"
    tuşuna basarak renkli yazı yazabilirsiniz. "ALT" tuşuna basarak smiley
    seçebilirsiniz.  Şikayetlerinizi<a style="color: #C0C0C0; text-decoration: underline; text-underline: single" href="mailto:ircadmin@ircworld.net">
    </a> </font>
    <a style="color: #C0C0C0; text-decoration: underline; text-underline: single" href="mailto:ircadmin@ircworld.net">ircadmin@ircworld.net</a><font color="#C0C0C0"><a style="color: #C0C0C0; text-decoration: underline; text-underline: single" href="mailto:chat@ircworld.net">
    </a> </font>
    <font color="#C0C0C0"> mailine atab</font><span style="color: #C0C0C0">ilirsiniz</span></font></span><span style="font-family: Tahoma; color: #C0C0C0"><font size="1">.</font></span></p>
    <p align="center">
    <APPLET code=esChat.class codeBase=http://webchat.ircworld.net/webchat/ width="99%" height="85%"
    archive=http://webchat.ircworld.net/webchat/esChat.jar>
    <PARAM NAME="CABBASE" VALUE="http://webchat.ircworld.net/webchat/esChat.cab" codeBase=http://webchat.ircworld.net/webchat/>
    <PARAM NAME="NICK" VALUE=""><PARAM NAME="nickname" VALUE="">
    <PARAM NAME="password" VALUE="">
    <PARAM NAME="Channel1" VALUE="#ircworld">
    <PARAM NAME="Channel2" VALUE="#Zurna">
    <PARAM NAME="Channel3" VALUE="#metal">
    <PARAM NAME="Channel4" VALUE="#Ayva">
    <PARAM NAME="Channel5" VALUE="#help">
    <PARAM NAME="Channel6" VALUE="#Ankara">
    <PARAM NAME="Channel7" VALUE="#izmir">
    <PARAM NAME="Channel8" VALUE="#Oyun">
    <PARAM NAME="Channel9" VALUE="#konya">
    <PARAM NAME="Channel10" VALUE="#ayna">
    <PARAM NAME="Channel11" VALUE="#istanbul">
    <PARAM NAME="Channel12" VALUE="#felsefe">
    <PARAM NAME="Channel13" VALUE="#Oyun">
    <PARAM NAME="Channel14" VALUE="#rock">
    <PARAM NAME="Channel14" VALUE="#aşk">
    <PARAM NAME="Channel15" VALUE="#ortakahve">
    <PARAM NAME="Channel16" VALUE="#chat">

    <PARAM NAME="Welcome" VALUE="irc.ircworld.net sohbet sunucusuna bağlaniyorsunuz..">
    <PARAM NAME="port" VALUE="6668">
    <param name=fullname value="ircworld.net">
    <PARAM NAME="ident" VALUE="ircworld">
    <PARAM NAME="Encoding" VALUE="Cp1254">
    <PARAM NAME="list" value="true">
    <PARAM NAME="Linkscroll" VALUE="false">
    <PARAM NAME="Sound1" VALUE="Huh:s1.au">
    <PARAM NAME="Sound2" VALUE="Gul:s2.au">
    <PARAM NAME="Sound3" VALUE="Anir:s15.au">
    <PARAM NAME="Sound4" VALUE="Meele:s4.au">
    <PARAM NAME="Sound5" VALUE="Kisne:s5.au">
    <PARAM NAME="Sound6" VALUE="Gul Agla:s6.au">
    <PARAM NAME="Sound7" VALUE="Ohyea:s7.au">
    <PARAM NAME="Sound8" VALUE="I love you:s8.au">
    <PARAM NAME="Sound9" VALUE="Esne:s9.au">
    <PARAM NAME="Sound10" VALUE="Islik:s14.au">
    <PARAM NAME="Sound11" VALUE="Esne2:s10.au">
    <PARAM NAME="menuSound1" VALUE="pop.au">
    <PARAM NAME="menuSound2" VALUE="empty.au">
    <PARAM NAME="menuSound3" VALUE="water.au">
    <PARAM NAME="menuSound4" VALUE="swing.au">
    <PARAM NAME="menuSound5" VALUE="clank.au">
    <PARAM NAME="menuSound6" VALUE="beep.au">
    <PARAM NAME="menuSound7" VALUE="nomatch.au">
    <PARAM NAME="menuSound8" VALUE="beeper.au">
    <PARAM NAME="menuSound9" VALUE="doorbell.au">
    <PARAM NAME="menuSound10" VALUE="trumpet.au">
    <PARAM NAME="menuSound11" VALUE="zzziuu.au">
    <PARAM NAME="menuSound12" VALUE="connection.au">
    <param name="LinkName" value="Sitenize Sohbet Odası Eklemek İçin Tıklayınız..!">
    <param name="LinkAddress" value="http://www.ircworld.net/sohbet/">
    <param name="URL1" value="ircworld.net:www.ircworld.net">
    <param name="URL2" value="Webhosting:www.terazi.net">
    <param name="ignoreWords" value="*******,******,fuck, *** ,****, *** , amini , ***** ,*******,ebeni,gotune,******,siki?mek,sikismek, am?n? ,yarrak">
    <param name="Mesaj1" value="Takip:#5.oooO Beni takip et bbb%#5( ) Oooo.%#5 ( ( )% #5_) ) /% #5 (_/">
    <param name="Mesaj2" value="Kalp:#12,1 oo %#12,1 oo #4,1@@@@@@@@: @@@@@@@@! %#4,1 o@@@@!!!!;;;;@ @@.......:;!@ %#4,1 'O@@!!!;;;;;;;;@ @.......: ;!@ %#4,1 @@@!!!!;;::::::.@@........: ;!@ %#4,1 @@!!!!;;:::::..............: ;!@ %#4,1 @@@!!!;::::::..............: ;!@ %#4,1 @@!!;;::::::.............: ;!@ %#4,1 @@!;;::::::......#12,1oo#4,1.....::::!@ %#4,1 @!!;::::::........#12,1oo#4,1..:::@ %#4,1 !!!;:::::..........#12,1oo#4,1@ %#4,1 !!;:::::.......@ #12,1oo * %#4,1 ;;::::.....@ #12,1oo *** %#4,1 :::..@ #12,1ooo*++ %#4,1 ::. #12,1_++ooo+++ %#4,1 : #12,1**++++++++++">
    <param name="Mesaj3" value="Melek:#14Ben bir melegim% #11____% #13( __ /)% #13( (__)/ )% #13( /<> )% #13(//)% #13( )% #13/ % #13~~~~">
    <param name="Mesaj4" value="Kus:%#0,2 #7-#4@ #0_.._ _.._ #4@#7-%#0,2 #7-#4@ #0 /' `./' ` #4@#7-%#0,2 #7-#4@ #0( #11o o#0 | #13u u #0) #4@#7-%#0,2 #7-#4@ #0;`. #4V#0 /' #4V#0 .'; #4@#7-%#0,2 #7-#4@ #0''''.#0' __ ) ( __ './''''/ #4@#7-%#0,2 #7-#4@ #0 ; #4aP''Y,_,P''Ya#0 ; / #4@#7-%#0,2 #7-#4@ #0 `#0,; ._ #4 d' `'' `b #0 _. ;,' #4@#7-%#0,2 #7-#4@ #7,,,,aaaaaa.#4Y, Love ,#7Y.aaaaaa,,,, #4@#7-%#0,2 #7-#4@ #7I8\\#4`Y, You ,P'#7/////////8I #4@#7-%#0,2 #7-#4@ #7'Ya\\#4'Y, ,P'#7/////////aY' #4@#7-%#0,2 #7-#4@ #7'Ya\\#4'Y#4,_,P'#7/////////aP' #4@#7-%#0,2 #7-#4@ #7`'#7Ya\\#4`Y'#7////////aP'' #4@#7-">
    <param name="Mesaj5" value="peekaboo:#4 \//// %#1 / ^ _ %#1 ( (o) (o) )%#4 *=#1oOOO#4=====#1(_)#4=====1OOOo#4=*">
    <param name="Mesaj6" value="Kusuk kus: #6((( % #2(. .) %#2 (( v )) %#1---m-m---#1">
    <param name="Mesaj7" value="Sigara:#7,0(:..::(_(#1,0________(((~~~~">
    <param name=LanguageFile value=Turkish.txt>
    <param name="ignoreWords" value="script,******,fuck, *** ,****, *** ,***** , amini , ***** ,*******,ebeni,gotune,******,yarrak">


    </applet></p>
    <CENTER><p><font face="Arial, Helvetica, sans-serif" size="2">
    <font color="#C0C0C0">Eğer sohbet sayfasını açamiyorsanız Lütfen </font><u><b>
    <font color="#c0c0c0"><a href="http://chat.ircworld.net/java.exe">
    <font color="#c0c0c0">JAVA</font></a></font></b></u><font color="#C0C0C0"><u><b> </b></u>programını
    yükleyiniz. Yüklemek için </font><font color="#c0c0c0"><b><u>
    <a href="http://chat.ircworld.net/java.exe"><font color="#c0c0c0">Tıklayınız</font></a></u></b></font><font color="#C0C0C0"><br>
    Sohbet Komut yardımı için</font></font><font face="Arial, Helvetica, sans-serif" size="2" color="#C0C0C0"><b> <u><a href="http://www.ircworld.net/help" target="_blank">
    <font color="#C0C0C0"><a target="_blank" href="http://www.ircworld.net/help">
    <font color="#C0C0C0">Tıklayınız</font></a></font></a></u>  </b>Webmaster Web </font><font face="Arial, Helvetica, sans-serif" size="2" color="#C0C0C0">Sitene
    Bedava
    Sohbet Odası Eklemek için<b> <u><a href="http://www.ircworld.net/sohbet" target="_blank">
    <font color="#C0C0C0">Tıkla</font></a></u></b></font></p>

    <p> </p>

    <!-- ANAHTARS.COM BANNER KOD BAŞLANGICI -->
    <!-- DIKKAT: Bu kod, sayfanın en üstünde ya da 800x600 çözünürlükte ilk ekranda görünecek şekilde yerleştirilmelidir. -->
    <center> <iframe src="http://www.anahtars.com/iframe.php?site_id=1924&bd=1" width="468" height="60" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no">
    <a href="http://www.anahtars.com/adclick.php" target="_blank"><img src="http://www.anahtars.com/adview.php?site_id=1924&bd=1" width="468" height="60" border="0"></a></iframe></center>



    Link üzerinde açıklama


    <style TYPE="text/css">
    <!--
    body{
    overflow:scroll;overflow-x:hidden
    }
    .popper
    {
    position : absolute;
    visibility : hidden;
    }
    //-->
    </style>

    <tr>
    <td width="139" height="134" valign="top" bgcolor="#C0C0C0"><div ID="topdeck" CLASS="popper"></div>
    <script>
    var nav = (document.layers);
    var iex = (document.all);
    var skn = (nav) ? document.topdeck : topdeck.style;
    if (nav) document.captureEvents(Event.MOUSEMOVE);
    document.onmousemove = get_mouse;

    function pop(msg,bak)
    {

    var content ="<TABLE WIDTH=130 BORDER=0 CELLPADDING=2 CELLSPACING=0 BGCOLOR=#000000><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD><CENTER><FONT COLOR=#FFFFFF SIZE=2><B>ACIKLAMA</B></FONT></CENTER></TD></TR></TABLE><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 BGCOLOR="+bak+"><TR><TD><FONT COLOR=#000000 SIZE=2><CENTER>"+msg+"</CENTER></FONT></TD></TR></TD></TR>";

    if (nav)
    {
    skn.document.write(content);
    skn.document.close();
    skn.visibility = "visible";
    }
    else if (iex)
    {
    document.all("topdeck").innerHTML = content;
    skn.visibility = "visible";
    }
    }

    function get_mouse(e)
    {
    var x = (nav) ? e.pageX : event.x+document.body.scrollLeft;
    var y = (nav) ? e.pageY : event.y+document.body.scrollTop;
    skn.left = x - 60;
    skn.top = y+20;
    }

    function kill()
    {
    skn.visibility = "hidden";
    }

    </script>



    <style="word-spacing: 0; margin: 0"><a href="http://www.bilenin.sayfasi.com" target="_blank"
    ONMOUSEOVER="pop('Çok harika bir script,renklerinide değiştirebilirsiniz.','lightgreen')" ; ONMOUSEOUT="kill()">Deneme</a>






    </td>


    Değişik bir hesap makinası


    <body><table border="2" width="200" cellspacing="0" cellpadding="0" bgcolor="#000000"
    style="border-color:black" onClick="previouskey=event.srcElement.innerText">
    <tr>
    <td width="100%" bgcolor="#FFFFFF" id="result"
    style="font:bold 20px Verdana;color:black;text-align='right'">0</td>
    </tr>
    <tr>
    <td width="100%" valign="middle" align="center"><table border="0" width="100%"
    cellspacing="0" cellpadding="0" style="font:bold 20px Verdana;color:white">
    <tr>
    <td width="80%" align="center"><table border="1" width="100%" cellspacing="0"
    cellpadding="0" style="cursor:hand;font:bold 20px Verdana;color:white"
    onMouseover="if (event.srcElement.tagName=='TD')event.srcElement.style.color='yellow'"
    onMouseout="event.srcElement.style.color='white'" onselectStart="return false"
    onClick="calculate()" height="82">
    <tr>
    <td width="25%" align="center" height="17">7</td>
    <td width="25%" align="center" height="17">8</td>
    <td width="25%" align="center" height="17">9</td>
    <td width="25%" align="center" height="17">/</td>
    </tr>
    <tr>
    <td width="25%" align="center" height="19">4</td>
    <td width="25%" align="center" height="19">5</td>
    <td width="25%" align="center" height="19">6</td>
    <td width="25%" align="center" height="19">*</td>
    </tr>
    <tr>
    <td width="25%" align="center" height="19">1</td>
    <td width="25%" align="center" height="19">2</td>
    <td width="25%" align="center" height="19">3</td>
    <td width="25%" align="center" height="19">-</td>
    </tr>
    <tr>
    <td width="25%" align="center" height="19">0</td>
    <td width="25%" align="center" height="19"
    onClick="pn();previouskey=1;event.cancelBubble=true">+/-</td>
    <td width="25%" align="center" height="19">.</td>
    <td width="25%" align="center" height="19">+</td>
    </tr>
    </table></td>
    <td width="20%"><div align="left"><table border="1" width="100%" cellspacing="0"
    cellpadding="0">
    <tr>
    <td width="100%" style="cursor:hand;font:bold 20px Verdana;color:white;text-align:center"
    onClick="result.innerText=0;results=''">C</td>
    </tr>
    </table>
    </div><div align="left"><table border="1" width="100%" cellspacing="0" cellpadding="0"
    height="81">
    <tr>
    <td width="100%" style="cursor:hand;font:bold 32px Verdana;color:white;text-align:center"
    onMouseover="event.srcElement.style.color='yellow'"
    onMouseout="event.srcElement.style.color='white'" onClick="calculateresult()">=</td>
    </tr>
    </table>
    </div></td>
    </tr>
    </table></td>
    </tr>
    </table>


    <script language="JavaScript1.2">/*
    DHTML Calculator Script-
    © Dynamic Drive (www.dynamicdrive.com)
    For full source code, installation instructions,
    100's more DHTML scripts, and Terms Of
    Use, visit dynamicdrive.com
    */

    var results=''
    var previouskey=''
    var re=/(/|*|+|-)/
    var re2=/(/|*|+|-){2}$/
    var re3=/.+(/|*|+|-).+/
    var re4=/d|./
    var re5=/^[^/*+].+d$/
    var re6=/./

    function calculate(){
    if (event.srcElement.tagName=="TD"){
    if (event.srcElement.innerText.match(re4)&&previouskey=="=")
    results=''
    if (result.innerText.match(re3)&&event.srcElement.innerText.match(re)){
    if (!results.match(re5)){
    result.innerText="Error!"
    return
    }
    results=eval(results)
    if (results.toString().length>=12&&results.toString().match(re6))
    results=results.toString().substring(0,12)
    result.innerText=results
    }

    results+=event.srcElement.innerText
    if (results.match(re2))
    results=results.substring(0,results.length-2)+results.charAt(results.length-1)

    result.innerText=results
    }
    }

    function calculateresult(){
    if (!results.match(re5)){
    result.innerText="Error!"
    return
    }
    results=eval(results)
    if (results.toString().length>=12&&results.toString().match(re6))
    results=results.toString().substring(0,12)
    result.innerText=results
    }



    function pn(){
    if (result.innerText.charAt(0)!='-')
    result.innerText=results='-'+result.innerText
    else if (result.innerText.charAt(0)=='-')
    result.innerText=results=result.innerText*(-1)
    }</script>
    </body>
#28.06.2006 02:30 0 0 0
  • Sayfayı kapatma butonu

    <FORM>
    <INPUT TYPE="BUTTON" VALUE="Sayfayı Kapat"
    NAME="lowerButton" onClick="self.close()">
    </FORM>


    İnce table


    <table width="98%" border="1" cellpadding="2" cellspacing="0" bordercolor="#999999" bgcolor="#FDFDFD" id="AutoNumber1" style="border-collapse: collapse"><tr><td></td></tr></table>

    Bulunduğun sayfayı yazdırma ( çıktı alma )

    <a href="javascript:window.print()">[- Sayfayı yazdır - ]</a>


    Çıldırtan şaka


    <script>alert("dikkat et siteme giriyorsun")</script>

    <script>alert("eminmisin?")</script>

    <script>alert("kendine güveniyor musun?")</script>

    <script>alert("Bence çok cesaretlisin")</script>

    <script>alert("biraz zaman alıcı?")</script>

    <script>alert("Biraz zamanını alacağım")</script>
    <script>alert("Ya da...")</script>

    <script>alert("çoooookkk")</script>

    <script>alert("zamanını alacağım")</script>

    <script>alert("merak etme çok kısa sürecek")</script>
    <script>alert("Tabikiii...")</script>

    <script>alert("...bana göre...")</script>

    <script>alert("çok kısa sürecek")</script>

    <script>alert("Ama bana göre de...")</script>

    <script>alert("biraz uzun.")</script>

    <script>alert("Seninle bayağı bir işimiz var.")</script>

    <script>alert("Bence")</script>

    <script>alert("Biri sana ufak bir şaka yaptı.")</script>

    <script>alert("Niyesini ben bilmiyorum ama...")</script>

    <script>alert("Bence sen çok iyi biliyorsun.")</script>

    <script>alert("Zavallı sen.")</script>

    <script>alert("Yaptığın hatanın cezasını nasıl ödüyorsun.")</script>

    <script>alert("Daha yarıdan azındasın.Merak etme.")</script>

    <script>alert("Daha yorulmadın dimi?")</script>

    <script>alert("Sen yorulmazsıın")</script>

    <script>alert("Yada yorulursun.")</script>

    <script>alert("Bu senin kişiliğine bağlı.")</script>

    <script>alert("Biliyor musun?")</script>

    <script>alert("Neyi? diyeceksin.")</script>

    <script>alert("Bende bilmiyorum")</script>

    <script>alert("Anlaşılan sohbetimizi koyulaştıracağız.")</script>

    <script>alert("Koyulaştırmasak mı?")</script>

    <script>alert("Şuan bana")</script>

    <script>alert("Çok kötü birisin diyebilirsin")</script>

    <script>alert("Ama hata sende")</script>

    <script>alert("Girmeyecektin bu siteye")</script>

    <script>alert("Ama sonunda seni bir süpriz bekliyor")</script>

    <script>alert("Çok sevineceğin bir süpriz")</script>

    <script>alert("Yaa bak ne diyeceğim?")</script>

    <script>alert("Bu arada sana bir fıkra anlatsam.")</script>

    <script>alert("Madem ok dedin anlatayım.Seni kırmak istemem")</script>

    <script>alert("Bu arada biraz gülersin")</script>

    <script>alert("Anlatıyorum:Ali elindeki karneyi babasına gösterince")</script>

    <script>alert("Babası çok sinirlenmiş.Ve:")</script>

    <script>alert("Ben sana bu eve kötü not girmeyecekti demedim mi?")</script>

    <script>alert("Diye kızmış")</script>

    <script>alert("Ali ise son derece sakinmiş.Babasına dönmüş ve")</script>

    <script>alert("Babacığım bu senin karnen annem sandıktan çıkardı:))))))")</script>

    <script>alert("Ha hah ha çok komik dimi?")</script>

    <script>alert("Sana birde Sakarya türküsünü yazayım mı?")</script>

    <script>alert("Tamam o zaman yazıyorum.")</script>

    <script>alert("Yazmasam mı?")</script>

    <script>alert("Tamam yazmıyorum.")</script>

    <script>alert("Şuan senin yüzündeki ifadeyi görür gibiyim")</script>

    <script>alert("Ne kadar sürecek diyorsun")</script>

    <script>alert("Ama yarıdayız.")</script>















    <script>alert("Biraz sabır")</script>

    <script>alert("Biraz daha sabır...")</script>

    <script>alert("Ya da ")</script>

    <script>alert("Çoooook sabır")</script>

    <script>alert("Biliyor musun?Ben bunu yaparken çok yoruluyorum")</script>

    <script>alert("Bende diyeceksin")</script>
    <script>alert("İstersen biraz mola ver.")</script>

    <script>alert("Ama ben şu ana kadar")</script>

    <script>alert("Hiç mola vermedim")</script>

    <script>alert("Aslında ben")</script>
    <script>alert("Birisine çok sinirlendim")</script>

    <script>alert("Hıncımı senden çıkartıyorum")</script>

    <script>alert("Bu çok tehlikeli biri")</script>

    <script>alert("Biraz özürlü diyebiliriz.")</script>

    <script>alert("Merak etme sen değilsin")</script>

    <script>alert("Benim eski sitemi hackleyen biri")</script>

    <script>alert("Takma ismi TURQ HACKED miş")</script>

    <script>alert("Hah sanki çok önemli")</script>

    <script>alert("Seni şimdiden uyarayım")</script>

    <script>alert("Eğer bi siten varsa")</script>

    <script>alert("Sitenin şifresinin içinde ")</script>

    <script>alert("Hem harf olsun hem de rakam")</script>

    <script>alert("Benimki sadece rakamdı")</script>

    <script>alert("Ve sitenin hacklenmesini istemiyorsan")</script>

    <script>alert("Gizli sorunun cevabında noktalama işaretleri")</script>

    <script>alert("Olsun")</script>

    <script>alert("Mesala sorun:Annenin kızlık soyadıysa:")</script>

    <script>alert("Cevabı yazarsın sonunada :))))) koya bilirsin")</script>

    <script>alert("Ben öyle yapmamıştım")</script>

    <script>alert("Neyse boşver")</script>

    <script>alert("Yaa bi bitirsek.")</script>

    <script>alert("Dimim?")</script>

    <script>alert("Bençok yoruldum")</script>

    <script>alert("sen yoruldun mu?")</script>

    <script>alert("Sende sıkıldın mı?")</script>

    <script>alert("Merak etme bayağı az kaldı")</script>

    <script>alert("Bu süpriz gereçekten çok güzel")</script>

    <script>alert("Çok sevineceğin bir süpriz")</script>

    <script>alert("Sence ne ola bilir?")</script>

    <script>alert("Bence çok güzel birşey")</script>

    <script>alert("Seni meraklandırmak hoşuma gidiyor ")</script>

    <script>alert("sana bir tane daha fıkra anlatayım")</script>

    <script>alert("Anlatıyorum:Ahmet babasınına:")</script>

    <script>alert("Babacığım bizim öğretmen atları tanımıyor!")</script>

    <script>alert("-Nereden anladın?")</script>

    <script>alert("-Çizdiğim at resmini görünce:")</script>

    <script>alert("Buda ne böyle!? dedi.")</script>

    <script>alert("Ha hah ha ha")</script>

    <script>alert("Ha hah ha çok komik dimi?")</script>

    <script>alert("Meraklanma çok az kaldı")</script>

    <script>alert("Çok az")</script>

    <script>alert("Bundan sonra tam 4 tane daha kutucuk gelecek ve sooon")</script>

    <script>alert("4!!")</script>

    <script>alert("3!!!")</script>

    <script>alert("2!!!!")</script>

    <script>alert("1!!!!!")</script>


    Mouse'un yanına kıvılcım


    <div>
    <layer name="a0" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer>
    <layer name="a1" left=10 top=10 visibility=show bgcolor="#ff8000" clip="0,0,2,2"></layer>
    <layer name="a2" left=10 top=10 visibility=show bgcolor="#ffff00" clip="0,0,2,2"></layer>
    <layer name="a3" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer>
    <layer name="a4" left=10 top=10 visibility=show bgcolor="#0000ff" clip="0,0,2,2"></layer>
    <layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,2,2"></layer>
    <layer name="a6" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,2,2"></layer>

    <div id="starsDiv" style="position:absolute;top:0px;left:0px">
    <div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px;visibility:visible"></div>
    <div style="position:relative;width:2px;height:2px;background:#ffff00;font-size:2px;visibility:visible"></div>
    <div style="position:relative;width:2px;height:2px;background:#ffa000;font-size:2px;visibility:visible"></div>
    <div style="position:relative;width:2px;height:2px;background:#ff0000;font-size:2px;visibility:visible"></div>
    <div style="position:relative;width:2px;height:2px;background:#00ff00;font-size:2px;visibility:visible"></div>
    <div style="position:relative;width:2px;height:2px;background:#0000ff;font-size:2px;visibility:visible"></div>
    <div style="position:relative;width:2px;height:2px;background:#FF00FF;font-size:2px;visibility:visible"></div>
    </div>

    <script language="JavaScript">
    // HAZIRLAYAN VE SUNAN muratus Macho_M
    if (document.layers) {
    window.captureEvents(Event.MOUSEMOVE);}
    var yBase = 200;
    var xBase = 200;
    var yAmpl = 10;
    var yMax = 40;
    var step = .2;
    var ystep = .5;
    var currStep = 0;
    var tAmpl=1;
    var Xpos = 1;
    var Ypos = 1;
    var i = 0;
    var j = 0;
    if (document.all) {
    function MoveHandler(){
    Xpos = document.body.scrollLeft + event.x;
    Ypos = document.body.scrollTop + event.y;}
    document.onmousemove = MoveHandler;}
    else if (document.layers) {
    function xMoveHandler(evnt) {
    Xpos = evnt.pageX;
    Ypos = evnt.pageY;}
    window.onMouseMove = xMoveHandler;}
    function animateLogo() {
    if (document.all) {
    yBase = window.document.body.offsetHeight / 4;
    xBase = window.document.body.offsetWidth / 4;}
    else if (document.layers) {
    yBase = window.innerHeight / 4;
    xBase = window.innerWidth / 4;}
    if (document.all) {
    for (i = 0 ; i < starsDiv.all.length; i++) {
    starsDiv.all.style.top = Ypos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
    starsDiv.all.style.left = Xpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);}}
    else if (document.layers) {
    for (j = 0; j < 7; j++) { //7 is number of NS layers!
    var templayer="a" + j;
    document.layers[templayer].top = Ypos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
    document.layers[templayer].left =Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);}}
    currStep += step;
    setTimeout("animateLogo()", 10);}
    animateLogo();
    // End -->
    </script>


    ANİMASYONLU REKLAM YOK ETME


    <head> <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    function expandingWindow(website,yukseklik,genislik) {

    // Dikine açılma hizi (Yüksek değer=hızlı)
    var heightspeed = 2;

    // Genişlemesine açılma hizi (Yüksek değer=hızlı)
    var widthspeed = 7;

    // Soldan Kaç Piksel solda görünecek
    var leftdist = 0;

    // Yukarıdan Kaç Piksel aşağıda görünecek
    var topdist = 0;

    if (document.all) {
    var winwidth = 1025;
    var winheight = 740;
    var sizer = window.open("","","left=" + leftdist + ",top=" + topdist + ",width=1,height=1,scrollbars=yes, location=yes, status=yes, toolbar=yes,menubar=yes");
    for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed) {
    sizer.resizeTo("1", sizeheight);
    }
    for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed) {
    sizer.resizeTo(sizewidth, sizeheight);
    }
    sizer.location = website;
    }
    else
    window.location = website;
    }
    // End -->
    </script>




    <body BACKGROUND="http://www.250Free.com/images/ezweb/back7.gif"> <CENTER>

















    <h1><center><IMG SRC="http://kralvolkan.*********.com/mynet_resimlerim/goz.gif"> <a href="#" onclick="expandingWindow('!!!SİTENİZİN REKLAMSIZ ADRESİNİ BURAYA YAZIN!!!',500,300); return false">>>>GİRİŞ<<<<</a><IMG SRC="http://kralvolkan.*********.com/mynet_resimlerim/goz.gif"> <BR><HR><BR>
    BU BÖLÜME REKLAM KOYABİLİR SİTENİZİ TANITABİLİRSİNİZ
    <BR><BR>
    <A HREF="EFENDISI.EFENDISI.COM"><IMG SRC="http://kralvolkan.*********.com/mynet_resimlerim/efendilogo.gif"></A>

    <BR> BY VOLKAN 2005
    </body>




    <head>
#28.06.2006 02:36 0 0 0
  • İcq numaranızın durumu


    <title> www.Cehre.Net & iRc.Cehre.Net - By IQ </title>
    <form>
    ICQ
    <br><img src=http://online.mirabilis.com/scripts/online.dll?icq=2899824&img=8><br>
    2899824
    </form>


    Karşılama ve uğurlama


    <HTML>
    <BODY BGCOLOR="#000000" onLoad="alert('Sayfama Hoşgeldiniz!');"
    onUnload="alert('Tekrar Bekleriz...');">
    </BODY>
    </HTML>


    Sitene radyo 2

    <object id="WMPlay0" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Microsoft Windows Media Player bileşenleri yükleniyor..." type="application/x-oleobject" align="right" height="53" width="850">
    <param name="FileName" value="Http://66.90.90.187:8910/">
    <param name="ShowControls" value="-1">
    <param name="AutoStart" value="-1">
    <param name="ShowDisplay" value="0">
    <param name="ShowStatusBar" value="-1">
    <param name="ShowGotoBar" value="0">
    <param name="AutoSize" value="-1">

    <param name="EnableContextMenu" value="0">
    <param name="AudioStream" value="-1">
    <param name="AnimationAtStart" value="-1">
    <param name="AllowScan" value="-1">
    <param name="AllowChangeDisplaySize" value="-1">
    <param name="AutoRewind" value="0">
    <param name="Balance" value="0">
    <param name="BaseURL" value="">
    <param name="BufferingTime" value="5">
    <param name="CaptioningID" value="">
    <param name="ClickToPlay" value="-1">
    <param name="CursorType" value="0">
    <param name="CurrentPosition" value="-1">
    <param name="CurrentMarker" value="0">
    <param name="DefaultFrame" value="">
    <param name="DisplayBackColor" value="0">
    <param name="DisplayForeColor" value="16777215">
    <param name="DisplayMode" value="0">
    <param name="DisplaySize" value="0">
    <param name="Enabled" value="-1">
    <param name="EnablePositionControls" value="-1">
    <param name="EnableFullScreenControls" value="0">
    <param name="EnableTracker" value="-1">
    <param name="InvokeURLs" value="-1">
    <param name="Language" value="-1">
    <param name="Mute" value="0">
    <param name="PlayCount" value="1">
    <param name="PreviewMode" value="0">
    <param name="Rate" value="1">
    <param name="SAMILang" value="">
    <param name="SAMIStyle" value="">
    <param name="SAMIFileName" value="">
    <param name="SelectionStart" value="-1">
    <param name="SelectionEnd" value="-1">
    <param name="SendOpenStateChangeEvents" value="-1">
    <param name="SendWarningEvents" value="-1">
    <param name="SendErrorEvents" value="-1">
    <param name="SendKeyboardEvents" value="0">
    <param name="SendMouseClickEvents" value="0">
    <param name="SendMouseMoveEvents" value="0">
    <param name="SendPlayStateChangeEvents" value="-1">
    <param name="ShowCaptioning" value="0">
    <param name="ShowAudioControls" value="-1">
    <param name="ShowPositionControls" value="-1">
    <param name="ShowTracker" value="-1">
    <param name="TransparentAtStart" value="0">
    <param name="VideoBorderWidth" value="0">
    <param name="VideoBorderColor" value="0">
    <param name="VideoBorder3D" value="0">
    <param name="Volume" value="0">
    <param name="WindowlessVideo" value="0">
    <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" filename="Http://66.90.90.187:8910/" src="sohbet.asp_dateien/a" autostart="1" showcontrols="1" showdisplay="0" showgotobar="0" enablecontextmenu="false" showstatusbar="1" height="53" width="850"></object>
    <p></p>


    Otomatik web sayfası oluşturma



    <html>

    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1254">
    <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
    <title>JavaFILE</title>
    <base target="leftframe">
    </head>

    <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
    vlink="#800080" alink="#FF0000">
    <script language="JavaScript"><!--

    function codeit(passed)
    { value = passed
    valueout =""
    carrot = false;
    for (i=0; i<value.length; i++)
    { getcode = value.substring(i, i+1)
    if (getcode == '<') carrot = true;
    else if (getcode == '>') carrot = false;
    else if (getcode == ' ') valueout += getcode.fontsize(7).fontcolor(randomcolor())
    else
    valueout += getcode.fontsize(randomfont()).fontcolor(randomcolor());
    }
    valueout = "<strong>" + valueout + "</strong>"
    document.forms[0].result.value = valueout;
    // parent.output.document.open('text/html');
    // parent.output.document.write(valueout);
    // parent.output.document.close();
    pageout = "<html><body bgcolor=blue><strong>"
    pageout += valueout + "</strong>"
    pageout += "<p><center><hr width=50><p><font color=white>Visit "
    pageout += "<a href="http://www.adresonline.gen.******">"
    pageout += "Hazır Pages</a>ADRESONLİNE CORPARATİON</font></center>"
    pageout += "</body></html>"
    out = window.open('','output');
    out.document.write(pageout);
    out.document.close();
    }

    function randomfont()
    { f=Math.floor(Math.random()*(5))+3
    return f
    }

    function randomcolor()
    { c = Math.floor(Math.random()*(17))
    if (c == 0) return 'gray'
    else if (c == 1) return 'maroon'
    else if (c == 2) return 'purple'
    else if (c == 3) return 'green'
    else if (c == 4) return 'olive'
    else if (c == 5) return 'navy'
    else if (c == 6) return 'teal'
    else if (c == 7) return 'silver'
    else if (c == 8) return 'red'
    else if (c == 9) return 'fuchsia'
    else if (c == 10) return 'lime'
    else if (c == 11) return 'yellow'
    else if (c == 12) return 'blue'
    else if (c == 13) return 'aqua'
    else if (c == 14) return 'orange'
    else if (c == 15) return 'brown'
    else if (c == 16) return 'magenta'

    else return 'black'
    }


    // --></script>

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

    <p align="center"><a href="http://www.adresonline.gen.******"><font
    color="#FF0000" size="7"><strong>AdReS</strong></font><font
    color="#0000FF" size="7"><strong>oNLiNe</strong></font></a></p>

    <p> </p>

    <p align="center"><font color="#008000" size="4"><strong>T</strong></font><font
    color="#22165A" size="6"><strong>h</strong></font><font
    color="#0000FF" size="7"><strong>e</strong></font><font
    color="#008000" size="7"><strong>y</strong></font><font
    color="#00000B" size="2"><strong> </strong></font><font
    color="#FF0000" size="6"><strong>a</strong></font><font
    color="#22165A" size="3"><strong>r</strong></font><font
    color="#FFFF00" size="6"><strong>e</strong></font><font
    color="#FF0000" size="7"><strong> </strong></font><font
    color="#008000" size="1"><strong>c</strong></font><font
    color="#008080" size="6"><strong>o</strong></font><font
    color="#FF0000" size="4"><strong>m</strong></font><font
    color="#0000FF" size="2"><strong>i</strong></font><font
    color="#FFFF00" size="6"><strong>n</strong></font><font
    color="#008000" size="4"><strong>g</strong></font><font
    color="#008000" size="1"><strong> </strong></font><font
    color="#00000B" size="1"><strong>t</strong></font><font
    color="#FFFF00" size="7"><strong>o</strong></font><font
    color="#0000FF" size="6"><strong> </strong></font><font
    color="#22165A" size="4"><strong>t</strong></font><font
    color="#00000B" size="5"><strong>a</strong></font><font
    color="#22165A" size="7"><strong>k</strong></font><font
    color="#0000FF" size="1"><strong>e</strong></font><font
    color="#008000" size="6"><strong> </strong></font><font
    color="#22165A" size="3"><strong>m</strong></font><font
    color="#22165A" size="4"><strong>e</strong></font><font
    color="#22165A" size="5"><strong> </strong></font><font
    color="#00000B" size="6"><strong>a</strong></font><font
    color="#0000FF" size="5"><strong>w</strong></font><font
    color="#008000" size="3"><strong>a</strong></font><font
    color="#0000FF" size="2"><strong>y </strong></font><font
    color="#00000B" size="7"><strong>h</strong></font><font
    color="#FFFF00" size="1"><strong>a</strong></font><font
    color="#FF0000" size="2"><strong> </strong></font><font
    color="#0000FF" size="5"><strong>h</strong></font><font
    color="#FF0000" size="7"><strong>a</strong></font> </p>

    <p><font color="#0000FF">Eğlenceli bir Web Sayfası Yapma Olayı.
    Web Masterler Sitelerine Yerleştirebilirler. Basit renkli ve hazır
    web sayfası Yapmak isteyenler için ideal.</font></p>

    <form>
    <p align="center"><font color="#FF0000">Mesajınızı Yazın
    ve Dönüştür Tuşuna Basın</font><font color="#FFFFFF"><br>
    <textarea name="code" rows="4" cols="60"></textarea> </font></p>
    <p align="center"><font color="#FFFFFF"><input type="button"
    name="button1" value="Dönüştür"
    onclick="codeit(document.forms[0].code.value)"> </font></p>
    <p align="center"><font color="#FF0000">Burada Yukarıdaki
    Yazının Html Kodları Yani Hazır Web Sayfası Yer Alacak</font><font
    color="#FFFFFF"><br>
    <textarea name="result" rows="4" cols="60"></textarea> </font></p>
    </form>

    <p align="center"><a href="http://www.adresonline.gen.******"><font
    color="#FF0000"><strong><u>ADRES</u></strong></font><font
    color="#0000FF"><strong><u>ONLİNE</u></strong></font></a><font
    color="#0000FF"> <br>
    </font><a href="http://www.adresonline.gen.******"><font
    color="#0000FF">http://www.</font><font color="#FF0000">adres</font><font
    color="#0000FF">online.gen.******</font></a></p>

    <p align="center"><a href="http://www.adresonline.gen.******"><font
    color="#0000FF"><strong><u>İnternet Kaynakları </u></strong></font></a><font
    color="#0000FF"><strong><u><br>
    </u></strong></font><a href="http://www.adresonline.gen.******"><font
    color="#0000FF"><strong><u>Web Araçları</u></strong></font></a></p>

    <p align="center"><font color="#0000FF"><strong><u>Katkılarından
    Dolayı HazırKod.com 'a Teşekkürler.</u></strong></font></p>
    </body>
    </html>


    Sayaç (ziyaretçi sayısı)



    <map NAME=cnap><area HREF=http://ctxtyy.com/3424/><area SHAPE=rect COORDS=3,2,100,20 HREF=http://ctxtyy.com/3424/></map><img border=0 usemap=#cnap border=0 src=http://ctr.ctxaqa.com/counter/index.php?u=uyeadi&s=blueodo></body></html>


    Arkaplan aniden renkler içinde kalıyor sonra düzeliyor

    <script>
    <!---
    function initArray() {
    this.length = initArray.arguments.length
    for (var i = 0; i < this.length; i++)
    this[i+1] = initArray.arguments
    }
    var hexChars = "0123456789ABCDEF";
    function Dec2Hex (Dec) {
    var a = Dec % 16;
    var b = (Dec - a)/16;
    hex = "" + hexChars.charAt(b) + hexChars.charAt(a);
    return hex;
    }
    function bgChanger (begin, end, steps) {
    steps = steps -1 ;
    redA = begin.charAt(0) + begin.charAt(1);
    red_valA = parseInt(redA,'16');
    redB = end.charAt(0) + end.charAt(1);
    red_valB = parseInt(redB,'16');
    red_int = ((red_valB - red_valA) / steps) * -1;
    grnA = begin.charAt(2) + begin.charAt(3);
    grn_valA = parseInt(grnA,'16');
    grnB = end.charAt(2) + end.charAt(3);
    grn_valB = parseInt(grnB,'16');
    grn_int = ((grn_valB - grn_valA) / steps) * -1;
    bluA = begin.charAt(4) + begin.charAt(5);
    blu_valA = parseInt(bluA,'16');
    bluB = end.charAt(4) + end.charAt(5);
    blu_valB = parseInt(bluB,'16');
    blu_int = ((blu_valB - blu_valA) / steps) * -1;
    step = 2;
    red = red_valA;
    grn = grn_valA;
    blu = blu_valA;
    document.bgColor = begin;
    while ( steps >= step ) {
    red -= red_int;
    red_round = Math.round(red);
    red_hex = Dec2Hex(red);
    grn -= grn_int;
    grn_round = Math.round(grn);
    grn_hex = Dec2Hex(grn);
    blu -= blu_int;
    blu_round = Math.round(blu);
    blu_hex = Dec2Hex(blu);
    document.bgColor = red_hex + grn_hex + blu_hex;
    step++;
    }
    document.bgColor = end;
    }
    bgChanger("000000","000000",15);
    bgChanger("000000","FF0000",15);
    bgChanger("FF0000","000000",15);
    bgChanger("000000","AA00EE",15);
    bgChanger("AA00EE","000000",15);
    bgChanger("000000","0000FF",15);
    bgChanger("0000FF","000000",15);
    bgChanger("000000","kendi renk kodunuz",15);
    // -->
    </script>
#28.06.2006 02:40 0 0 0
  • Sayfayı titret


    <html><HEAD>

    <SCRIPT LANGUAGE="JavaScript1.2">

    <!-- Begin
    function shake(n) {
    if (self.moveBy) {
    for (i = 10; i > 0; i--) {
    for (j = n; j > 0; j--) {
    self.moveBy(0,i);
    self.moveBy(i,0);
    self.moveBy(0,-i);
    self.moveBy(-i,0);
    }
    }
    }
    }
    // End -->
    </script>
    </HEAD>
    <BODY bgcolor="red">
    <center><font color="white">
    <h1>DÜĞMEYE BASIN VE OLANLARI GÖRÜN</h1>
    <br>
    <h3>dilerseniz seri bi şekilde space'e basmayı deneyin</h3>

    <center>
    <form>
    <input type=button onClick="shake(2)" value="BAŞLA">
    </form>


    Açılır menü


    <style>
    BODY { font-family:verdana, arial, helvetica; font-size:70%; }
    H1 { font-size:120%; font-style:italic; }

    DIV#divMenuBar { background-color:#6699CC; }
    TABLE#tblMenuBar TD { font-size:60%; color:white; padding:0px 5px 0px 5px; cursor:default; }
    TABLE#tblMenuBar TD.MenuMadde { font-weight:bold; cursor:hand; }

    DIV.clsMenu {
    font-size:90%; background-color:#6699CC;
    position:absolute; visibility:hidden; width:130px;
    padding:5px 5px 5px 8px; border-top:1 white solid;
    }
    DIV.clsMenu A { text-decoration:none; color:white; font-weight:bold; }
    DIV.clsMenu A:hover { color:moccasin; }

    BUTTON { font-family:tahoma; font-size:100%; }
    </style>

    <SCRIPT LANGUAGE="Javascript">
    var eOpenMenu = null;

    function OpenMenu(eSrc,eMenu)
    {
    eMenu.style.left = eSrc.offsetLeft + divMenuBar.offsetLeft;
    eMenu.style.top = divMenuBar.offsetHeight + divMenuBar.offsetTop;
    eMenu.style.visibility = "visible";
    eOpenMenu = eMenu;
    }

    function CloseMenu(eMenu)
    {
    eMenu.style.visibility = "hidden";
    eOpenMenu = null;
    }

    function document.onmouseover()
    {
    var eSrc = window.event.srcElement;
    if ("MenuMadde" == eSrc.className)
    {
    eSrc.style.color = "moccasin";
    var eMenu = document.all[eSrc.id.replace("tdMenuBarItem","divMenu")];
    if (eOpenMenu && eOpenMenu != eMenu)
    {
    CloseMenu(eOpenMenu);
    }
    if (eMenu)
    {
    OpenMenu(eSrc,eMenu);
    }
    }
    else if (eOpenMenu && !eOpenMenu.contains(eSrc) && !divMenuBar.contains(eSrc))
    {
    CloseMenu(eOpenMenu);
    }
    }

    function document.onmouseout()
    {
    var eSrc = window.event.srcElement;
    if ("MenuMadde" == eSrc.className)
    {
    eSrc.style.color = "";
    }
    }

    </SCRIPT>

    Aşağısı Body Kısmına Eklenecek-------------------------

    <DIV ID="divMenuBar">
    <TABLE ID="tblMenuBar" BORDER="0">
    <TR>
    <TD CLASS="MenuMadde" ID="tdMenuBarItem01">MENÜ MADDE 01</TD>
    <TD>|</TD>
    <TD CLASS="MenuMadde" ID="tdMenuBarItem02">MENÜ MADDE 02</TD>
    <TD>|</TD>
    <TD CLASS="MenuMadde" ID="tdMenuBarItem03">MENÜ MADDE 03</TD>
    </TR>
    </TABLE>
    </DIV>

    <DIV CLASS="clsMenu" ID="divMenu01">
    <DIV CLASS="clsMenuAra"></DIV>
    <DIV><A TARGET="_new" HREF="01.asp">Madde 01</A></DIV>
    <DIV><A TARGET="_new" HREF="02.asp">Madde 02</A></DIV>
    <DIV><A TARGET="_new" HREF="03.asp">Madde 03</A></DIV>
    <DIV><A TARGET="_new" HREF="04.asp">Madde 04</A></DIV>
    <DIV><A TARGET="_new" HREF="05.asp">Madde 05</A></DIV>
    </DIV>

    <DIV CLASS="clsMenu" ID="divMenu02">
    <DIV CLASS="clsMenuAra"></DIV>
    <DIV><A TARGET="_new" HREF="11.asp">Madde 01</A></DIV>
    <DIV><A TARGET="_new" HREF="12.asp">Madde 02</A></DIV>
    <DIV><A TARGET="_new" HREF="13.asp">Madde 03</A></DIV>
    <DIV><A TARGET="_new" HREF="14.asp">Madde 04</A></DIV>
    <DIV><A TARGET="_new" HREF="15.asp">Madde 05</A></DIV>
    </DIV>

    <DIV CLASS="clsMenu" ID="divMenu03">
    <DIV CLASS="clsMenuAra"></DIV>
    <DIV><A TARGET="_new" HREF="21.asp">Madde 01</A></DIV>
    <DIV><A TARGET="_new" HREF="22.asp">Madde 02</A></DIV>
    <DIV><A TARGET="_new" HREF="23.asp">Madde 03</A></DIV>
    <DIV><A TARGET="_new" HREF="24.asp">Madde 04</A></DIV>
    <DIV><A TARGET="_new" HREF="25.asp">Madde 05</A></DIV>
    </DIV>


    Flash haber


    <style>
    <!--

    #tickertape{
    position:relative;

    layer-background-color:black;
    width:400;
    height:12;
    }

    #subtickertape{
    background-color:black;
    position:absolute;
    border: 1px solid black;
    width:400;
    height:12;

    }


    .subtickertapefont{
    font:bold 12px Verdana;
    text-decoration:none;
    color:white;
    }

    .subtickertapefont a{
    color:white;
    text-decoration:none;
    }
    -->
    </style>
    <title>Kodlayici.com</title>
    </head>

    <body onload="if (document.all||document.layers){regenerate2();update()}">

    <table border="0" width="423" cellspacing="0" cellpadding="0">
    <tr>
    <td width="19"></td>
    <td valign="top" align="left" width="404"><p align="left"><div id="tickertape">
    <div id="subtickertape" class="subtickertapefont">Initializing...</div>
    </div>

    <script language="JavaScript1.2">


    var speed=4000

    var news=new Array()
    news[0]="<a href='http://www.google.com'>* Google ( Ne ararsanız hepsi burada var)</a>"
    news[1]="<a href='http://www.yahoo.com'>* Yahoo (Hem arayın hem de maillerinize bakın)</a>"
    news[2]="<a href='http://www.hotmail.com'>* Hotmail (En mail bu mail, HoTmAiL)</a>"
    //expand or shorten this list of messages as desired

    i=0
    if (document.all)
    tickerobject=document.all.subtickertape.style
    else
    tickerobject=document.tickertape.document
    function regenerate(){
    window.location.reload()
    }
    function regenerate2(){
    if (document.layers)
    setTimeout("window.onresize=regenerate",450)
    }

    function update(){
    BgFade(0xff,0xff,0xff, 0x00,0x00,0x00,10);
    if (document.layers){
    document.tickertape.document.subtickertape.document.write('<span class="subtickertapefont">'+news+'</span>')
    document.tickertape.document.subtickertape.document.close()
    }
    else
    document.all.subtickertape.innerHTML=news

    if (i<news.length-1)
    i++
    else
    i=0
    setTimeout("update()",speed)
    }

    function BgFade(red1, grn1, blu1, red2,
    grn2, blu2, steps) {
    sred = red1; sgrn = grn1; sblu = blu1;
    ered = red2; egrn = grn2; eblu = blu2;
    inc = steps;
    step = 0;
    RunFader();
    }
    function RunFader() {
    var epct = step/inc;
    var spct = 1 - epct;
    if (document.layers)
    tickerobject.bgColor =
    Math.floor(sred * spct + ered *
    epct)*256*256 +
    Math.floor(sgrn * spct + egrn * epct)*256 +
    Math.floor(sblu * spct + eblu * epct);
    else
    tickerobject.backgroundColor=
    Math.floor(sred * spct + ered *
    epct)*256*256 +
    Math.floor(sgrn * spct + egrn * epct)*256 +
    Math.floor(sblu * spct + eblu * epct);
    if ( step < inc ) {
    setTimeout('RunFader()',50);
    }
    step++;
    }
    </script></p>
    </table>
    </body>
#28.06.2006 02:44 0 0 0
  • Sayfanıza yağan kalpler


    <!-- Begin
    var no = 12; // BURADA KALPLERIN SAYISINI BELIRTIYORUZ
    var speed = 10; // KALPLERIN KAYMA HIZINI AYARLIYORUZ
    var heart = "kalp.gif"; // KAYAN RESIM DOSYASININ ISMINI YAZIYORUZ
    var flag;
    var ns4up = (document.layers) ? 1 : 0; // browser sniffer
    var ie4up = (document.all) ? 1 : 0;

    var dx, xp, yp; // coordinate and position variables
    var am, stx, sty; // amplitude and step variables
    var i, doc_width = 800, doc_height = 600;
    if (ns4up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
    } else if (ie4up) {
    doc_width = document.body.clientWidth;
    doc_height = document.body.clientHeight;
    }
    dx = new Array();
    xp = new Array();
    yp = new Array();
    amx = new Array();
    amy = new Array();
    stx = new Array();
    sty = new Array();
    flag = new Array();
    for (i = 0; i < no; ++ i) {
    dx = 0; // set coordinate variables
    xp = Math.random()*(doc_width-30)+10; // set position variables
    yp = Math.random()*doc_height;
    amy = 12+ Math.random()*20; // set amplitude variables
    amx = 10+ Math.random()*40;
    stx = 0.02 + Math.random()/10; // set step variables
    sty = 0.7 + Math.random(); // set step variables
    flag = (Math.random()>0.5)?1:0;
    if (ns4up) { // set layers
    if (i == 0) {
    document.write("<layer name="dot"+ i +"" left="15" ");
    document.write("top="15" visibility="show"><img src="");
    document.write(heart+ "" border="0"></layer>");
    } else {
    document.write("<layer name="dot"+ i +"" left="15" ");
    document.write("top="15" visibility="show"><img src="");
    document.write(heart+ "" border="0"></layer>");
    }
    } else
    if (ie4up) {
    if (i == 0) {
    document.write("<div id="dot"+ i +"" style="POSITION: ");
    document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
    document.write("visible; TOP: 15px; LEFT: 15px;"><img src="");
    document.write(heart+ "" border="0"></div>");
    } else {
    document.write("<div id="dot"+ i +"" style="POSITION: ");
    document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
    document.write("visible; TOP: 15px; LEFT: 15px;"><img src="");
    document.write(heart+ "" border="0"></div>");
    }
    }
    }

    function snowNS() { // Netscape main animation function
    for (i = 0; i < no; ++ i) { // iterate for every dot
    if (yp > doc_height-50) {
    xp = 10+ Math.random()*(doc_width-amx-30);
    yp = 0;
    flag=(Math.random()<0.5)?1:0;
    stx = 0.02 + Math.random()/10;
    sty = 0.7 + Math.random();
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
    }
    if (flag)
    dx += stx;
    else
    dx -= stx;
    if (Math.abs(dx) > Math.PI) {
    yp+=Math.abs(amy*dx);
    xp+=amx*dx;
    dx=0;
    flag=!flag;
    }
    document.layers["dot"+i].top = yp + amy*(Math.abs(Math.sin(dx)+dx));
    document.layers["dot"+i].left = xp + amx*dx;

    }
    setTimeout("snowNS()", speed);
    }

    function snowIE() { // IE main animation function
    for (i = 0; i < no; ++ i) { // iterate for every dot
    if (yp > doc_height-50) {
    xp = 10+ Math.random()*(doc_width-amx-30);
    yp = 0;
    stx = 0.02 + Math.random()/10;
    sty = 0.7 + Math.random();
    flag=(Math.random()<0.5)?1:0;
    doc_width = document.body.clientWidth;
    doc_height = document.body.clientHeight;
    }
    if (flag)
    dx += stx;
    else
    dx -= stx;
    if (Math.abs(dx) > Math.PI) {
    yp+=Math.abs(amy*dx);
    xp+=amx*dx;
    dx=0;
    flag=!flag;
    }

    document.all["dot"+i].style.pixelTop = yp + amy*(Math.abs(Math.sin(dx)+dx));
    document.all["dot"+i].style.pixelLeft = xp + amx*dx;
    }
    setTimeout("snowIE()", speed);
    }

    if (ns4up) {
    snowNS();
    } else if (ie4up) {
    snowIE();
    }
    // End -->
    </script>


    3D buton menüsü


    <head>

    <style>
    .divlink {
    width:150px;
    cursor:sw-resize;
    background-color:#cccccc;
    border:1px solid darkblue;
    border-top-width:0px;
    color:#006699;
    font-weight:bold;
    padding:3px 0px 3px 10px;
    text-align:left;
    }
    .divoverlink {
    width:150px;
    cursor:sw-resize;
    background-color:#e5e5e5;
    border:1px solid darkred;
    border-top-width:0px;
    color:red;
    font-weight:bold;
    padding:3px 0px 3px 10px;
    text-align:left;
    }
    .title
    {
    width:150px;
    background-color:blue;
    border:1px solid darkblue;
    color:white;
    font-weight:bold;
    padding:3px 7px 3px 3px;
    text-align:left;
    }
    .link{
    font-family:verdana;
    font-size:10px;
    filter:shadow(Color=gray, Direction=135,Strength=15);
    }
    .link a{
    text-decoration:none;
    }
    </style>
    <script language="JavaScript">//Free JavaScripts on http://kodlayici.com
    var scroll = true // true yerine dilerseniz false kodunu da kullanabilirsiniz...
    var offsetleft = 415 // Sayfanın sol tarafına olan uzaklığı
    var offsettop = 10 // Sayfanın üst tarafına olan uzaklığı
    var step = 2

    function init(id)
    {
    obj_head = document.getElementById(id)
    obj_head.style.height = obj_head.offsetHeight +10;
    if(scroll)
    {
    obj_head.style.position = "absolute";
    obj_head.style.width = obj_head.offsetWidth + 10;
    obj_head.style.top = offsettop;
    obj_head.style.left = offsetleft;
    }
    obj_head.style.visibility="visible";
    }
    var T1 = null;

    var ie4=document.all?1:0
    var ns6=document.getElementById&&!document.all?1:0

    function makeStatic() {
    id = "head1";
    if (ie4) {wtop = document.body.scrollTop+offsettop}
    else if (ns6) {wtop = window.pageYOffset+offsettop}
    ntop = parseInt(document.getElementById(id).style.top)
    if((ntop > (wtop)) && (ntop >(wtop + step))){
    document.getElementById(id).style.top = wtop
    T1 = setTimeout("makeStatic()",0);
    }
    else
    {
    if((ntop < (wtop)) && (ntop < (wtop+ step))){
    document.getElementById(id).style.top = ntop + step
    T1 = setTimeout("makeStatic()",0);
    }
    else {clearTimeout("T1");T1=""}}
    }
    if (scroll)
    {
    if (document.all) window.onscroll = makeStatic
    else setInterval ('makeStatic()', 100);} </script>

    </head>

    <body bgColor=#ebe2d3 onload="init('head1')">
    <br>
    <div class=link id=head1 style="visibility:hidden">
    <div class=title> <strong>M E N Ü</strong></div>
    <a href="http://kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 1</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 2</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 3</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 4</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 5</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 6</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 7</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 8</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 9</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 10</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 11</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 12</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 13</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 14</div></a>
    <a href="http://www.kodlayici.com" target="_blank"><div class=divlink onmouseover="this.className='divoverlink';" onmouseout="this.className='divlink';">Link 15</div></a>

    </body>


    Sitenizde havai fişek gösterisi


    <body bgcolor="#000000">
    <script language="JavaScript">
    <!--
    CL=new Array('#ff0000','#00ff00','#ffffff','#ff00ff','#ffa500','#ffff00','#00ff00','#ffffff','#ff00ff')
    CL2=new Array('#ffa500','#00ff00','#FFAAFF','#fff000','#fffffF')
    Xpos=130;
    Ypos=130;
    I='#00ff00';
    C=0;
    S=5;
    H=null;
    W=null;
    Y=null;
    NS4=(document.layers);
    NS6=(document.getElementById&&!document.all);
    IE4=(document.all);
    A=14;
    E=120;
    L=null;
    if (NS4){
    for (i=0; i < A; i++)
    document.write('<LAYER NAME="nsstars'+i+'" TOP=0 LEFT=0 BGCOLOR='+I+' CLIP="0,0,2,2"></LAYER>');
    }
    if (NS6){
    window.document.body.style.overflow='hidden';
    for (i=0; i < A; i++)
    document.write('<div id="ns6stars'+i+'" style="position:absolute;top:0px;left:0px;height:2px;width:2px;font-size:2px;background:'+I+'"></div>');
    }
    if (IE4){
    document.write('<div id="ie" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i=0; i < A; i++)
    document.write('<div id="iestars" style="position:absolute;top:0;left:0;width:2px;height:2px;background:'+I+';font-size:2px"></div>');
    document.write('</div></div>');
    }
    function Fireworks(){
    H=(NS4||NS6)?window.innerHeight:window.document.body.clientHeight;
    W=(NS4||NS6)?window.innerWidth:window.document.body.clientWidth;
    Y=(NS4||NS6)?window.pageYOffset:window.document.body.scrollTop;
    for (i=0; i < A; i++){
    if (IE4)L=iestars.style;
    if (NS4)L=document.layers["nsstars"+i];
    if (NS6)L=document.getElementById("ns6stars"+i).style;
    var F=Math.floor(Math.random()*CL.length);
    var RS=Math.round(Math.random()*2);
    L.top = Ypos + E*Math.sin((C+i*5)/3)*Math.sin(C/100)
    L.left= Xpos + E*Math.cos((C+i*5)/3)*Math.sin(C/100)
    if (C < 110){
    if (NS4){L.bgColor=I;L.clip.width=1;L.clip.height=1}
    if (IE4||document.getElementById)
    {L.background=I;L.width=1;L.height=1;L.fontSize=1}
    }
    else{
    if (NS4){L.bgColor=CL[F];L.clip.width=RS;L.clip.height=RS}
    if (IE4||document.getElementById){L.background=CL[F];L.width=RS;L.height=RS;L.fontSize=RS}
    }
    }
    if (C > 220){
    C=0;
    var NC=Math.floor(Math.random()*CL2.length);
    I=CL2[NC];
    E=Math.round(100+Math.random()*50);
    Ypos = E+Math.round(Math.random()*(H-(E*2.2)))+Y;
    Xpos = E+Math.round(Math.random()*(W-(E*2.2)));
    }
    C+=S;
    setTimeout("Fireworks()",10);
    }
    Fireworks();
    // -->
    </script>


    Sayfanıza yağmur yağsın


    <BODY>

    <SCRIPT LANGUAGE="JavaScript">

    <!-- Begin
    var no = 50;
    var speed = 1;
    var ns4up = (document.layers) ? 1 : 0;
    var ie4up = (document.all) ? 1 : 0;
    var s, x, y, sn, cs;
    var a, r, cx, cy;
    var i, doc_width = 800, doc_height = 600;
    if (ns4up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
    }
    else
    if (ie4up) {
    doc_width = document.body.clientWidth;
    doc_height = document.body.clientHeight;
    }
    x = new Array();
    y = new Array();
    r = new Array();
    cx = new Array();
    cy = new Array();
    s = 8;
    for (i = 0; i < no; ++ i) {
    initRain();
    if (ns4up) {
    if (i == 0) {
    document.write("<layer name="dot"+ i +"" left="1" ");
    document.write("top="1" visibility="show"><font color="blue">");
    document.write(",</font></layer>");
    }
    else {
    document.write("<layer name="dot"+ i +"" left="1" ");
    document.write("top="1" visibility="show"><font color="blue">");
    document.write(",</font></layer>");
    }
    }
    else
    if (ie4up) {
    if (i == 0) {
    document.write("<div id="dot"+ i +"" style="POSITION: ");
    document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
    document.write("visible; TOP: 15px; LEFT: 15px;"><font color="blue">");
    document.write(",</font></div>");
    }
    else {
    document.write("<div id="dot"+ i +"" style="POSITION: ");
    document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
    document.write("visible; TOP: 15px; LEFT: 15px;"><font color="blue">");
    document.write(",</font></div>");
    }
    }
    }
    function initRain() {
    a = 6;
    r = 1;
    sn = Math.sin(a);
    cs = Math.cos(a);
    cx = Math.random() * doc_width + 1;
    cy = Math.random() * doc_height + 1;
    x = r * sn + cx;
    y = cy;
    }
    function makeRain() {
    r = 1;
    cx = Math.random() * doc_width + 1;
    cy = 1;
    x = r * sn + cx;
    y = r * cs + cy;
    }
    function updateRain() {
    r += s;
    x = r * sn + cx;
    y = r * cs + cy;
    }
    function raindropNS() {
    for (i = 0; i < no; ++ i) {
    updateRain();
    if ((x <= 1) || (x >= (doc_width - 20)) || (y >= (doc_height - 20))) {
    makeRain();
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
    }
    document.layers["dot"+i].top = y;
    document.layers["dot"+i].left = x;
    }
    setTimeout("raindropNS()", speed);
    }
    function raindropIE() {
    for (i = 0; i < no; ++ i) {
    updateRain();
    if ((x <= 1) || (x >= (doc_width - 20)) || (y >= (doc_height - 20))) {
    makeRain();
    doc_width = document.body.clientWidth;
    doc_height = document.body.clientHeight;
    }
    document.all["dot"+i].style.pixelTop = y;
    document.all["dot"+i].style.pixelLeft = x;
    }
    setTimeout("raindropIE()", speed);
    }
    if (ns4up) {
    raindropNS();
    }
    else
    if (ie4up) {
    raindropIE();
    }
    // End -->
    </script>
#28.06.2006 02:48 0 0 0
  • Teşekkürler ellerine sağlık
#11.07.2006 09:50 0 0 0
  • çok saol arkadasıım
#11.07.2006 19:38 0 0 0
  • Çok teşekkürler
#14.07.2006 00:23 0 0 0
  • cok tesekkurler emegine saglık
#16.07.2006 18:18 0 0 0
  • teşekürler
#07.08.2006 17:26 0 0 0
  • Sag bilader yalniz bu islemi yapmak icn ney lazim programini sunmusun fakat nerden bulacaz progamini simdiden sag ol.

    Saygilar
#02.09.2006 18:30 0 0 0
  • teşekkürler kardeş, eline sağlık
#21.11.2007 10:48 0 0 0
  • iyi paylasma
    tesekkurler arkadas
#30.11.2007 07:17 0 0 0
  • bilader tasarım ayarlarından denedim olmadı.sitenin standart temalarını kullanmak istemiyorum.başka yüklemek istiyorum.ama olmuyo.tasarımayarlarından denedim olmadı çyardım edersen sevinirim şimdidden sağol.ha bu arada daha yeniyim öğreneceğim çok şey
#14.12.2007 15:48 0 0 0