mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01: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.