PDA

Orijinalini görmek için tıklayınız

eXTReMe Tracker
: muhteşem bir index kesin bakın arkadaşlar


hacker_038
07-05-2007, 01:12 PM
<style><!-- Free JavaScripts at Sitedeki Linkleri Sadece Üyelerimiz Görebilir.. -->
.divstyle{position:absolute;
border:1px groove #115585;
width:150;
top:0;
left:0;
}
.pstyletitle{postion:absolute;
background:#b1b49e;
color:white;
font-size:70%;
font-family:verdana;
heigth:50px;}
.pstylebody{postion:absolute;
background:#ebe9d9;
font-size:70%;
font-family:verdana;}
</style>
<script language="JavaScript1.2">
var IE = document.all?true:false
if (!IE) document.captureEvents(Event.MOUSEMOVE)
document.onmousemove = getMouseXY;
var tempX = 0
var tempY = 0
function getMouseXY(e) {
if (IE) { // grab the x-y pos.s if browser is IE
tempX = event.clientX + document.body.scrollLeft
tempY = event.clientY + document.body.scrollTop
} else { // grab the x-y pos.s if browser is NS
tempX = e.pageX
tempY = e.pageY
}
// catch possible negative values in NS4
if (tempX < 0){tempX = 0}
if (tempY < 0){tempY = 0}
// show the position values in the form named Show
// in the text fields named MouseX and MouseY
obj_info = document.getElementById("info")
obj_info.style.top = tempY + 10;
obj_info.style.left = tempX + 10;
return true
}
function alert_msg(titletext,bodytext){
obj_info = document.getElementById("info")
obj_info.style.display = '';
obj_imagetitle = document.getElementById("imagetitle");
obj_imagetitle.innerHTML = titletext;
obj_imagebody = document.getElementById("imagebody");
obj_imagebody.innerHTML = bodytext;
}
function away()
{
obj_info = document.getElementById("info")
obj_info.style.display = 'none';
}
function goToURL() { history.go(-1); }
</script>
<body>
<div Class="divstyle" id="info" style='displayne;'>
<div id="imagetitle" class="pstyletitle" align="center"></div>
<div id="imagebody" class="pstylebody"></div>
</div>
<img src="Sitedeki Linkleri Sadece Üyelerimiz Görebilir.." width="240" height="160" onmouseover="alert_msg('',' <br>')" onmouseout="away()">
<!--- KAYNAK: Sitedeki Linkleri Sadece Üyelerimiz Görebilir.. --->

