Meta Website Yönlendirme Kodları

Katılım
7 Şub 2017
Tepki puanı
30
Rating - 0%
HTML Yönlendirme Kodu
Kod:
<meta http-equiv="refresh" content="5;URL=http://spyhackerz.com">

JavaScript Yönlendirme Kodu
Kod:
<script language="javascript">
    window.location.href = "http://spyhackerz.com"
</script>

MetaTag Yönlendirme Kodu
Kod:
<meta http-equiv="refresh" content="0;url=http://spyhackerz.com">

Normal bir MetaTAG URL Kodu
Kod:
<meta http-equiv="Refresh" content="seconds; url=URL">

PHP Yönlendirme Kodu

Kod:
<?php

 function go ($url, $time = 3){ // Time değeri yoksa 3 sn alır.
 
  if ($time) header("Refresh: {$time}; url={$url}");
  else header("Location: {$url}");
 }
 
 // Fonksiyonu çağıralım
 go("http://spyhackerz.com", 10); // 10 sn bekledikten sonra yönlendirme yapar.
 
 // Ya da
 go("http://spyhackerz.com");
 
?>
 
Katılım
1 Ara 2015
Tepki puanı
19,702
Konum
spyhackerz
Rating - 95.8%
Kod:
<script>document.location.href='http://yonleneceksite.com';</script>
Buda baya hızlı yönlenir , anında.
 
  • Like
Tepkiler: ev1
131,618Konular
3,269,790Mesajlar
315,609Kullanıcılar
fluzzoffSon Üye
Üst Alt