Is there any links monitor software?

Discussion in 'Link Development' started by CzAW5, Jun 4, 2008.

  1. #1
    in the last month, I bought many links on many different websites, I wonder if there is a software or way to monitor my links on these websites? or any keywords sugestion for this kind of software?

    thanks.
     
    CzAW5, Jun 4, 2008 IP
  2. MrGamma

    MrGamma Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Why not just check your server stats... referrals to your site will very often include information about where the visitor came from...

    If your not happy with that... you can build a crawler to periodically fetch the page and then check for the link...

    You would build it with Cron, MySql and Php...

    Build a mysql table to hold your link information... build a cron to trigger a php script every now and then... you could actually do without the cron and trigger it manually if need be...

    IN php you would query the mysql database for the link you wanted to check... then with fsockopen or ... ... ... I forget what the other function is called... but anyways... oh... curl... you could use curl to fetch the page and then you could use preg_match() to check the page for you link...

    Really... unless you setting up a reciprocal link exchange and you wanted to monitor such things why bother... and to tell you the truth... people can link exchange with you and have your link buried on a page which is not in the Google index... so then you have a whole other can of worms to deal with... like crawling from the home page to the page with the link... checking robots... checking rel=nofollow... ect...
     
    MrGamma, Jun 4, 2008 IP
  3. coder999

    coder999 Banned

    Messages:
    727
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you like to make custom application contact me i can help
     
    coder999, Jun 4, 2008 IP