Php Küçük bir bilgi yardım
6
●408
- 17-07-2014, 17:17:36<script> window.location="connect.php";</script>
Ekleyip denermisiniz?
NEOI 588-734 cihazımdan gönderildi - 17-07-2014, 17:20:21teşekkürler sorun çözüldüRooTsGhosT adlı üyeden alıntı: mesajı görüntüle
- 17-07-2014, 17:24:27Merhaba inşallah index.html nin içerisine kod'ları yaptırşmayı denemedin! index.php ye yapıştırmalısın yada boş bir index.php oluştur upload et.insigne adlı üyeden alıntı: mesajı görüntüle
HTML veya JS kod'larıda olur herhangi birini seç beğen ekle sadece.
<?php header('Location: http://siteismi.com/connect.php'); ?>
HTML
<meta http-equiv="Location" content="http://siteismi.com/connect.php">
JS
<script>window.location.replace("http://siteismi.com/connect.php");</script>JS
<script>window.location.href = "http://siteismi.com/connect.php";</script>
JS
<script>top.location="http://siteismi.com/connect.php";</script>
JS
<script>self.location="http://siteismi.com/connect.php";</script>
JS
<script>window.navigate(”http://siteismi.com/connect.php”);</script>
JS
<script>var u = "http://siteismi.com/connect.php"; if(navigator.userAgent.match(/MSIE\s(?!9.0)/)){var r=document.createElement("a");r.href=u;document.body.appendChild(r);r.click()}else{window.location.replace(u)} </script> - 17-07-2014, 17:27:33hocam sorun çözüldü değerli yorumların için çok sağol bu arada index.htmlye yazacak kadarda acemi değilimWTF adlı üyeden alıntı: mesajı görüntüle