S.a Arkadaslar!
Ben İndex Yapıyorum Ama Birkac Bilmedigim Kod Var
Bu Verdigim Koddaki Any Day Any Time Ve Verem Olaydında Veren Olmayaydın Yazısının Kodunu Verecek Varmı Temiz Bir Sekilde ?
Yardımlar Icin Tesekkürler...
Ben İndex Yapıyorum Ama Birkac Bilmedigim Kod Var
Bu Verdigim Koddaki Any Day Any Time Ve Verem Olaydında Veren Olmayaydın Yazısının Kodunu Verecek Varmı Temiz Bir Sekilde ?
Kod:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Hacked By_SmF</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="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"> Verem Olaydın da Veren Olmayaydın :D </span> </span><br>
<b></b><br>
<br>
<span class="style12"></b> <span class="style13">[Any Time Any Day Any Where...]</span></span> <br>
<br>
<span class="style7">Hacked By SmF</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 Buydu,<br>
Bende Geldim Yaptım...!</span></p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><strong>İletişim </strong></p>
<p align="center"><span class="style13 style16"> [email protected]</span></p>
<p align="center"> </p>
<p align="center"><br>
<center>
</p>
<marquee>
<span class="style15"><strong>CaNı YaNaN SaBReTSiN, CaNı YaKaNDa YaNaCaGı GüNü BeKLeSiN.. !!! [ HZ MuHaMMeD s.a.v ]</strong>i </span>
</marquee>
********** alert(" ")</SCRIPT>
<strong></strong>
<!-- Begin Show Hide Floating - http://www.devil-404.org -->
<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>
</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></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='SmFhackteam';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></html>
<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
Yardımlar Icin Tesekkürler...

