• 17-07-2014, 17:05:36
    #1
    sorun çözüldü teşekkürler
  • 17-07-2014, 17:08:03
    #2
    index.php ye bu kodu eklermisin
    <?php
    header("Location: http://siteismi.com/connect.php");
    die();
    ?>
  • 17-07-2014, 17:10:48
    #3
    WTF adlı üyeden alıntı: mesajı görüntüle
    index.php ye bu kodu eklermisin
    <?php
    header("Location: http://siteismi.com/connect.php");
    die();
    ?>
    yok hocam olmadı yine aynı
  • 17-07-2014, 17:17:36
    #4
    <script> window.location="connect.php";</script>

    Ekleyip denermisiniz?

    NEOI 588-734 cihazımdan gönderildi
  • 17-07-2014, 17:20:21
    #5
    RooTsGhosT adlı üyeden alıntı: mesajı görüntüle
    <script> window.location="connect.php";</script>

    Ekleyip denermisiniz?

    NEOI 588-734 cihazımdan gönderildi
    teşekkürler sorun çözüldü
  • 17-07-2014, 17:24:27
    #6
    insigne adlı üyeden alıntı: mesajı görüntüle
    yok hocam olmadı yine aynı
    Merhaba 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.

    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:33
    #7
    WTF adlı üyeden alıntı: mesajı görüntüle
    Merhaba 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.

    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>
    hocam sorun çözüldü değerli yorumların için çok sağol bu arada index.htmlye yazacak kadarda acemi değilim