Link trades checkers

Discussion in 'Link Development' started by super, Aug 10, 2006.

  1. #1
    Hi, when you have many link trades, regular, abc and whatever, what do you use to check if nobody removed your link, page not expired etc?
     
    super, Aug 10, 2006 IP
  2. zitterke

    zitterke Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i'm searching for such a thing too , anyone?
     
    zitterke, Aug 10, 2006 IP
  3. danielbruzual

    danielbruzual Active Member

    Messages:
    906
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    70
    #3
    search for a reciprocal link checker.
     
    danielbruzual, Aug 10, 2006 IP
  4. super

    super Well-Known Member

    Messages:
    1,019
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    130
    #4
    will do :) Anyway recomendations are good too, word of mouth ;)
     
    super, Aug 10, 2006 IP
  5. danielbruzual

    danielbruzual Active Member

    Messages:
    906
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    70
    #5
    Here is a simple php script that Shawn Hogan wipped up in another thread

    you have to create a text document calle sites.txt which contains the sites you wish to check, only one site per line (complete url: http://www.site.com)
    
    <?php
              $mydomain = "www.domain.com"; // Set this to your domain
    
              $list = file_get_contents("sites.txt");
    
              $urls = explode ("\n", $list);
    
              ini_set (default_socket_timeout, "5");
    
              echo "<B>Checking back links to $mydomain....</B><P><FONT SIZE=-1>";
    
              foreach ($urls as $url) {
    
                  if (strlen ($url) && $url{0} != "#") {
    
                      echo $url . "<B><FONT COLOR=";
    
                      if (strpos (file_get_contents($url), $mydomain) != FALSE) {
    
                          echo "GREEN> Found";
    
                      } else {
    
                          echo "RED> Missing";
    
                      }
    
                      echo "</FONT></B><BR>";
    
                  }
    
              }
    
              echo "</FONT>";
    
           
    
    ?> 
    
    Code (markup):
     
    danielbruzual, Aug 10, 2006 IP
  6. forumWebGuy

    forumWebGuy Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Surfwebtips does the job! They automatically check that nobody have removed your link. It's a remotely hosted service. You need to know the page where your partner link to you. Add that url to your account. Surfwebtips visit this page once a week, looking for a link to your site. You are emailed a link status report every week.:)
     
    forumWebGuy, Aug 12, 2006 IP
  7. Smyrl

    Smyrl Tomato Republic Staff

    Messages:
    13,740
    Likes Received:
    1,702
    Best Answers:
    78
    Trophy Points:
    510
    #7
    Since surfwebtips seems to belong to you from your e-mail address ...
     
    Smyrl, Aug 12, 2006 IP
  8. super

    super Well-Known Member

    Messages:
    1,019
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    130
    #8
    I dont care if it belongs to him or not if its a good stuff. I will try it out, since i dont like dealing with scripts too much
     
    super, Aug 18, 2006 IP
  9. Sxperm

    Sxperm Notable Member

    Messages:
    4,386
    Likes Received:
    142
    Best Answers:
    0
    Trophy Points:
    225
    #9
    Take a look at here and download "Link Check up" to check your reciprocal link. However, I used it myself and found 70% of not found links is false positive. (said "your link has been removed" but when check it manually I found it) :D
     
    Sxperm, Aug 19, 2006 IP
  10. SEOTeam

    SEOTeam Peon

    Messages:
    236
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #10
    if you need good link tools then check the ones in my sig.
     
    SEOTeam, Aug 19, 2006 IP
  11. fatinfo guy

    fatinfo guy Peon

    Messages:
    586
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I like QuidProQuo, it will try to spider the link-partner's site to find your link if it does not find the linkback in the search engines first. It can be much improved, but it does its job.
     
    fatinfo guy, Aug 19, 2006 IP
  12. SEOTeam

    SEOTeam Peon

    Messages:
    236
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I like your directory dude. What script did u use for this?
     
    SEOTeam, Aug 19, 2006 IP
  13. drhyperlaur

    drhyperlaur Well-Known Member

    Messages:
    307
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    108
    #13
    that is really nice script, i'm already using it :)
     
    drhyperlaur, Aug 19, 2006 IP
  14. SEOTeam

    SEOTeam Peon

    Messages:
    236
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #14
    k What is it?
     
    SEOTeam, Aug 19, 2006 IP
  15. drhyperlaur

    drhyperlaur Well-Known Member

    Messages:
    307
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    108
    #15
    i mean the links check one, not the directory :)
     
    drhyperlaur, Aug 19, 2006 IP
  16. fatinfo guy

    fatinfo guy Peon

    Messages:
    586
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #16
    The script for the directory is eSyndiCat, it is very similar to phpld that you have. You just need to mod the template designs to differentiate yourself from others.
     
    fatinfo guy, Aug 19, 2006 IP
  17. SEOTeam

    SEOTeam Peon

    Messages:
    236
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Thats a good idea. It seems like the one you have might be a little easier to modify and more user friendly. the phpld I have is nice with a lot of unctions but hard to develop if you dont know php very well.

    Thanks again
     
    SEOTeam, Aug 22, 2006 IP
  18. super

    super Well-Known Member

    Messages:
    1,019
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    130
    #18
    thanks for all the suggestions
     
    super, Aug 28, 2006 IP