Page 3 of 3 FirstFirst 123
Results 11 to 11 of 11

Thread: Giniko Linkleri

  1. Go to Thank YouDownload #11
    Go to Thank You
    Yeni Üye Altunkral's Avatar

    Info

    Go to Top of Post

    buyur hocam başlığı yeni gördüm o yüzden atmadım

    <?php

    $Live = $_GET['id'];

    $ch = curl_init('https://www.giniko.com/watch.php?id='.$Live);

    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);

    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_HTTPHEADER, array(
    'Content-Type: application/x-www-form-urlencoded',
    'Referer: [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..',
    ));
    $site = curl_exec($ch);
    curl_close ($ch);
    preg_match(base64_decode('I3NvdXJjZTogIiguKj8pIiM= '), $site, $icerik);
    $Embed = $icerik[1];
    header ("Location: $Embed");
    //print_r($Link);

    ?>


  2. The Following 3 Users Say Thank You to Altunkral For This Useful Post:

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •