Buda Benim İndexim :D

BlueTyga

Katılımcı Üye
30 Nis 2014
491
0
Ankara
Resimler​
b5n1rG.png

0qYX1R.png

zA6Z3O.png


İndex Kodları

Kod:
<head>


<script type="text/javascript">
</script>
<link rel="shortcut icon" href="http://www.forumzirve.net/icon/turkiye.png" type="image/x-icon"/>
<script type="text/javascript">
</script>
<script type="text/javascript">
</script>
</head>
<center><img src="http://i.hizliresim.com/XvO8V5.png" alt="" width="350" height="350" align="align"></a></center>
<center><img src="http://www.turkhackteam.org/images/thtson2.png" /></center>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>' Underground Tim TurkHackTeam'</title>
</head>
<body>


<**** http-equiv=Content-Type content="text/html; charset=iso-8859-9">

*********
<!--body
	{min-width:650px;
	background-clip:box;
	background-origin:padding-box;
	background-size:cover;
	background-position-x:50%;
	background-position-y:50%;
	background-attachment:fixed;}

 /* Font Definitions */
 @font-face
	{font-family:calibri;
	panose-1:0 0 0 0 0 0 0 0 0 0;
	mso-font-alt:"Times New Roman";
	mso-font-charset:0;
	mso-generic-font-family:roman;
	mso-font-format:other;
	mso-font-pitch:auto;
	mso-font-signature:0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
p.metin, li.metin, div.metin
	{mso-style-name:metin;
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
span.SpellE
	{mso-style-name:"";
	mso-spl-e:yes;}
span.GramE
	{mso-style-name:"";
	mso-gram-e:yes;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:70.85pt 70.85pt 70.85pt 70.85pt;
	mso-header-margin:35.4pt;
	mso-footer-margin:35.4pt;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}


a {
color:red;
}

.metin {

margin:0px auto;
width: 600px;
text-align:center;

}
.style1 {color: #FFFFFF}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
    #_x0000_i1025
    {
        height: 269px;
        width: 571px;
    }
-->
</style>
</head>
<div class=Section1>
</center></marquee>
<h2 align=center style="text-align:center"><span class=SpellE><span
style="font-family:calibri;color:white"><span style="font-family:calibri;
color:white"><span class="MsoNormal" style="margin-bottom:12.0pt;text-align:center"></span></span></span></span></h2>
<h2 align=center style="text-align:center">
<body bgcolor=black
background="http://i.hizliresim.com/62d0jP.jpg"tab-interval:35.4pt">


<h1 align=center style='text-align:center'><span class=SpellE><span
style='color:Red'>HACKED </span></span><span style='color:white'> <span
class=SpellE>By <span style='color:red'>Underground Tim</span></span></h1>

<Center><img src="http://i.hizliresim.com/Wnm5vQ.png" 
        style="height: 300px; width: 300px"></h2>

<P align=center><FONT face=Courier color=white><B><FONT
color=white size=3>| Hackingofyeter |<br></FONT> <BR>
</center></marquee>


<script language="JavaScript">
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" ? 50 : 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>
<center>
<div id="example1"></div>
<p id="example2">
<font color="black">
<font style="color:white;font size:8px;text-align: center;font-family:Segoe Print;text-shadow: 0 0 3px #24fe00, 0px 0px 5px #24fe00,0 0 5px #24fe00,0 0 5px #24fe00;"><font size="5" font-family="Segoe Print" color="black">| HACKED |</font></font><br>
<font style="color:white;font size:8px;text-align: center;font-family:Segoe Print;text-shadow: 0 0 3px #24fe00, 0px 0px 5px #24fe00,0 0 5px #24fe00,0 0 5px #24fe00;"><font size="5" font-family="Segoe Print" color="black">Hacker Hackingofyeter  Tarafindan Hack'Lendiniz</font></font><br>
<font style="color:white;font size:8px;text-align: center;font-family:Segoe Print;text-shadow: 0 0 3px #24fe00, 0px 0px 5px #24fe00,0 0 5px #24fe00,0 0 5px #24fe00;"><font size="5" font-family="Segoe Print" color="black">Hacker Hackingofyeter You Hacked !</font></font> <br>
<font style="color:white;font size:8px;text-align: center;font-family:Segoe Print;text-shadow: 0 0 3px #24fe00, 0px 0px 5px #24fe00,0 0 5px #24fe00,0 0 5px #24fe00;"><font size="5" font-family="Segoe Print" color="black">! Tanrı Turk'u Korusun Ve Yuceltsin !</font></font><br>
<font style="color:white;font size:8px;text-align: center;font-family:Segoe Print;text-shadow: 0 0 3px #24fe00, 0px 0px 5px #24fe00,0 0 5px #24fe00,0 0 5px #24fe00;"><font size="5" font-family="Segoe Print" color="black">Sisteminiz Turk Hacker'Lari Tarafindan Durdurulmustur.</font></font><br>
<font style="color:white;font size:8px;text-align: center;font-family:Segoe Print;text-shadow: 0 0 3px #24fe00, 0px 0px 5px #24fe00,0 0 5px #24fe00,0 0 5px #24fe00;"><font size="5" font-family="Segoe Print" color="black">Hack'Lenmenizin Sebebleri !</font></font><br>
<font style="color:white;font size:8px;text-align: center;font-family:Segoe Print;text-shadow: 0 0 3px #24fe00, 0px 0px 5px #24fe00,0 0 5px #24fe00,0 0 5px #24fe00;"><font size="5" font-family="Segoe Print" color="black">1-) Turk'E Hakaret!</font></font><br>
<font style="color:white;font size:8px;text-align: center;font-family:Segoe Print;text-shadow: 0 0 3px #24fe00, 0px 0px 5px #24fe00,0 0 5px #24fe00,0 0 5px #24fe00;"><font size="5" font-family="Segoe Print" color="black">2-) Turk Dinine Hakaret!</font></font><br>
<font style="color:white;font size:8px;text-align: center;font-family:Segoe Print;text-shadow: 0 0 3px #24fe00, 0px 0px 5px #24fe00,0 0 5px #24fe00,0 0 5px #24fe00;"><font size="5" font-family="Segoe Print" color="black">3-) Vatanimiza Saldiri!</font></font><br>
<font style="color:white;font size:8px;text-align: center;font-family:Segoe Print;text-shadow: 0 0 3px #24fe00, 0px 0px 5px #24fe00,0 0 5px #24fe00,0 0 5px #24fe00;"><font size="5" font-family="Segoe Print" color="black">| Hacked By |</font></font><br>
<font style="color:white;font size:8px;text-align: center;font-family:Pirata One;text-shadow: 0 0 3px #ff0000, 0px 0px 5px #00FFFF,0 0 5px #ff0000,0 0 5px #ff0000;"><font size="5" font-family="Pirata One" color="White">| Hackingofyeter |</font></font><br>
<font style="color:white;font size:8px;text-align: center;font-family:Segoe Print;text-shadow: 0 0 3px #24fe00, 0px 0px 5px #24fe00,0 0 5px #24fe00,0 0 5px #24fe00;"><font size="5" font-family="Segoe Print" color="black">Bir bak tarihe Türk'e baş kaldıranın sonu ne olmuş ? - Bilge Kağan !</font></font><br>
<br>
<font style="color:white;font size:8px;text-align: center;font-family:Pirata One;text-shadow: 0 0 3px #ff0000, 0px 0px 5px #00FFFF,0 0 5px #ff0000,0 0 5px #ff0000;"><font size="5" font-family="Pirata One" color="White">HACKED By' Hackingofyeter THT Turkhackteam.org/net !</font></font>
</font></font></p></center><font color="Grey"><font color="black" face="courier new" size="2">
<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"), 50, function(i){
var ar = new Array("_"," ","_","_"); return " " + ar[i.length %
ar.length]; });
//Type out examples:
TypingText.runAll();
</script>


<object height="0" width="0">
<param name="http://www.youtube.com/v/yPsUxLLeV1E?version=3&feature=player_detailpage;autoplay=1">
<embed src="http://www.youtube.com/v/yPsUxLLeV1E?version=3&feature=player_detailpage;autoplay=1" type="application/x-shockwave-flash" height="0" width="0"></object>
 

agola

Katılımcı Üye
2 Tem 2015
713
0
Güzel olmuş eline sağlık. fakat yazıya yeşil renk vermen biraz bozmuş gibi (bence)
 

26A

Katılımcı Üye
3 Haz 2015
532
0
28
Erzurum
Arkadaşlar,
Grafik Tasarım Bölümünde index temalı paylaşım yapmak yasaktır! Açan arkadaşların konuları karantinaya alınacaktır.
Konularınızı İndex Kulübün altında paylaşın.
 
Ü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.