6 This script uses NetGeo to plot a host on the globe.
10 PHP 4 and GD (Optional).
12 The GD library is available at http://www.boutell.com/gd/ and PHP is at
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
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.
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".
46 Thanks to Sten Kalenda (sten@ipjam.com) for adding security features and
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.
59 IP-Atlas is Copyright (c) 2002 Ivan Kozik, and can be redistributed under