Activity Stream
48,167 MEMBERS
6927 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member
    Website's:
    porndex.eu massprchecker.com

    Default Back link checker

    Hi can someone point me in he right direction so im able to create a little script that will check back links are active ?

    I run a directory which requires a link back to the directory or their site gets removed.

    Problem is it takes hours of clicking to check my link is still displayed on the sites.

    Is there a way to make this simple ?

    Thanks
    RR
    roadrunner Reviewed by roadrunner on . Back link checker Hi can someone point me in he right direction so im able to create a little script that will check back links are active ? I run a directory which requires a link back to the directory or their site gets removed. Problem is it takes hours of clicking to check my link is still displayed on the sites. Is there a way to make this simple ? Thanks RR Rating: 5

  2.   Sponsored Links

  3.     
    #2
    The Wise One
    Website's:
    twilight.ws ddlrank.com
    PHP Code: 
    <?php
    foreach ($domain as $d) {
      
    $content file_get_contents($d); // where $d is the url
      
    if (stristr($content"your url here")) {
        
    // all good
      
    }else{
        echo 
    $d ' does not have a backlink' PHP_EOL;
      }
    }
    It's really basic what ive written above, but it should be ok for the first version

    Add curl multi exec in the next version with auto emailing, ...

  4.     
    #3
    Member
    The code in the previous reply is the most simple solution, but maybe you should also check if it's actually a link (url inside an <a href="" tag), that it's not set to nofollow, etc.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. vB 4.1.10 Link Checker Bot
    By IiTz ShAnE in forum vBulletin
    Replies: 3
    Last Post: 28th Mar 2012, 03:48 PM
  2. Link checker for WP
    By DeathRS in forum Webmaster Discussion
    Replies: 7
    Last Post: 14th Apr 2011, 05:20 PM
  3. Link checker for 4.x.x
    By ibby in forum vBulletin
    Replies: 3
    Last Post: 17th Jan 2011, 12:14 AM
  4. What really is the best Link Checker Mod?
    By Clowner in forum Web Application/Script Support
    Replies: 5
    Last Post: 9th Mar 2010, 11:22 PM
  5. Link Checker Bot-Which one?
    By pspuser007 in forum vBulletin
    Replies: 6
    Last Post: 18th Feb 2009, 10:52 PM

Tags for this Thread

BE SOCIAL