Acilen Hacker İndex sayfa html kodlar

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

rohst

Katılımcı Üye
3 Nis 2012
320
2
Merhaba arkadaşlar
Acilen hacker index sayfası gerekiyor html kodları da olsa olur
şimdiden teşekkürler..:
 

ExeOweR

Kıdemli Üye
5 Mar 2012
3,385
1,038
exe.php
Kod:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html><head><title> ßy ExeOwéR </title><link rel="SHORTCUT 

ICON" 

href="http://i.imgur.com/2ePvK.gif"><****>

*********
body {
    background: #000000 url() no-repeat top center;
    color: #ff0000;
    font-family: Courier New;
    font-size: 12px;
}
#black{
    text-align: center;
    font-size:12px;
    font-weight: bold;
}
a:link, a:visited {font-weight:normal; text-decoration:none; color:#ff0000;}
a:hover {font-weight:bold; text-decoration:none; cursor:help;}
.style1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
}
.style2 {color: #FFFFFF}
.style4 {font-size: 12px}
.style5 {
    font-size: medium;
    font-weight: bold;
    font-family: "Courier New", Courier, monospace;
}
.style7 {
    font-size: large;
    font-weight: bold;
    color: #CCCCCC;
}
.style11 {
    font-size: x-large;
    color: #66FF66;
}
.style12 {font-size: medium}
.style13 {font-weight: bold; color: #FFFF00;}
.style15 {color: #FFFFFF; font-size: large; }
.style16 {font-weight: bold}
</style>
<head>
 

<script language="JavaScript1.2">

function ClearError() {return true;}

window.onerror = ClearError;

</script>

<div align="center"><table width="70%" border="0">
<tbody><tr><td><p> </p>
  <center>

<font size="6" face="snap itc"><b><span id="lightf_light"></span></b></font>
**********
lightf_lightcolor1=    "FF0000" // Büyük harf kullanın
lightf_lightcolor2=    "FFFFFF" // Büyük harf kullanın
lightf_message=        "[ ßy ExeOwéR ]"
lightf_speed=        75 // milisaniye

color_mesk=new Array();
color_mesk[10]="A";
color_mesk[11]="B";
color_mesk[12]="C";
color_mesk[13]="D";
color_mesk[14]="E";
color_mesk[15]="F";
color_A=10;
color_B=11;
color_C=12;
color_D=13;
color_E=14;
color_F=15;
color_let="ABCDEF";

function color_mes(color_num)
{
  if(color_let.indexOf(color_num) != -1)
  {
    return eval("color_" + color_num)
  }
  else
  {
    if(color_num < 10)
    {
      return eval(color_num)
    }
    else
    {
     return color_mesk[color_num];
    }
  }
}

function color(color_begin,color_einde,color_stappen,color_stap)
{
  color_hh1=(color_mes(color_begin.charAt(0))*16)+color_mes(color_begin.charAt(1));
  color_hh2=(color_mes(color_begin.charAt(2))*16)+color_mes(color_begin.charAt(3));
  color_hh3=(color_mes(color_begin.charAt(4))*16)+color_mes(color_begin.charAt(5));
  color_pp1=(color_mes(color_einde.charAt(0))*16)+color_mes(color_einde.charAt(1));
  color_pp2=(color_mes(color_einde.charAt(2))*16)+color_mes(color_einde.charAt(3));
  color_pp3=(color_mes(color_einde.charAt(4))*16)+color_mes(color_einde.charAt(5));
  if(color_hh1 < color_pp1)
  {
   color_ff1=color_hh1+Math.floor((color_pp1-color_hh1)/color_stappen*color_stap);
   color_ff1=eval("'"+color_mes(Math.floor(color_ff1/16))+"'")+eval("'"+color_mes(color_ff1-(Math.floor(color_ff1/16)*16))+"'");
  }
  else
  {
   color_ff1=color_hh1-Math.floor((color_hh1-color_pp1)/color_stappen*color_stap);
   color_ff1=eval("'"+color_mes(Math.floor(color_ff1/16))+"'")+eval("'"+color_mes(color_ff1-(Math.floor(color_ff1/16)*16))+"'");
  }
  if(color_hh2 < color_pp2)
  {
   color_ff2=color_hh2+Math.floor((color_pp2-color_hh2)/color_stappen*color_stap);
   color_ff2=eval("'"+color_mes(Math.floor(color_ff2/16))+"'")+eval("'"+color_mes(color_ff2-(Math.floor(color_ff2/16)*16))+"'");
  }
  else
  {
    color_ff2=color_hh2-Math.floor((color_hh2-color_pp2)/color_stappen*color_stap);
    color_ff2=eval("'"+color_mes(Math.floor(color_ff2/16))+"'")+eval("'"+color_mes(color_ff2-(Math.floor(color_ff2/16)*16))+"'");
  }
  if(color_hh3 < color_pp3)
  {
    color_ff3=color_hh3+Math.floor((color_pp3-color_hh3)/color_stappen*color_stap);
    color_ff3=eval("'"+color_mes(Math.floor(color_ff3/16))+"'")+eval("'"+color_mes(color_ff3-(Math.floor(color_ff3/16)*16))+"'");
  }
  else
  {
    color_ff3=color_hh3-Math.floor((color_hh3-color_pp3)/color_stappen*color_stap);
    color_ff3=eval("'"+color_mes(Math.floor(color_ff3/16))+"'")+eval("'"+color_mes(color_ff3-(Math.floor(color_ff3/16)*16))+"'");
  }
  return color_ff1+color_ff2+color_ff3
}

lightf_num=0;
lightf_num2=0;
lightf_txt=new Array();
lightf_txt[0]="";

function lightf()
{
  for(lightf_i=0;lightf_i != Math.floor(lightf_message.length/2);lightf_i++)
  {
    lightf_txt[lightf_i]=color(lightf_lightcolor1,lightf_lightcolor2,Math.floor(lightf_message.length/2),lightf_i);
  }
  for(lightf_i=Math.floor(lightf_message.length/2);lightf_i != lightf_message.length;lightf_i++)
  {
    lightf_txt[lightf_i]=color(lightf_lightcolor2,lightf_lightcolor1,Math.floor(lightf_message.length/2),(lightf_i-Math.floor(lightf_message.length/2)));
  }
  lightf_lightf1();
}

function lightf_lightf1()
{

  lightf_txt[lightf_message.length+1]="";
  lightf_num2=lightf_message.length-lightf_num;
  for(lightf_i=0;lightf_i != lightf_message.length;lightf_i++)
  {
   if(lightf_i+lightf_num < lightf_message.length)
   {
     lightf_txt[lightf_message.length+1]=lightf_txt[lightf_message.length+1]+"<font color='#"+lightf_txt[(lightf_i+lightf_num)]+"'>"+lightf_message.charAt(lightf_i)+"</font>";
   }
   else
   {
     lightf_txt[lightf_message.length+1]=lightf_txt[lightf_message.length+1]+"<font color='#"+lightf_txt[lightf_i-lightf_num2]+"'>"+lightf_message.charAt(lightf_i)+"</font>";
   }
  }
  if(lightf_num != lightf_message.length)
  {
    lightf_num++;
  }
  else
  {
    lightf_num=0;
  }
  lightf_light.innerHTML=lightf_txt[lightf_message.length+1];
  setTimeout("lightf_lightf1()",lightf_speed)
}
lightf();

</script></center>

  <p><div align="center" class="style1"><span class="style2"><blink>.</blink></span> <blink> </blink></div>  <br>
        </br>
        <style type="text/css">
    BODY {
    SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ffffff; FONT-FAMILY: Courier New; SCROLLBAR-DARKSHADOW-COLOR: #000000
}
.Estilo10 {
    COLOR: #ffffff; FONT-FAMILY: Courier New
}
.Estilo8 {
    FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Courier New
}
        </style>
        <script language="JavaScript">
/*
An object-oriented Typing Text script, to allow for multiple instances.
A script that causes any text inside any text element to be "typed out", one letter at a time. Note that any HTML tags will not be included in the typed output, to prevent them from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE v6.
Browsers that do not support this script will simply see the text fully displayed from the start, including any HTML tags.
Functions defined:
  TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function(){return}]):
    Create a new TypingText object around the given element.  Optionally
    specify a delay between characters of interval milliseconds.
    cursor allows users to specify some HTML to be appended to the end of
    the string whilst typing.  Optionally, can also be a function which
    accepts the current text as an argument.  This allows the user to
    create a "dynamic cursor" which changes depending on the latest character
    or the current length of the string.
    finishedCallback allows advanced scripters to supply a function
    to be executed on finishing.  The function must accept no arguments.
  TypingText.run():
    Run the effect.
  static TypingText.runAll():
    Run all TypingText-enabled objects on the page.
*/
TypingText = function(element, interval, cursor, finishedCallback) {
  if((typeof ********.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
    this.running = true;    // Never run.
    return;
  }
  this.element = element;
  this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  this.interval = (typeof interval == "undefined" ? 20 : interval);
  this.origText = this.element.innerHTML;
  this.unparsedOrigText = this.origText;
  this.cursor = (cursor ? cursor : "");
  this.currentText = "";
  this.currentChar = 0;
  this.element.typingText = this;
  if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  TypingText.all.push(this);
  this.running = false;
  this.inTag = false;
  this.tagBuffer = "";
  this.inHTMLEntity = false;
  this.HTMLEntityBuffer = "";
}
TypingText.all = new Array();
TypingText.currentIndex = 0;
TypingText.runAll = function() {
  for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
}
TypingText.prototype.run = function() {
  if(this.running) return;
  if(typeof this.origText == "undefined") {
    setTimeout("********.getElementById('" + this.element.id + "').typingText.run()", this.interval);    // We haven't finished loading yet.  Have patience.
    return;
  }
  if(this.currentText == "") this.element.innerHTML = "";
//  this.origText = this.origText.replace(/<([^<])*>/, "");     // Strip HTML from text.
  if(this.currentChar < this.origText.length) {
    if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
      this.tagBuffer = "<";
      this.inTag = true;
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
      this.tagBuffer += ">";
      this.inTag = false;
      this.currentText += this.tagBuffer;
      this.currentChar++;
      this.run();
      return;
    } else if(this.inTag) {
      this.tagBuffer += this.origText.charAt(this.currentChar);
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
      this.HTMLEntityBuffer = "&";
      this.inHTMLEntity = true;
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
      this.HTMLEntityBuffer += ";";
      this.inHTMLEntity = false;
      this.currentText += this.HTMLEntityBuffer;
      this.currentChar++;
      this.run();
      return;
    } else if(this.inHTMLEntity) {
      this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
      this.currentChar++;
      this.run();
      return;
    } else {
      this.currentText += this.origText.charAt(this.currentChar);
    }
    this.element.innerHTML = this.currentText;
    this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
    this.currentChar++;
    setTimeout("********.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  } else {
    this.currentText = "";
    this.currentChar = 0;
        this.running = false;
        this.finishedCallback();
  }
}
       </script>
     
       *********
td{font-family: courier new; font-size: 9pt; color: red}
a{font-family: courier new; font-size: 12pt; color: red}
        </style>
    </p>
  <div id="example1"></div>
<p align="center" id="example2"> <span class="style5"><span class="style11"> Burayada İstediğini Yaz.. </span> </span><br>
<b></b><br>
<br>
    <span class="style12"></b> <span class="style13">[ SayqıLarımızLa ; ßy ExeOwéR ]</span></span> <br>
<br>
     <span class="style7"> Hayat ßuysa ßöLe Hayatın Am*na Koruz! </span></p>
<p><span class="style4">
  <script type="text/javascript">
</script>
  </span>
    <script type="text/javascript"></script>
    <script type="text/javascript">//Define first typing example:
new TypingText(********.getElementById("example1"));
//Define second typing example (use "slashing" cursor at the end):
new TypingText(********.getElementById("example2"), 60, function(i){
var ar = new Array("_"," ","_","_"); return " " + ar[i.length %
ar.length]; });
//Type out examples:
TypingText.runAll();
  </script>
    <br>
  </p>




<p align="center"><img src="http://scm-l3.technorati.com/11/05/21/34841/hacker.jpg?t=20110521122106" /></p>


<p align="center"><span class="style13"> YapıLması Gereken ßuydu,<br>
  ßizde GeLdik Yaptık..!</span></p>
 <center> <img src="http://team07.0fees.net/sitedown.gif" alt="1"></center>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><strong>İletişim  </strong></p>
<p align="center"><span class="style13 style16"> msn Adresini YAz.</span></p>
<p align="center"> </p>
<p align="center"><br>
  <center>
</p>
<marquee>
<span class="style15"><strong>Bu Hayatta Bu Gün Seve Seve Öğrenmediğin Şeyi Yarın Sike Sike Öğrenirsin,,!! ßy ExeOwéR !!</strong>  </span>
</marquee>

********** alert("  ")</SCRIPT>
<strong></strong>



    <!-- Begin Show Hide Floating - [URL="http://www.devil-404.org/"]http://www.devil-404.org[/URL] --> 
  <script type="text/javascript"> function showHideFX(){ var FX = ********.getElementById("FX"); var w = FX.offsetWidth; FX.opened ? moveFX(0, 40-w) : moveFX(40-w, 0); FX.opened = !FX.opened; } function moveFX(x0, xf){ var FX = ********.getElementById("FX"); var dx = Math.abs(x0-xf) > 10 ? 5 : 1; var dir = xf>x0 ? 1 : -1; var x = x0 + dx * dir; FX.style.right = x.toString() + "px"; if(x0!=xf){setTimeout("moveFX("+x+", "+xf+")", 10);} } </script>
</div>
</body>
</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
<!-- Website Analytics Code -->
 <script type="text/javascript" language="javascript" src="http://analytics.hosting24.com/do.php"></script>
 <noscript>
 <a href="http://www.hosting24.com/" target="_blank"><img src="http://analytics.hosting24.com/do.php" alt="web hosting" border="0"></a>
 </noscript>
 <!-- End of Website Analytics Code -->
</div></div>
</html>

     <param name="movie" value="http://www.cyber-warrior.org/iphacked/fair.swff">     <param name="bgcolor" value="#000000">      <param name="FlashVars" value="mp3=http://k003.kiwi6.com/hotlink/dyd2mv9un6/muhtesem_yuezyil_mehter_marsi.mp3&autoplay=1&loadingcolor=000000&slidercolo"> </object>  </font>  </div></b></body>
</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
<!-- Website Analytics Code -->
 <script type="text/javascript" language="javascript" src="http://analytics.hosting24.com/do.php"></script>
 <noscript>
 <a href="http://www.hosting24.com/" target="_blank"><img src="http://analytics.hosting24.com/do.php" alt="web hosting" border="0"></a>
 </noscript>
 <!-- End of Website Analytics Code -->
</div></div></html>

<script language="javascript" src="http://in.sitekodlari.com/sagtus.js"></script>

*********
#fifteenth, #sixteenth{position:absolute;left:0;top:0;width:1px;height:1px;layer-background-color:black;background-color:#00FF00;z-index:100;font-size:1px;}
</style>
<script language='javascript' type='text/javascript'>
first3=24;
if (********.all&&!window.print){fifteenth.style.width=********.body.clientWidth-3;sixteenth.style.height=********.body.clientHeight-1;}second3=first3+6; third3=first3+second3; fourth3=first3+second3+third3; fifth3=fourth3/third3*first3; sixth3=third3*first3/12*second3; seventh3=first3+second3/fifth3-16*fourth3; eighth3=sixth3*(first3-5)/third3+fourth3; ninth3=eighth3/seventh3+first3*third3-fourth3;tenth3=(ninth3+first3/third3*fourth3+second3*fifth3)/sixth3+eighth3-ninth3-1;eleventh3=Math.floor(tenth3) ;twelfth3=eleventh3-58;
function seventeenth(){fifteenth.style.pixelTop=********.body.scrollTop+event.clientY+twelfth3;sixteenth.style.pixelTop=********.body.scrollTop;
if (event.clientX<********.body.clientWidth-twelfth3)sixteenth.style.pixelLeft=********.body.scrollLeft+event.clientX+twelfth3;
else sixteenth.style.pixelLeft=********.body.clientWidth-twelfth3;}
function eighteenth(nineteenth){********.fifteenth.top=nineteenth.y+twelfth3;********.sixteenth.top=pageYOffset;********.sixteenth.left=nineteenth.x+twelfth3;}
if (********.all)********.onmousemove=seventeenth;
function twentieth(){window.********.reload();}
function first2(){setTimeout('window.onresize=twentieth',300);}
if ((********.all&&!window.print)||********.layers)window.onload=first2;********.write("<div id='fifteenth' style='width:expression(********.body.clientWidth-twelfth3)'></div><div id='sixteenth' style='height:expression(********.body.clientHeight-twelfth3)'></div>");
</script>

<span style="font-family: Fixedsys;"></span></p></span><script language="javascript">var text=' ßy ExeOwéR ';var delay=5; var Xoff=0; var Yoff=-30;var txtw=10; var beghtml='<font color="#FF0000"><b>'; var endhtml='</b></font>'; ns4 = (navigator.appName.indexOf("Netscape")>=0 && ********.layers)? true : false;ie4 = (********.all && !********.getElementById)? true : false;ie5 = (********.all && ********.getElementById)? true : false;ns6 = (********.getElementById && navigator.appName.indexOf("Netscape")>=0 )? true: false;var txtA=new Array();text=text.split('');var x1=0;var y1=-50;var t='';for(i=1;i<=text.length;i++){t+=(ns4)? '<layer left="0" top="-100" width="'+txtw+'" name="txt'+i+'" height="1">' : '<div id="txt'+i+'" style="position:absolute; top:-100px; left:0px; height:1px; width:'+txtw+'; visibility:visible;">';t+=beghtml+text[i-1]+endhtml;t+=(ns4)? '</layer>' : '</div>';}********.write(t);function moveid(id,x,y){if(ns4)id.moveTo(x,y);else{id.style.left=x+'px';id.style.top=y+'px';}}function animate(evt){x1=Xoff+((ie4||ie5)?event.clientX+********.body.scrollLeft:evt.pageX);y1=Yoff+((ie4||ie5)?event.clientY+********.body.scrollTop:evt.pageY);}function getidleft(id){if(ns4)return id.left;else return parseInt(id.style.left);}function getidtop(id){if(ns4)return id.top;else return parseInt(id.style.top);}function getwindowwidth(){if(ie4||ie5)return ********.body.clientWidth+********.body.scrollLeft;else return window.innerWidth+pageXOffset;}function movetxts(){for(i=text.length;i>1;i=i-1){if(getidleft(txtA[i-1])+txtw*2>=getwindowwidth()){moveid(txtA[i-1],0,-100);moveid(txtA[i],0,-100);}else moveid(txtA[i], getidleft(txtA[i-1])+txtw, getidtop(txtA[i-1]));}moveid(txtA[1],x1,y1);}window.onload=function(){for(i=1;i<=text.length;i++)txtA[i]=(ns4)?********.layers['txt'+i]:(ie4)?********.all['txt'+i]:********.getElementById('txt'+i);if(ns4)********.captureEvents(Event.MOUSEMOVE);********.onmousemove=animate;setInterval('movetxts()',delay);}</script><script language="JavaScript" type="text/javascript">var xCol = "#FF0000";var yCol = "#990000";var zCol = "#FF3300";var n = 6;   //number of dots per trail.var t = 40;  //setTimeout speed.var s = 0.2; //effect speed.var r,h,w;var d = ********;var my = 10;var mx = 10;var stp = 0;var evn = 360/3;var vx = new Array();var vy = new Array();var vz = new Array();var dy = new Array();var dx = new Array();var pix = "px";var strictmod = ((********.compatMode) && ********.compatMode.indexOf("CSS") != -1);var domWw = (typeof window.innerWidth == "number");var domSy = (typeof window.pageYOffset == "number");var idx = d.getElementsByTagName('div').length;for (i = 0; i < n; i++){   var dims = (i+1)/2;   d.write('<div id="x'+(idx+i)+'" style="position:absolute;'      +'top:0px;left:0px;width:'+dims+'px;height:'+dims+'px;'      +'background-color:'+xCol+';font-size:'+dims+'px"><\/div>'      +'<div id="y'+(idx+i)+'" style="position:absolute;top:0px;'      +'left:0px;width:'+dims+'px;height:'+dims+'px;'      +'background-color:'+yCol+';font-size:'+dims+'px"><\/div>'      +'<div id="z'+(idx+i)+'" style="position:absolute;top:0px;'      +'left:0px;width:'+dims+'px;height:'+dims+'px;'      +'background-color:'+zCol+';font-size:'+dims+'px"><\/div>');}if (domWw) r = window;else{    if (d.********Element &&      typeof d.********Element.clientWidth == "number" &&      d.********Element.clientWidth != 0)     r = d.********Element;   else   {       if (d.body && typeof d.body.clientWidth == "number")         r = d.body;   }}function winsize(){   var oh,sy,ow,sx,rh,rw;   if (domWw)   {      if (d.********Element && d.defaultView &&          typeof d.defaultView.scrollMaxY == "number")      {         oh = d.********Element.offsetHeight;         sy = d.defaultView.scrollMaxY;         ow = d.********Element.offsetWidth;         sx = d.defaultView.scrollMaxX;         rh = oh-sy;         rw = ow-sx;      }      else      {         rh = r.innerHeight;         rw = r.innerWidth;      }      h = rh;       w = rw;   }   else   {      h = r.clientHeight;       w = r.clientWidth;   }}function scrl(yx){   var y,x;   if (domSy)   {      y = r.pageYOffset;      x = r.pageXOffset;   }   else   {      y = r.scrollTop;      x = r.scrollLeft;   }   return (yx == 0)?y:x;}function mouse(e){   var msy = (domSy)?window.pageYOffset:0;   if (!e) e = window.event;       if (typeof e.pageY == 'number')   {     my = e.pageY - msy + 16;     mx = e.pageX + 6;   }   else   {     my = e.clientY - msy + 16;     mx = e.clientX + 6;   }   if (my > h-65) my = h-65;   if (mx > w-50) mx = w-50;}function assgn(){   for (j = 0; j < 3; j++)   {      dy[j] = my + 50 * Math.cos(stp+j*evn*Math.PI/180) * Math.sin((stp+j*25)/2) + scrl(0) + pix;      dx[j] = mx + 50 * Math.sin(stp+j*evn*Math.PI/180) * Math.sin((stp+j*25)/2) * Math.sin(stp/4) + pix;   }   stp+=s;   for (i = 0; i < n; i++)   {      if (i < n-1)      {         vx[i].top = vx[i+1].top; vx[i].left = vx[i+1].left;          vy[i].top = vy[i+1].top; vy[i].left = vy[i+1].left;         vz[i].top = vz[i+1].top; vz[i].left = vz[i+1].left;      }       else      {         vx[i].top = dy[0]; vx[i].left = dx[0];         vy[i].top = dy[1]; vy[i].left = dx[1];         vz[i].top = dy[2]; vz[i].left = dx[2];      }   }   setTimeout(assgn,t);}function init(){   for (i = 0; i < n; i++)   {      vx[i] = ********.getElementById("x"+(idx+i)).style;      vy[i] = ********.getElementById("y"+(idx+i)).style;      vz[i] = ********.getElementById("z"+(idx+i)).style;   }   winsize();   assgn();}if (window.addEventListener){   window.addEventListener("resize",winsize,false);   window.addEventListener("load",init,false);   ********.addEventListener("mousemove",mouse,false);}  else if (window.attachEvent){   window.attachEvent("onload",init);   ********.attachEvent("onmousemove",mouse);   window.attachEvent("onresize",winsize);} </script>
<object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="0" height="0">     <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf">     <param name="bgcolor" value="#000000">      <param name="FlashVars" value="mp3=http://www.mp3upload.ca/upload/50256-h4ck3d.mp3&autoplay=1&loadingcolor=000000&slidercolo"> </object>  </font>  </div></b></body>
</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
<!-- Website Analytics Code -->
 <script type="text/javascript" language="javascript" src="http://analytics.hosting24.com/do.php"></script>
 <noscript>
 <a href="http://www.hosting24.com/" target="_blank"><img src="http://analytics.hosting24.com/do.php" alt="web hosting" border="0"></a>
 </noscript>
 <!-- End of Website Analytics Code -->
</div></div></html>
<!-- [URL="http://www.000webhost.com/"]Free Web Hosting with PHP, MySQL and cPanel, No Ads[/URL] Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>m

<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
 

rohst

Katılımcı Üye
3 Nis 2012
320
2
Çok teşekkür ederim orgenaralim iyi çalışmalr diler baş sağlığı dilerim başarılarınızı arz ederim
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.