moodle/iplookup
Matt Porritt aa11164e07 MDL-78893 Libaries: explicity set $flags for htmlspecialchars function
As part of PHP 8.2 compatibility explicitly set the flags for the
htmlspecialchars function, to convert both single and double quotes.
2023-08-03 14:33:34 +10:00
..
tests MDL-77040 core: assert types of returned Geoplugin data, not values. 2023-01-26 13:24:00 +00:00
earth.jpeg
index.php MDL-78893 Libaries: explicity set $flags for htmlspecialchars function 2023-08-03 14:33:34 +10:00
lib.php MDL-63759 iplookup: use OSM if Google is not used, use accuracy radius 2023-05-24 08:40:34 +02:00
marker.gif
module.js
README.txt

iplookup info
-------------

1/ old plugins are not supported anymore

2/ general information in admin settings "Site Administration/Location/Location settings"

3/ technical info:

xplanet commadline
  xplanet -projection rectangular -latitude 0.00  -longitude 0.00  -num_times 1  -geometry 620x310  -output earth.jpeg -quality 90 -config config.txt

config.txt
  [earth]
  shade=100

original Earth map from:
  http://www.radcyberzine.com/xglobe/

marker.gif
  custom made in Inkscape

Petr Skoda (skodak), January 2008