"R-LInk Page not entered"
There is no URL for your reciprocal link entered.. it is "htttp://"
"Rlink not found"
A reciprocal link was not found on the page specified
The "R-Link Page" link *should* be taking you to where your reciprocal link is supposed to be, so you can quickly see if your link does exist, and just wasn't detected
The script now checks to see if your server has CURL libraries available to PHP, and if so uses them. If CURL is not available, it uses the old fopen method. Using CURL to fetch several remote web pages is roughly 10 times faster than the fopen method. One of the primary complaints about the previous link check was it was just painfully slow (eg; fopen) and would often generate "execution time exceeded" errors when attempting to check more than a few sites per run.
oh, and if CURL was not detected on your server you would see something like "CURL libraries are not installed. Using clunky fopen method

"