home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December / PCWorld_2002-12_cd.bin / Software / Vyzkuste / ipatlas / README < prev    next >
Text File  |  2002-07-03  |  2KB  |  61 lines

  1. IP-Atlas version 1.0
  2. -=----=-
  3.  
  4. Description
  5. -----------
  6. This script uses NetGeo to plot a host on the globe.
  7.  
  8. Requirements
  9. ------------
  10. PHP 4 and GD (Optional).
  11.  
  12. The GD library is available at http://www.boutell.com/gd/ and PHP is at
  13. http://www.php.net/
  14.  
  15. Installation
  16. ------------
  17. Put these files somewhere on your webserver, and point your browser to plot.php
  18.  
  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
  21.  
  22. Configuration
  23. -------------
  24. All options can be edited in plotconf.inc. 
  25.  
  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.
  30.  
  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.
  33.  
  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.
  36.  
  37. Bugs
  38. ----
  39. 1. The famous windows bug (also happens in other cirumstances)
  40.  
  41. If nothing appears when running the script on windows, open up plotconf.inc
  42. and change the $trygd variable to "0".
  43.  
  44. Contributions
  45. -------------
  46. Thanks to Sten Kalenda (sten@ipjam.com) for adding security features and 
  47. cleaning up the code.
  48.  
  49. Thanks to Armin Kunaschik (Armin.Kunaschik@varetis.de) for his proxy patch 
  50. that enables this program to run behind a firewall.
  51.  
  52. Thanks to Daniel Quinlan (daniel@chaosengine.net) for a patch that fixes
  53. many problems on windows.
  54.  
  55. Also thanks to many users for reporting bugs.
  56.  
  57. Copyright
  58. ---------
  59. IP-Atlas is Copyright (c) 2002 Ivan Kozik, and can be redistributed under 
  60. the GPL.
  61.