cowsandmilk / cowphishtank

PHP Class for Phishtank (MIT Licensed)

This URL has Read+Write access

cowphishtank / INSTALL
e9495a37 » David Hall 2008-03-23 check in January 2007 state 1 Installation Notes
2 ------------------
3 Directory must be writable by server during installation.
4 After installation, it may be made only readable.
5 Start installation by navigating to app-setup.php
6 You will then bew prompted for your app code and shared secret
7 If you are distributing an application, you can save the state of phishtank_config.xml at this point.
8 -For distribution, you will want to send your users to frob-setup.php which
9 will send them on the way to integrating using their PhishTank username
10 to get an api key and all that jazz.
11 After the username is entered, the person is redircted to user-setup.php
12 This stores their username and api_key.
13 Once all that jazz is done, you can go to setup-examples.php and check out
14 example usage.