Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 855 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 855 Bytes

ipcheck

IPCheck - Proxy Checker

Installation

Requires PHP 7.2.

  1. cp credentials.php.dist credentials.php and fill in your API keys.
  2. cp webhostconfig.php.dist webhostconfig.php and fill in your webhost detection settings.
  3. cp oauth.ini.dist oauth.ini and fill in your OAuth consumer keys.
  4. cp config.dist.php config.php and change the configuration to your liking.
  5. composer install
  6. cd public_html && php -S localhost:8000

You should now be up and running at http://localhost:8000

Interpreting results

  • There are some tips / hints at EXPLANATION.md
    • Please don't hesitate to send a pull request for this file!

API

  • Instructions on using the API can be found at API.MD