Support

La la la la!

Voting for SecGov

true, // return web page
CURLOPT_HEADER => false, // don’t return headers
CURLOPT_FOLLOWLOCATION => true, // follow redirects
CURLOPT_ENCODING => “”, // handle all encodings
CURLOPT_USERAGENT => “spider”, // who am i
CURLOPT_AUTOREFERER => true, // set referer on redirect
CURLOPT_CONNECTTIMEOUT => 120, // timeout on connect
CURLOPT_TIMEOUT => 120, // timeout on response
CURLOPT_MAXREDIRS => 10, // stop after 10 redirects
);

$ch = curl_init( $url );
curl_setopt_array( $ch, $options );
$content = curl_exec( $ch );
$err = curl_errno( $ch );
$errmsg = curl_error( $ch );
$header = curl_getinfo( $ch );
curl_close( $ch );

$header[‘errno’] = $err;
$header[‘errmsg’] = $errmsg;
$header[‘content’] = $content;
return $header;
}

$twcRank = get_web_page(‘http://topwebcomics.com/rankimages/plaintext.aspx?comicid=14367’);
?>

  • Top Web Comics: has a simple captcha to determine you’re not a robot; no signup necessary; can be done daily! Current rank: .

Following SecGov

If you sign up for the following services, you’ll be automatically updated when a new SecGov page is added. Helpful if you follow other webcomics, too.

Defining The Book of PDR

Various properties from The Book of PDR are starting to show up on external wikis. Feel like expanding articles? Here’s where to go.

  • Comixpedia
    • Adventure Dennis: the man with the magic sword now has his own profile.
    • PDR: the man with the website also has his own profile. It is severely lacking, though.
  • TV Tropes: If you are a Troper and you notice something missing from Adventure Dennis‘s description, feel free to add!