# Inlcude http and parse libraries include("alt-bot-lib-http.php"); include("alt-bot-lib-parse.php"); include("alt-bot-lib-resolve-addresses.php"); include("alt-bot-lib-http-codes.php"); # Identify the target web page and the page base $target = "http://www.schrenk.com/nostarch/webbots/page_with_broken_links.php"; $page_base = "http://www.schrenk.com/nostarch/webbots/"; # Download the web page $downloaded_page = http_get($target, $ref=""); # Parse the links $link_array = parse_array($downloaded_page['FILE'], $beg_tag=""); # Verify the links ?>
URL | HTTP CODE | DOWNLOAD TIME (seconds) |
---|---|---|