moodle/iplookup/ipatlas
moodler f4fb66d7d9 Added new structure for iplookups (ie called from logs).
ipatlas is now just a plugin, and we can add other plugins
to the same job better.
2005-07-18 08:06:16 +00:00
..
languages Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
COPYING Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
countries.txt Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
earth_620.jpg Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
footer.inc Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
hr.gif Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
ip-atlas.css Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
ip-atlas_prefs.php Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lib.php Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
MOODLECHANGES Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
plot.inc Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
plot.php Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
plotconf.inc Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
plotimage.php Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
plotlog.txt Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
README Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
README.MOODLE.txt Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
reddot.gif Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
translate.inc Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
yellowdot.gif Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00

IP-Atlas version 1.0
-=----=-

Description
-----------
This script uses NetGeo to plot a host on the globe.

Requirements
------------
PHP 4 and GD (Optional).

The GD library is available at http://www.boutell.com/gd/ and PHP is at
http://www.php.net/

Installation
------------
Put these files somewhere on your webserver, and point your browser to plot.php

Note: You can symlink "ln -s plot.php index.php" if you need to. If you 
have any problems running it, send an email to ivan@xpenguin.com

Configuration
-------------
All options can be edited in plotconf.inc. 

If you want to integrate IP-Atlas into your website, open up plot.php and
ip-atlas_prefs.php and edit the parts where it starts writing the html
(find for "<html>") and where it ends (</html>). You should replace theses
with your site template headers/footers.

You can create a new language file for IP-Atlas if you follow the directions
inside any language file in the languages/ directory.

If you create a new language file, please email it to ivan@xpenguin.com so 
it can be included in the next version.

Bugs
----
1. The famous windows bug (also happens in other cirumstances)

If nothing appears when running the script on windows, open up plotconf.inc
and change the $trygd variable to "0".

Contributions
-------------
Thanks to Sten Kalenda (sten@ipjam.com) for adding security features and 
cleaning up the code.

Thanks to Armin Kunaschik (Armin.Kunaschik@varetis.de) for his proxy patch 
that enables this program to run behind a firewall.

Thanks to Daniel Quinlan (daniel@chaosengine.net) for a patch that fixes
many problems on windows.

Also thanks to many users for reporting bugs.

Copyright
---------
IP-Atlas is Copyright (c) 2002 Ivan Kozik, and can be redistributed under 
the GPL.