• 12-06-2015, 13:37:20
    #1
    Üyeliği durduruldu
    Merhaba,

    cURL ile bir siteye bağlanırken localhostta bağlanıyorum fakat sunucuda bağlanamıyorum cloudflare ile korunuyor.

    Benim sorum şu sunucudan bağlanırken sanki localhosttan bağlanıyormuşum gibi göstermek istiyorum?

    Aşağıdaki linkte bir örnek vermiş ama pek kavrayamadım bu işlemi nasıl yapabiliriz?

    http://stackoverflow.com/questions/1...h-curl-request
  • 12-06-2015, 19:40:26
    #2
    Oyle bir secenek yok. Localhosttan baglanirken senin evdeki ip adresin gorunuyor sunucuya(cloudflare'a). Sunucudan denediginde gelen cevap ne ? cloudflare server ip oldugu icin tamamen erisimi mi kesiyor?
  • 13-06-2015, 01:31:56
    #3
    Üyeliği durduruldu
    LaCReMeL adlı üyeden alıntı: mesajı görüntüle
    Oyle bir secenek yok. Localhosttan baglanirken senin evdeki ip adresin gorunuyor sunucuya(cloudflare'a). Sunucudan denediginde gelen cevap ne ? cloudflare server ip oldugu icin tamamen erisimi mi kesiyor?
    Aşağıdaki metin geliyor ekrana direkt.

    Please enable cookies.
    One more step
    
    Please complete the security check to access anizm.tv
    
    Why do I have to complete a CAPTCHA?
    
    Completing the CAPTCHA proves you are a human and gives you temporary access to the web property.
    
    What can I do to prevent this in the future?
    
    If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware.
    
    If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices.
    
    CloudFlare Ray ID: 1f5901a24ed90bed • Your IP: 185.71.216.182 • Performance & security by CloudFlare
  • 13-06-2015, 16:47:01
    #4
    captcha'dan da bahsedilmis ama sen bi curl'da cookie'i aktif et bi dene bakalim.

        curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookie.txt');
        curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookie.txt');
  • 15-06-2015, 11:29:38
    #5
    Üyeliği durduruldu
    LaCReMeL adlı üyeden alıntı: mesajı görüntüle
    captcha'dan da bahsedilmis ama sen bi curl'da cookie'i aktif et bi dene bakalim.

        curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookie.txt');
        curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookie.txt');
    Bu sefer de alttaki hatayı verdi.

    Please enable cookies.
    One more step
    
    Please complete the security check to access anizm.tv
    
    Why do I have to complete a CAPTCHA?
    
    Completing the CAPTCHA proves you are a human and gives you temporary access to the web property.
    
    What can I do to prevent this in the future?
    
    If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware.
    
    If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices.
    
    CloudFlare Ray ID: 1f6ce7ff380e14a9 • Your IP: 185.71.216.182 • Performance & security by CloudFlare
  • 15-06-2015, 11:36:24
    #6
    weStarz adlı üyeden alıntı: mesajı görüntüle
    Bu sefer de alttaki hatayı verdi.

    Please enable cookies.
    One more step
    
    Please complete the security check to access anizm.tv
    
    Why do I have to complete a CAPTCHA?
    
    Completing the CAPTCHA proves you are a human and gives you temporary access to the web property.
    
    What can I do to prevent this in the future?
    
    If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware.
    
    If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices.
    
    CloudFlare Ray ID: 1f6ce7ff380e14a9 • Your IP: 185.71.216.182 • Performance & security by CloudFlare
    Sayfaya isteği yapanın bir insan olduğuna inanmadığı için sistem sizden Captcha ile insan olguğunuzu doğrulamanızı istiyor.
  • 15-06-2015, 11:37:45
    #7
    Üyeliği durduruldu
    reddoc adlı üyeden alıntı: mesajı görüntüle
    Sayfaya isteği yapanın bir insan olduğuna inanmadığı için sistem sizden Captcha ile insan olguğunuzu doğrulamanızı istiyor.
    İnsan olduğumuzu nasıl inandırabiliriz + ayrıca captha yok bunu nereden geçmeniz gerek.