Should be $COURSE not $course
[moodle-linuxchix.git] / iplookup / ipatlas / README
blob1487d25944192a6b40a8c2758b2b9671d67efc8c
1 IP-Atlas version 1.0
2 -=----=-
4 Description
5 -----------
6 This script uses NetGeo to plot a host on the globe.
8 Requirements
9 ------------
10 PHP 4 and GD (Optional).
12 The GD library is available at http://www.boutell.com/gd/ and PHP is at
13 http://www.php.net/
15 Installation
16 ------------
17 Put these files somewhere on your webserver, and point your browser to plot.php
19 Note: You can symlink "ln -s plot.php index.php" if you need to. If you 
20 have any problems running it, send an email to ivan@xpenguin.com
22 Configuration
23 -------------
24 All options can be edited in plotconf.inc. 
26 If you want to integrate IP-Atlas into your website, open up plot.php and
27 ip-atlas_prefs.php and edit the parts where it starts writing the html
28 (find for "<html>") and where it ends (</html>). You should replace theses
29 with your site template headers/footers.
31 You can create a new language file for IP-Atlas if you follow the directions
32 inside any language file in the languages/ directory.
34 If you create a new language file, please email it to ivan@xpenguin.com so 
35 it can be included in the next version.
37 Bugs
38 ----
39 1. The famous windows bug (also happens in other cirumstances)
41 If nothing appears when running the script on windows, open up plotconf.inc
42 and change the $trygd variable to "0".
44 Contributions
45 -------------
46 Thanks to Sten Kalenda (sten@ipjam.com) for adding security features and 
47 cleaning up the code.
49 Thanks to Armin Kunaschik (Armin.Kunaschik@varetis.de) for his proxy patch 
50 that enables this program to run behind a firewall.
52 Thanks to Daniel Quinlan (daniel@chaosengine.net) for a patch that fixes
53 many problems on windows.
55 Also thanks to many users for reporting bugs.
57 Copyright
58 ---------
59 IP-Atlas is Copyright (c) 2002 Ivan Kozik, and can be redistributed under 
60 the GPL.