Lines:
1 to 65 of 65
<?php // (C) Copyright Bobbing Wide 2014 // mixed parse_url ( string $url [, int $component = -1 ] ) /* function parse_domain() – Parse the domain into 3 bits */ /* function oik_site_loaded() – */ /* function bw_handle_feed() – */ /* function bob_domain_name_test() – */ oik_site_loaded( $_SERVER['argc'], $_SERVER['argv'] ); /* function bw_build_request() – */ /* function bw_save_content_as() – */ /* Note: The url is prefixed with http:// so we get the http data */ /* The result is stored in $contents... so you can do something with it */ /* function bw_get_url() – */ /* http://whois.domaintools.com/bobbingwide.com */ /* function bw_nslookup() – */ /* function bw_get_content() – */ /* function bw_show_content() – */ /* function bw_gzdecode() – */ /* function parse_feed() – Parse the feed from the server <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" > */View on GitHub