1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Automated reciprocal link checker

Discussion in 'Link Development' started by jarvi, Mar 16, 2004.

  1. WilliamC

    WilliamC Well-Known Member

    Messages:
    252
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #81
    very true, so adding a few extra checks would be a good idea.
     
    WilliamC, Jun 4, 2006 IP
  2. letsjoy

    letsjoy Well-Known Member

    Messages:
    1,166
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    160
    #82
    thanx buddies fot script
     
    letsjoy, Jun 15, 2006 IP
  3. redhits

    redhits Notable Member

    Messages:
    3,023
    Likes Received:
    277
    Best Answers:
    0
    Trophy Points:
    255
    #83
    It's very easy to make one in PHP ... and it won't take more then 15 minutes to do it... but I am to lazy :p
     
    redhits, Jun 15, 2006 IP
  4. biziboy

    biziboy Peon

    Messages:
    964
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #84
    oh man... when i read a post like this with all the PHP flying around... im reminded of how bright the ppl in this community are... :)
    i learnt BASIC and HTML pretty early and recently C++ in college.... looks like i should get back into the game and learn php.. its what the bigboys are using :)
     
    biziboy, Jun 22, 2006 IP
  5. ericeric

    ericeric Guest

    Messages:
    369
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #85
    i think addweb tool will be fine...
     
    ericeric, Jun 29, 2006 IP
  6. tarun1979

    tarun1979 Peon

    Messages:
    198
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #86
    it realy good man...
     
    tarun1979, Jul 19, 2006 IP
  7. feha

    feha Active Member

    Messages:
    1,005
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    80
    #87
    Backlink checker:
    www . vision.to/

    enjoy
    as this stupid forum does not allow me to write links :-(
     
    feha, Sep 15, 2006 IP
  8. seovault

    seovault Peon

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #88
    Why don't You just make your "Link Partners" site use PHP Link Directory from phplinkdirectory.com ? It gots all it needs and v 2.0 is free.
     
    seovault, Sep 16, 2006 IP
  9. picobello

    picobello Well-Known Member

    Messages:
    572
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    110
    #89
    What do you think about this tool?

    http://www.linktemple.com

    I found it pretty cool ... only works for a reasonable amount of links
     
    picobello, Sep 16, 2006 IP
  10. maxhammer

    maxhammer Banned

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #90
    I have tried webconfs.com a few times and its a great tool you may also check it out.
     
    maxhammer, Sep 17, 2006 IP
  11. pablo

    pablo Well-Known Member

    Messages:
    301
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    110
    #91
    hi all,

    Does anyone have a suggestion of a "contact form" link checker script.
    As in I tell people I will link to their site, if they add a link to mine, all they have to do is to provide a reciprocal link.
    my form
    ========
    Your name:
    E-mail:
    Website title:
    Website URL:
    URL with reciprocal link:

    Website description:
    ===========
    And before the link is submitted to me it would check the "URL with reciprocal link" for my string.
     
    pablo, Feb 12, 2007 IP
  12. crag

    crag Peon

    Messages:
    47
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #92
    Hi all,

    Found this script just intime.
    The only problem I ran into was that my hoster has disabled file(), get_file_contents() for files on different server. I can use these for local files but not for external. However, the hoster has got cURL installed.

    I had to modify the script for cURL in my case:

    function BacklinkCheck($url, $mydomain){
       $ch = curl_init();
       curl_setopt ($ch, CURLOPT_URL, $url);
       curl_setopt ($ch, CURLOPT_HEADER, 0);
       curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
       $contents = curl_exec ($ch);
       curl_close ($ch);
       $arrText = array();
       $arrText = explode("\n", $contents);
       if (strpos ($contents, $mydomain) != FALSE) {
           return true;
       } else {
           return false;
       }
    }
    PHP:
    Then call it from submission form with:
    
    $backlink=BacklinkCheck($_POST["backlink_url"], "directory.nkytravel.com");
    if($backlink===false){
       echo "URL not found!";
    }else{
       /// Complete submitting url to directory
    }
    PHP:
    It workds perfectly fine for me. Feel free to test it out and add your sites to my directory:

    http://directory.nkytravel.com
     
    crag, Apr 26, 2007 IP
  13. SellLinks

    SellLinks Peon

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #93
    ManageYourLinks.com has a good tool as well. Its free to use and works for reciprocals as well as bought links.

    It also gives stats about those links that you can track.
     
    SellLinks, Apr 30, 2007 IP
  14. rubencb28

    rubencb28 Well-Known Member

    Messages:
    68
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    133
    #94
    The best is yahoo explorer
     
    rubencb28, Dec 9, 2007 IP
  15. ibnuasad

    ibnuasad Notable Member

    Messages:
    1,045
    Likes Received:
    132
    Best Answers:
    0
    Trophy Points:
    275
    #95
    ibnuasad, Dec 10, 2007 IP
  16. jluyt

    jluyt Peon

    Messages:
    129
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #96
    hi all,

    WOW, this thread has taken some turns. thanks to all that have put in their contributions. Now I want to stick a spanner in the wheel :)

    I need a script to take a list of URL's (in a txt file or in a form pasted)... check the url's to see if my link indeed exists on that page... if it does, get me the PR of that page and return it also.

    I am not a coder, so if there is any of you willing to work with me, I will be very grateful. I want to run a link building contest next year and need a little tool to check if my link exist on the URL that the contestants say it is... then check the PR to ensure they are all not PR 0's.

    Any help will be greatly appreciated.

    justin
     
    jluyt, Dec 12, 2007 IP
  17. tarun1979

    tarun1979 Peon

    Messages:
    198
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #97
    Hi
    Can this be summirised so that one need not to hop from pages to pages?
     
    tarun1979, Apr 11, 2008 IP
  18. shacow

    shacow Active Member

    Messages:
    339
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #98
    What do you mean?
     
    shacow, Nov 6, 2008 IP
  19. serenoo

    serenoo Member

    Messages:
    44
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #99
    I can suggest you this Reciprocal link checker It is free, you do not need to download and install software, and it controls for you your link exchanges.
     
    serenoo, Mar 2, 2009 IP
  20. OkiAGr

    OkiAGr Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #100
    backlink-tool.com is the best tool for this. You can manage unlimited campaigns and check for your links on unlimited partner sites.
     
    OkiAGr, Oct 28, 2009 IP