menuler |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Siteni Ekle Hit KazaN
|
arkadaşlar bu bölüme hackerların kardeşi oaln index kodları koyacağım .. tabi resimleriyle birlikte ..
fakat bunları bizdekilerin değiştirilmiş halleriyle koyacağım .. size kolaylık olsun diye.
aramızda acemiler olabilir .. o yüzden şöyle bir yönteme gittim . yazı yazılan html kod yerine buraya yazı , resim koyulacak html kod yerine ise buraya resim die uyarı msj. koydum . size kolaylık olacağını düşünerek . hade bakim kolay gelsiN 
kodu kopyalayın ... not defteri ile açın .. bu kodları oraya yapıştırıp . farklı kaydet deyin . sonunuda htm olarak değiştirin ..
ÖRNEK : index.htm
1.indeX
<!DOCTYPE html PUBLIC "-//W3C//DTD
XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/
xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
}
.style3 {
color: #BCCCDF;
font-weight: bold;
}
.style6 {color: #FF0000; font-weight: bold; }
.style7 {color: #FF0000}
.style8 {color: #FFFFFF}
.style10 {color: #FF0000; font-size: 24px; }
.style12 {
color: #FFFFFF;
font-size: 24px;
font-weight: bold;
}
-->
</style></head>
<body>
<div align="center"><span class="style6">Fire</span> <span class="style1">nations</span> <span class="style3">
<span class="style7">Hack</span> <span class="style8">Time<br />
</span></span>
!!! Bu AlaNa REsiM Html KodnuZu YazıNıZ !!!!
<br />
<span class="style10"><br />
BURAYA YAZINIZ <span class="style8">buraya yazı
Yoksa</span> BURAYA YAZINIZ <br />
BURAYA YAZINIZ
<span class="style8">!! buraya yazı !! </span></span><br />
<br />
<span class="style12">!!! BURAYA ISMINIZ !!!</span><br />
<br />
</div>
</body>
</html>
ve bu alana istediğiniz bir html kodunuzu da yazabilirsiniZ .... |
2.index
<html>
<head>
<meta http-equiv="Content-Language" content="tr">
<meta name="keywords" content="SPLASH, INTRO, PAGE, JAVASCRIPT, JAVASCRIPTS, SCRIPTS, DHTML, DYNAMIC, KICK, ASS, CODING, PROGRAMMING, PROGRAMMER, FX, KICK-ASS, EFFECT, EFFECTS, KANEOHE, SCREEN, SCREENS, HAWAII, RHUCKO1, RICHARD, HUCKO, RHUCKO1">
<meta name="description" content="Title: Simple Color Runner JavaScript, CROSS-BROWSER for Internet Explorer 5+, Opera 7+, Netscape 7+, Mozilla 1.2+, Displays Letters of a phrase one by one while coloring each letter. The colors run accross the text as many times as you like. JavaScript/Dynamic HTML Text Effects - www.DynamicScripts.TK">
<title>HACKED BY (İSMİN)</title>
<script language="JavaScript" type="text/javascript">
<!--
var text_string="^";
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// - Edit Variables Below:
// - Enter Your Phrase in Variable Below:
text_string+="HACKED BY Fire NatioN TeaM";
var FONTSIZE="40px",
COLOR="white",
WIDTH="25px",
HEIGHT="20px",
FILTER="shadow(color=darkblue)", /* Filter for Internet Explorer 5.5+ Only */
FILTER2="shadow(color=gray)"; /* Filter for Internet Explorer 5.5+ Only */
// - As many colors as you like, you can also try repeating colors that you like
var Colors=new Array("#00ff00","red","white","red","white","red","white","#00ff00","red","white","red");
var runTimes=3; // - number of times for coloring effect to run
var /* Simple Color Runner (CROSS-BROWSER) */ AnchoredHypertextReference=/* DHTML SCRIPTS - www.DynamicScripts.tk */"ht"+"t"/* FREE Dynamic HTML Scripts */+"p"+":/"/* JavaScripts and more */+"/geoc"+"ities."+"co"+"m/rhu"+"cko"+"1";
// - End Variables Edit
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
var T=50,visicount=0,tracker=0,LastCount=text_string.length-Colors.length-1,run=1;
window.onload=DYNAMIC_SCRIPTS;
function DYNAMIC_SCRIPTS()
{
creatInStyle();
mod_Visibility();
}
function creatInStyle()
{
for(var IDNo=0;IDNo<text_string.length;IDNo++)
{
creatSElems(IDNo);
stylSElems(IDNo);
}
}
function creatSElems(Kaneohe_Hawaii)
{
DHTML_SCRIPTS=document.createElement('span');
DHTML_SCRIPTS.id="Richard_Huckos_DHTML_Effects--_"+/*Dynamic Script Written By Richard Hucko */ Kaneohe_Hawaii; // - www.DynamicScripts.tk
DHTML_SCRIPTS.name="span_number-"+Kaneohe_Hawaii/* - Written By Richard Hucko*/+/*// - DynamicHTML.tk */96744/**/;
if(text_string.substring(Kaneohe_Hawaii,Kaneohe_Hawaii+1)==" ")
DHTML_SCRIPTS.innerHTML="<b style='visibility:hidden;'>_</b>";
else if(text_string.substring(Kaneohe_Hawaii,Kaneohe_Hawaii+1)=="^")
DHTML_SCRIPTS.innerHTML="<b style='display:none;'>Dynamic Scripts By www.DynamicScripts.tk<b>";
else
DHTML_SCRIPTS.innerHTML=text_string.substring(/* DHTML Developed in */ Kaneohe_Hawaii +1 , Kaneohe_Hawaii /* RHucko1 (Richard Hucko) */);
DHTML_SCRIPTS.onclick=welcome;
document.getElementById("Dynamic_DIV--marker").appendChild(DHTML_SCRIPTS);
}
function stylSElems(buffer)
{
with(document.getElementById('Richard_Huckos_DHTML_Effects--_'+buffer).style)
{
fontSize=FONTSIZE;
width=WIDTH;
height=HEIGHT;
visibility="hidden";
}
}
function mod_Visibility()
{
if(visicount<text_string.length)
{
if(visicount>Colors.length)
{
DeColorize(visicount-Colors.length);
modThisStyle(visicount,tracker);
tracker++;
if(tracker==Colors.length)tracker=0;
}
else
{
modThisStyle(visicount,tracker);
tracker++;
if(tracker==Colors.length)tracker=0;
}
visicount++;
}
else if(LastCount<text_string.length)
{
DeColorize(LastCount);
LastCount++;
}
else if(run<runTimes)
{
visicount=0;tracker=0;LastCount=text_string.length-Colors.length-1;
run++;
}
setTimeout("mod_Visibility();",T);
}
function welcome(){location.href=AnchoredHypertextReference;}
function modThisStyle(RHucko1,Richard)
{
with(document.getElementById("Richard_Huckos_DHTML_Effects--_"+RHucko1).style)
{
visibility="visible";
if(RHucko1!=0)filter=FILTER;
color=(RHucko1==0)?COLOR:Colors[Richard];
// alert(Richard);
}
}
function DeColorize(HUCKO)
{
with(document.getElementById('Richard_Huckos'+'_DHTML_Effects--_'/**/+HUCKO).style)
{
visibility="visible";
filter=FILTER2;
color=COLOR;
}
}
//-->
</script>
<style type="text/css">
<!--
body {
background-color:black;
color:white;
text-align:center;
}
-->
</style>
</head>
<body>
<div id="Dynamic_DIV--marker"></div>
<p><font size="7"><a href="(ismine tıklandığında yönlenecek adres)">(İSMİN)</a></font></p>
<p><font size="4" color="#ff0000">KaFaNa GöRe YaZı YaZ !!!</font></p>
<p> </p>
<p>
<img border="0" src="http://site.mynet.com/hack425/hack425.jpg" width="354" height="266"></p>
<p>
<font color="#00FF00">KaFaNa GöRe YaZı YaZ !!!! </font></p>
<p>
<font color="#00ff00" size="5" face="Verdana, Arial, Helvetica, sans-serif">
<b><font size="2">FirE NatioN > HeCKeR TeaM ...
World </font></b></font></p>
<p>
<b>
<font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#00FF00">
yazıııı ....</font></b></p>
<p>
</p>
</body>
</html>
<center>
BURAYA RESİM KODUNUZU YAZINIZ ....
isterseniz daha farklı html kodlar kullanarak indexinizi değişik ve güzel hale dönüştürebilirsiniz... |
|
|
|
|
|
|
|
Bugün 7904 ziyaretçi (12700 klik) kişi burdaydı! |
|
|
|
|
|
|
|