• 21-07-2008, 16:49:26
    #1
    Üyeliği durduruldu
    Arkadaşlar link değişimi sayfasında kullanmak üzere linkleri hergün belli saatte kontrol edecek ve linkim silindiğinde mail ile bana bildirecek bi script arıyorum. Elinde olan arkadaşlar paylaşırlarsa çok sevinirim. Şimdiden teşekkür ederim.
  • 21-07-2008, 17:04:53
    #2
    başlığı google yaz bulursun
  • 21-07-2008, 17:13:48
    #3
    Üyeliği durduruldu
    yok kardeş çok aradım ama bulamadım, farklı farklı şeyler çıkıyor. Benim istediğim gibi değil hiçbiri
  • 21-07-2008, 17:23:34
    #4
    Üyeliği durduruldu
    böyle bi kod vermişler ama hiçbir açıklama yok. Zaten herkes birbirinden alıntı yapmış bütün sitelerde aynı açıklama yazıyor. Bu kodu nasıl kullanabilirim ki. Cron falan diyorlar :S

    <?php/*Check for Reciporical LinkUse this script to check if reciporical link agreements are being honoured. In this simple example we are just checking for the existance of a url inany pair of <a></a> tags on a link page.*/ // The url that should appear on the link page$url="http://michaelphipps.com";// The link page that should contain the url$link_page="http://curl.haxx.se/libcurl/php/examples/multi.html"; // Use Curl to return the raw source of a webpage to a variable called$result$ch = curl_init();curl_setopt($ch, CURLOPT_URL,$link_page);curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);$result=curl_exec ($ch);curl_close ($ch); // Search for the $url on the $link_page./*Returns the result in an array called $matches(this regular expression could probably be improved...)*/preg_match ("|<[aA] (.+?)".$url."(.+?)>(.+?)</[aA]>|i", $result, $matches);  // See if there were any matches/*(note preg_match only returns the first match,use preg_match_all to return all matches)*/ if (count($matches)>0){// if there are items in the array, then there was a match.echo "The link exists on the target website";print_r($matches); /*If you require very specific link text you can use the informationreturned in the $matches array to further assess if your website isbeing linked the way you want.*/ }else{// if there are no items in the array, then no matches were found.echo "The link does not exist on the target website";} ?>
  • 21-07-2008, 17:39:44
    #5
    Üyeliği durduruldu
    Google gir "backlink kontrol scripti" yaz ilk sıradakini tıkla patlat işini görür ordaki.
  • 21-07-2008, 18:27:50
    #6
    Üyeliği durduruldu
    Hocam saol ama en üstteki link satışı için, yani o script link ekleme ve zamanı gelince linki kaldırma işini yapıyor. :S

  • 21-07-2008, 18:29:22
    #7
    ayınısını oda yapıyor işte satmana gerek yok
  • 21-07-2008, 18:35:19
    #8
    Üyeliği durduruldu
    hemen deniyorum sonucu yazcam
  • 21-07-2008, 18:54:18
    #9
    Üyeliği durduruldu
    evet bu script benim işime yarayabilirmiş ama database ile çalışıyor. Benimde tek db hakkım var oda kurulu çalışıyor. başka bi yolu yokmudur acaba