<html>
<head>
<body>
<div align="right">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="155">
<tr>
<td><b><a target="_blank" href="Sitedeki Linkleri Sadece Üyelerimiz Görebilir..">Sitedeki Linkleri Sadece Üyelerimiz Görebilir..></b></td>
</tr>
</table>
</div>
</body>
<bgsound src="Sitedeki Linkleri Sadece Üyelerimiz Görebilir.." loop="-1">
<meta Sitedeki Linkleri Sadece Üyelerimiz Görebilir.."Content-Language" content="tr">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta Sitedeki Linkleri Sadece Üyelerimiz Görebilir.."Content-Type" content="text/html; charset=windows-1254">
<title>Sitedeki Linkleri Sadece Üyelerimiz Görebilir..>
</head>
<body bgcolor="#000000">
<html>
<head>
<bgsound src="Sitedeki Linkleri Sadece Üyelerimiz Görebilir.." loop="-1">
<meta Sitedeki Linkleri Sadece Üyelerimiz Görebilir.."Content-Language" content="tr">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta Sitedeki Linkleri Sadece Üyelerimiz Görebilir.."Content-Type" content="text/html; charset=windows-1254">
<title>capraz38.Com</title>
</head>
<body bgcolor="#000000">
<body><SCRIPT>
var width=document.body.clientWidth;
var height=document.body.clientHeight;
function doClickText(who,type,step,timeOut) {
document.getElementById(who).style.display="none";
if(type==0) {
reveal('revealDiv1',step,timeOut,0);
reveal('revealDiv2',step,timeOut,1);}
if(type==1) {
reveal('revealDiv1',step,timeOut,2);
reveal('revealDiv2',step,timeOut,3);}}
function reveal(who,step,timeOut,type) {
if(type==0)
var where="top";
if(type==1)
var where="bottom";
if(type==2)
var where="left";
if(type==3)
var where="right";
eval('var temp=document.getElementById(who).style.'+where);
temp=parseInt(temp);
if(type==0||type==1)
var checkWith=height/2;
if(type==2||type==3)
var checkWith=width/2;
if(-temp<checkWith) {
temp-=step;
eval('document.getElementById(who).style.'+where+' =temp;');
setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}
else {
document.getElementById(who).style.display="none";
document.body.scroll="yes";}}
function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc ,div2bc,step,timeOut,click) {
if(type==0) {
var bWhere1="border-bottom";
var bWhere2="border-top";
var putZero1="top:0px; left:0px";
var putZero2="bottom:0px; left:0px";
document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
if(!click) {
reveal('revealDiv1',step,timeOut,0);
reveal('revealDiv2',step,timeOut,1);}
else {
clickText(type,step,timeOut);}}
if(type==1) {
var bWhere1="border-right";
var bWhere2="border-left";
var putZero1="top:0px; left:0px";
var putZero2="top:0px; right:0px";
document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
if(!click) {
reveal('revealDiv1',step,timeOut,2);
reveal('revealDiv2',step,timeOut,3);}
else {
clickText(type,step,timeOut);}}
function clickText(type,step,timeOut) {
document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor:pointer" onClick="doClickText(\'clickText\','+type+','+step+','+time Out+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}
</SCRIPT>
<SCRIPT>
var clickw=170; // Width
var clickh=20; // Height
var clickb=2; // Border width
var clickc="#CCFFCC"; // Border color
var clickbg="#000000"; // Background color
var clickt="Sitedeki Linkleri Sadece Üyelerimiz Görebilir.. HaCkEd By EmRaH"; // Text to display
var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:#FF0000"; // The font style of the text
new initReveal(0,'#555555','#000000',1,1,'#555555','#0 00000',3,10,true);
</SCRIPT><body>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>hacked by EmRaH</TITLE>
<META Sitedeki Linkleri Sadece Üyelerimiz Görebilir.. content=tr>
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId>
<META Sitedeki Linkleri Sadece Üyelerimiz Görebilir.. content="text/html; charset=windows-1254"></HEAD>
<BODY bgColor=#000000>
<SCRIPT language=JavaScript>
if (document.all){
Cols=12;
Cl=24; //Peşpeşe geliş mesafeleri!
Cs=50; //Sayfaya enine yayılış mesafeleri!
Ts=16; //Rakamların büyüklükleri!
Tc='#008800';//Renk
Tc1='#00ff00';//Renk1
MnS=05; //Akış hızları!
MxS=06; //Akış hızları!
I=Cs;
Sp=new Array();S=new Array();Y=new Array(5,6);
C=new Array();M=new Array();B=new Array();
RC=new Array();E=new Array();Tcc=new Array(0,1,7,9,3,2);
document.write("<div id='Container' style='position:absolute;top:0;left:-"+Cs+"'>");
document.write("<div style='position:relative'>");
for(i=0; i < Cols; i++){
S=I+=Cs;
document.write("<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"
+Ts+"px;left:"+S+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'></div>");
}
document.write("</div></div>");
for(j=0; j < Cols; j++){
RC[j]=1+Math.round(Math.random()*Cl);
Y[j]=0;
Sp[j]=Math.round(MnS+Math.random()*MxS);
for(i=0; i < RC[j]; i++){
B='';
C=Math.round(Math.random()*1)+' ';
M[j]=B[0]+=C;
}
}
function Cycle(){
Container.style.top=window.document.body.scrollTop ;
for (i=0; i < Cols; i++){
var r = Math.floor(Math.random()*Tcc.length);
E = '<font color='+Tc1+'>'+Tcc[r]+'</font>';
Y+=Sp;
if (Y > window.document.body.clientHeight){
for(i2=0; i2 < Cols; i2++){
RC[i2]=1+Math.round(Math.random()*Cl);
for(i3=0; i3 < RC[i2]; i3++){
B[i3]='';
C[i3]=Math.round(Math.random()*1)+' ';
C[Math.floor(Math.random()*i2)]=' '+' ';
M=B[0]+=C[i3];
Y=-Ts*M.length/1.5;
A.style.visibility='visible';
}
Sp=Math.round(MnS+Math.random()*MxS);
}
}
A.style.top=Y;
A.innerHTML=M+' '+E+' ';
}
setTimeout('Cycle()',20)
}
Cycle();
}
</SCRIPT>
<P> </P>
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
//-->
</script>
<head>
<meta Sitedeki Linkleri Sadece Üyelerimiz Görebilir.."Content-Language" content="pt-br">
<meta Sitedeki Linkleri Sadece Üyelerimiz Görebilir.."Content-Type" content="text/html; charset=windows-1254">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>HaCKeD by EmRaH</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>HaCKeD by EmRaH</TITLE>
<META content=tr Sitedeki Linkleri Sadece Üyelerimiz Görebilir..>
<META content="text/html; charset=windows-1254" Sitedeki Linkleri Sadece Üyelerimiz Görebilir..>
<META NAME="GENERATOR" Content='FastPage Lojistik '>
<style fprolloverstyle>A:hover {color: #FF0000; font-weight: bold}
</style>
<script language="javascript">
<!--
function Is() {
var agent = navigator.userAgent.toLowerCase();
this.major = parseInt(navigator.appVersion);
this.minor = parseFloat(navigator.appVersion);
this.ns = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));
this.ns2 = (this.ns && (this.major == 2));
this.ns3 = (this.ns && (this.major == 3));
this.ns4b = (this.ns && (this.major == 4) && (this.minor <= 4.03));
this.ns4 = (this.ns && (this.major >= 4));
this.ie = (agent.indexOf("msie") != -1);
this.ie3 = (this.ie && (this.major == 2));
this.ie4 = (this.ie && (this.major >= 4));
this.op3 = (agent.indexOf("opera") != -1);
}
var is = new Is()
if(is.ns4) {
doc = "document";
sty = "";
htm = ".document"
} else if(is.ie4) {
doc = "document.all";
sty = ".style";
htm = ""
}
var text1 = "", text2 = "", count = 0, count2=0;
msg = new Array();
msg[0] = "<font face=Courier New size=2><h1><center><u></u> </center></h1> ";
msg[1] = " <center><h1><b>Bu Site <font face=Tahoma color=#FFFFFF><b></font><font face=Tahoma color=#FFFFFF><b>HaCkEr EmRaH</font></h1></center>";
msg[2] = " <center><h1><b>Tarafından <font face=Tahoma color=#FFFFFF><b></font><font face=Tahoma color=#FFFFFF><b>Hacklenmiştir!</font></h1></center>";
msg[3] = " <center><h1><b>hackedi <font face=Tahoma color=#FFFFFF><b></font><font face=Tahoma color=#FFFFFF><b>HaCkEr EmRaH</font></h1></center>";
msg[4] = " <center><h1><b>İrtibat için : <font face=Tahoma color=#FFFFFF><b></font><font face=Tahoma color=#FFFFFF><b>Sitedeki Linkleri Sadece Üyelerimiz Görebilir..></h1></center>";
msg[5] = " <center><h1><b>Site Hacklenmesinin Sebebi <font face=Tahoma color=#FFFFFF><b></font><font face=Tahoma color=#FFFFFF><b><br>HERŞEY VATAN iÇiN</font></h1></center>";
text = msg[0].split("");
function writetext(){
text1 ='<tt>'+text2 + '<b style="color:#00FF00">'+text[count]+'</b></tt>';
text2 += text[count];
fillHTML = eval(doc + '["nothing"]' + htm);
if(is.ns4) {
fillHTML.write(text1);
fillHTML.close();
} else {
fillHTML.innerHTML = text1;
}
if (!(count >= text.length-1)){
count+=1;
setTimeout('writetext()',1);
}
else{
count=0;
text2+='<p>'
if (count2!=6){
count2++
text = eval('msg['+count2+'].split("")');
setTimeout('writetext()',5);
}
}
}
<!-- Lojistik -->
//-->
</script>
</head>
<body text="#00FF00" vLink="#FF0000" aLink="#00FFFF" link="#FFFF00"
bgColor="#000000" onload="writetext();">
<div align="center">
<center>
<table border="0" width="650" height="228">
<tr>
<td align="left" width="767" height="224">
<div id="nothing" style="width: 807; height: 348">
</div>
<p> </p>
<p> </td>
</tr>
</table>
</center>
</div>
<p align="center"> </p>
</body>
</html>
<script language="JavaScript1.2">
var COLOR = 999999
var woot = 0
function stoploop() {
document.bgColor = '#000000';
clearTimeout(loopID);
}
function loopBackground() {
if (COLOR > 0) {
document.bgColor = '#' + COLOR
COLOR -= 111111
loopID = setTimeout("loopBackground()",1)
} else {
document.bgColor = '#000000'
woot += 10
COLOR = 999999
COLOR -= woot
loopID = setTimeout("loopBackground()",1)
}
}
//onClick="stoploop()"
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);
}
}
}
setTimeout("shake(1)",10000);
setTimeout("stoploop()",15000);
<!--- KAYNAK: Sitedeki Linkleri Sadece Üyelerimiz Görebilir.. --->
<style><!-- Free JavaScripts at Sitedeki Linkleri Sadece Üyelerimiz Görebilir.. -->
.divstyle{position:absolute;
border:1px groove #115585;
width:150;
top:0;
left:0;
}
.pstyletitle{postion:absolute;
background:#b1b49e;
color:white;
font-size:70%;
font-family:verdana;
heigth:50px;}
.pstylebody{postion:absolute;
background:#ebe9d9;
font-size:70%;
font-family:verdana;}
</style>
<script language="JavaScript1.2">
var IE = document.all?true:false
if (!IE) document.captureEvents(Event.MOUSEMOVE)
document.onmousemove = getMouseXY;
var tempX = 0
var tempY = 0
function getMouseXY(e) {
if (IE) { // grab the x-y pos.s if browser is IE
tempX = event.clientX + document.body.scrollLeft
tempY = event.clientY + document.body.scrollTop
} else { // grab the x-y pos.s if browser is NS
tempX = e.pageX
tempY = e.pageY
}
// catch possible negative values in NS4
if (tempX < 0){tempX = 0}
if (tempY < 0){tempY = 0}
// show the position values in the form named Show
// in the text fields named MouseX and MouseY
obj_info = document.getElementById("info")
obj_info.style.top = tempY + 10;
obj_info.style.left = tempX + 10;
return true
}
function alert_msg(titletext,bodytext){
obj_info = document.getElementById("info")
obj_info.style.display = '';
obj_imagetitle = document.getElementById("imagetitle");
obj_imagetitle.innerHTML = titletext;
obj_imagebody = document.getElementById("imagebody");
obj_imagebody.innerHTML = bodytext;
}
function away()
{
obj_info = document.getElementById("info")
obj_info.style.display = 'none';
}
function goToURL() { history.go(-1); }
</script>
<body>
<div Class="divstyle" id="info" style='displayne;'>
<div id="imagetitle" class="pstyletitle" align="center"></div>
<div id="imagebody" class="pstylebody"></div>
</div>
<img src="Sitedeki Linkleri Sadece Üyelerimiz Görebilir.." width="240" height="160" onmouseover="alert_msg('',' <br>')" onmouseout="away()">

