Added new structure for iplookups (ie called from logs).
[moodle.git] / iplookup / README.txt
1 iplookup 
2 --------
4 These plugins will show you something about an IP address.
6 Moodle scripts call the index.php in this directory like this:
7    
8    /iplookup/index.php?ip=222.222.222.222&user=1
10 Both parameters are optional, they default to the current user.
12 index.php loads the lib.php from a specified subdirectory 
13 to actually display some sort of map or description.
15 The current plugin is selected using $CFG->iplookup.
17 Cheers,
18 Martin