sayfa yönlendirme yardım lütfen...

blackmilk

New member
Katılım
26 Haz 2005
Mesajlar
354
Reaction score
0
Puanları
0
Arkadaşlar diyelim www.siteadı.com şeklinde bir domainim var.Ben bunu www.siteadı.com/shop/www adresine yönlendirmek istiyorum.Yani siteye girenler www.siteadı.com yazınca direk ikinci saffaya yönlensinler istiyorum.Elimde bir html kodu var ama bir türlü beceremedim.(aklıma gelmişken hackhell'de böyle birşey var herhalde,yönlenme) kodu aşağı yazıyorum. Tam html sayfası olarak veya kodları tam olarak verebilirseniz sevinirim...


<meta http-equiv="refresh" content="10;URL=http://www.siteadı/shop/www">


bo kod 10 sn.sonra yönleniyormuş ama ben bir türlü beceremedim...
 
Değiştirilcek Yerleri renklendirdim

Kod:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>[COLOR=DeepSkyBlue]HackHeLL[/COLOR]</title>
<META 
content="[COLOR=DeepSkyBlue]hack, crack, hacker, cracker, program, arşiv, download, yükleme, korsan, bilgisayar, computer, security, güvenlik, forum, şifre, account, password ,
passes, web, hosting, site, tasarım, sohbet, chat, indir, yazılım, yazilim, türk, türkiye, türkçe, mp3,  Dark_Angel, sohbet, film, vb, vbulletin,
hackhell, şiir, söz, güzelsözler, c++, pascal, html, java, flash, photoshop[/COLOR]" 
name=keywords>
<META 
content="[COLOR=DeepSkyBlue]HackHeLL[/COLOR]" 
name=description>
</head>

<body>

<SCRIPT LANGUAGE="JavaScript"> 
<!-- 
function display() 
{ 
rtime=etime-ctime; 
if (rtime>60) 
m=parseInt(rtime/60); 
else 
m=0; 
s=parseInt(rtime-m*60); 
if(s<10) 
s="0"+s 
window.status="Kalan Süre: "+m+":"+s 
window.setTimeout("checktime()",1000) 
} 
function settimes() 
{ 
var time= new Date(); 
hours= time.getHours(); 
mins= time.getMinutes(); 
secs= time.getSeconds(); 
etime=hours*3600+mins*60+secs; 
etime+1; 
checktime(); 
} 
function checktime() 
{ 
var time= new Date(); 
hours= time.getHours(); 
mins= time.getMinutes(); 
secs= time.getSeconds(); 
ctime=hours*3600+mins*60+secs 
if(ctime>=etime) 
expired(); 
else 
display(); 
} 
function expired() 
{ 
 
location.href="[COLOR=DeepSkyBlue]shop/index.php[/COLOR]"; 
} 
// --> 
</SCRIPT>
<BODY BGCOLOR="#FFFFFF" onLoad="settimes()">
</html>
 
senin kodun duzgun calısması için bastaki http yi kaldır

<META HTTP-EQUIV=Refresh CONTENT="0; URL=sayfa_adi.html">




http://www.hackhell.com/index.html

sag tıkla hedefi farklı kaydet, kaynagı goruntule ;)

PHP:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>HacKHeLL</title>
<meta name="keywords" content="hackhell,hack,crack,hacker,cracker,program,arşiv,download,yükleme,korsan,bilgisayar,computer,security,güvenlik,forum,şifre,account,password, 
 passes,web,hosting,site,tasarım,sohbet,chat,indir,yazılım,yazilim,türk,türkiye,türkçe,mp3,adult,porno,Dark_Angel,sohbet,film,vb,vbulletin, 
 hackhell,şiir,söz,güzelsözler,c++,pascal,html,java,flash,photoshop" />
<META 
content="HackheLL - Paylaşımın Adresi" 
name=description>
</head>
<body>
<SCRIPT LANGUAGE="JavaScript"> 
<!-- 
function display() 
{ 
rtime=etime-ctime; 
if (rtime>60) 
m=parseInt(rtime/60); 
else 
m=0; 
s=parseInt(rtime-m*60); 
if(s<10) 
s="0"+s 
window.status="Kalan Süre: "+m+":"+s 
window.setTimeout("checktime()",1000) 
} 
function settimes() 
{ 
var time= new Date(); 
hours= time.getHours(); 
mins= time.getMinutes(); 
secs= time.getSeconds(); 
etime=hours*3600+mins*60+secs; 
etime+1; 
checktime(); 
} 
function checktime() 
{ 
var time= new Date(); 
hours= time.getHours(); 
mins= time.getMinutes(); 
secs= time.getSeconds(); 
ctime=hours*3600+mins*60+secs 
if(ctime>=etime) 
expired(); 
else 
display(); 
} 
function expired() 
{ 
 
location.href="forum/portal.php"; 
} 
// --> 
</SCRIPT>
<BODY BGCOLOR="#FFFFFF" onLoad="settimes()">
</html>
 
ikinize de teşekkür ederiz arkadaşlar...
 
Geri
Üst