[Preface to the article]
My original friendly link detection tool V1.0 version uses php+xmlhttp technology to realize batch detection of friendly links. The operation method is fast and practical.
It solves the problem that webmasters have had for many years in detecting friendly links.
[Function description]
By entering your own URL and the URL of the friendly link for analysis, you can:
1. List the friendly link URLs one by one
2. Check whether the other party’s website contains a link to this site
3. Obtain the Baidu index of the other party’s website
4. Get the Baidu snapshot of the other party’s URL,
5. Obtain the Google index of the other party’s website
6. Get the PR value of the other party’s website
7. When the network is busy and results cannot be obtained for a certain item, you can retest it.
There are three main program files:
check.php: The main PHP file during detection
checkServer.php: PHP file running in the background during detection
selSite.js: Create xmlhttp object and send data from checkServer.php
Expand