• 12-02-2010, 01:44:10
    #1
    Merhaba,

    Sorunum şu;


    Alıntı
    <?php
    $toevaluate=$_POST['urls'];
    $checkthis = str_replace("http://www.", "", $toevaluate);
    // Download content
    $html = file_get_contents("http://estibot.com/results.php?domain=".$checkthis."");

    // Find the right table
    if (preg_match("/<br \/>USD <b>((?:.|\n)*?)<\/b>/", $html, $matches)) {
    $table = $matches[1];
    echo "$".$table;

    } else {
    echo "$10";
    }

    ?>
    http://estibot.com/results.php?domain= satırını değiştirmek istiyorum.
    http://www.sitevaluecalculator.com/result.php?domain= Bunu eklemek istiyorum.

    Eklenen siteden is: $306

    Şu satırın yazdırılmasını istiyorum fakat bir türlü yapamadım. Yardım edebilecek varmı acaba?
  • 12-02-2010, 02:00:22
    #2
    <?php
    $toevaluate=$_POST['urls'];
    $checkthis = str_replace("http://www.", "", $toevaluate);
    // Download content
    $html = file_get_contents("http://estibot.com/results.php?domain=".$checkthis."");
    
    // Find the right table
    if (preg_match("#$(.*?)</b></center></td></tr><TR><TD#si", $html, $matches)) {
    $table = $matches[1];
    echo "$".$table;
    
    } else {
    echo "$10";
    }
    
    ?>
    buyur denemedim çalışmazsa
    if (preg_match("#$(.*?)</b></center></td></tr><TR><TD#si", $html, $matches)) {
    burayı bununla değiştir
    if (preg_match("#\$(.*?)</b></center></td></tr><TR><TD#si", $html, $matches)) {
  • 12-02-2010, 02:13:45
    #3
    Malesef olmadı.

    Ben yeni olduğum için anlatamamış olabilirim..

    Alıntı
    <?php
    $toevaluate=$_POST['urls'];
    $checkthis = str_replace("http://www.", "", $toevaluate);
    // Download content
    $html = file_get_contents("http://www.sitevaluecalculator.com/result.php?domain=".$checkthis."");

    // Find the right table
    if (preg_match("/<br \/>USD <b>((?:.|\n)*?)<\/b>/", $html, $matches)) {
    $table = $matches[1];
    echo "$".$table;

    } else {
    echo "$10";
    }

    ?>



    Resimde kırmızıyla çizili alanı almak istiyorum.

    Almak istediğim site bu = http://www.sitevaluecalculator.com

    Yani
    http://www.sitevaluecalculator.com/result.php?domain= SiteADI
    Olarak sorgulayacak ve benim sitemdede


    $324234 fiyatı yazıcak. Umarım anlatabilmişimdir teşekkürler
  • 12-02-2010, 03:11:17
    #4
    AngelFRANTIX adlı üyeden alıntı: mesajı görüntüle
    Malesef olmadı.

    Ben yeni olduğum için anlatamamış olabilirim..




    Resimde kırmızıyla çizili alanı almak istiyorum.

    Almak istediğim site bu = http://www.sitevaluecalculator.com

    Yani
    http://www.sitevaluecalculator.com/result.php?domain= SiteADI
    Olarak sorgulayacak ve benim sitemdede


    $324234 fiyatı yazıcak. Umarım anlatabilmişimdir teşekkürler
    <?php 
    $toevaluate=$_POST['urls']; 
    $checkthis = str_replace("http://www.", "", $toevaluate); 
    // Download content 
    $html = file_get_contents("http://www.sitevaluecalculator.com/result.php?domain=".$checkthis.""); 
    // Find the right table 
    if (preg_match("#Values this site at<BR><b>(.*?)</b></a>#si", $html, $matches)) { 
    $table = $matches[1]; 
    echo $table; 
    
    } else { 
    echo "$10"; 
    } 
    
    ?>
    al denedim çalışıor bu birde merak ettim nerde kullanıcan bunu
  • 12-02-2010, 08:53:04
    #5
    Kullanıcağım yer bu -> http://windows7seven.org/websiteworth/

    Ama gene çalışmadı. 10$ çıkıyor. Çıkmama gibi durumu nedendir biliyormusun?
  • 12-02-2010, 12:01:10
    #6
    bahsettiğin sitede captcha kontrolü yapılıyor belli bi denemeden sonra

    Alıntı
    I hate captchas and I am doing my best to keep you from having to enter them regularly. There have been some evil bots that have been scraping my site and generating thousands of reports. This was the best way that I could think of for slowing them down.
  • 13-02-2010, 01:29:26
    #7
    çalışan bir site yokmu acaba? sabahtan beri uğraşıyorum bir sürü site denedim olmuyo