By-GHOST
07-06-2007, 07:10 PM
bakalım nasılmış beğenirsem tekrar burda yazacam beklee

dostum berbat derecede arklar fuzuli bakmaya bile değmez iki tane küçük resim iki ayrı köşede kapkara ekran küçük bide Sitedeki Linkleri Sadece Üyelerimiz Görebilir.. yazısı bu mu süper index kusra bakma ama berbat

crazybll
07-06-2007, 07:26 PM
aynen boyle bos konular acmayın yaa bune kardesım sımdı alaala

sanco
07-06-2007, 07:27 PM
kardes kötüüü olmuss ama ne diyelim yınede sağol

sinan_pc
07-07-2007, 10:30 AM
yinede saol kötüydü

crazygokhan
07-07-2007, 10:34 AM
Sağol ama bunun yeri burası değil hacker_038

DesTRoyéR
07-07-2007, 12:26 PM
ii olmamış be kanka daha ii yapabilirdin

Hack.Harekatı
07-10-2007, 05:44 PM
:) ßakmadım Berbat dediniz o yüzden GEREKSİZ VE YANLIS YERE ACILMIs :D SİLENT_KNİGHT arkadaşımız bır ındex wermışdı o daha superdi

mc.esmer
07-10-2007, 06:03 PM
dostum berbat derecede arklar fuzuli bakmaya bile değmez iki tane küçük resim iki ayrı köşede kapkara ekran küçük bide Sitedeki Linkleri Sadece Üyelerimiz Görebilir.. yazısı bu mu süper index kusra bakma ama berbat


katılıyorum berbat