PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Nick Daniels   PHP CloudFlare Resolver   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example of CFlareResolver
Class: PHP CloudFlare Resolver
Find the domains handled by CloudFlare
Author: By
Last change: Slight change
Date: 8 years ago
Size: 205 bytes
 

Contents

Class file image Download
<?php
/** Cloudflare Resolver **
 *
 * @Auther Nick Daniels : http://twitter.com/ManicSec
 *
 */
require 'CFlareResolver.class.php';

$cf = new CFlareResolver;
$cf->resolve_cf("cloudflare.com");