From a31396fb8c67f27a0055e4c4a6fa95e3cde24d1a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 Apr 2015 23:53:58 +0200 Subject: Small improvements. --- ifconfig/template.php | 132 -------------------------------------------------- 1 file changed, 132 deletions(-) delete mode 100644 ifconfig/template.php (limited to 'ifconfig/template.php') diff --git a/ifconfig/template.php b/ifconfig/template.php deleted file mode 100644 index 50e9b74..0000000 --- a/ifconfig/template.php +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - IP API - - - - - -
-
-
-

Ifconfig

-

Basic IP API/Look up.

-
- - -

IP API

-
- $value){ - echo "
".str_replace('_', ' ', ucfirst($key))."
".$value."
"; - } - ?> -
- -

HTTP Header

-
- $value){ - echo "
".$key."
".$value."
"; - } - ?> -
- - -
-
- - - - - -
- -
- - -
-
- - -
-
- -
- -
-
-
- -
-
- -
- -
-
-
- -
- -
- - -
- - - -Choose output format. -
-
-
- - -
- -
- -
-
- - - -
-
-
- -

Command Line Interface:

- - Get IP: $ curl http://tools.iamfabulous.de/ifconfig/ =>
- JSON: $ curl http://tools.iamfabulous.de/ifconfig/?output=json
- Get everything: $ curl http://tools.iamfabulous.de/ifconfig/?geoip=1&header=1&output=json - - -
-
-
- - -- cgit v1.2.3