====== yourip Plugin ====== ---- plugin ---- description: Show the ip information of visitor to visitor, IPv6 and IPv4 author : Hella Breitkopf email : hella.breitkopf+dokuwiki@gmail.com type : syntax lastupdate : 2022-08-07 compatible : Greebo, Hogfather, Igor depends : conflicts : similar : tags : ip,status downloadurl: https://github.com/unixhex/dokuwiki-yourip/archive/master.zip bugtracker : https://github.com/unixhex/dokuwiki-yourip/issues sourcerepo : https://github.com/unixhex/dokuwiki-yourip ---- Original Author: [[https://www.sidorenko.io/|Artem Sidorenko]]. Adopted and a bit modernized by [[https://www.unixwitch.de|Hella Breitkopf]]. ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Syntax, Examples and Usage ===== See the plugin in action at [[https://unixwitch.de/ip|https://unixwitch.de/ip]] and [[https://www.unixwitch.de/en/dokuwiki/yourip|here]]. Yourip plugin provides three different views: [[#Box]], [[#Line]], [[#Line only with IP]]. ==== Box ==== Boxed view: ~~YOURIP_BOX~~ You can use this view on your main page. If your visitor are using IPv6 he will get a green background, with IPv4 the orange one. === IPv6 connection === {{https://www.unixwitch.de/_media/en/dokuwiki/yourip/yourip-box-ipv6.png?nolink&recache|~~YOURIP_BOX~~}} === IPv4 connection === {{https://www.unixwitch.de/_media/en/dokuwiki/yourip/yourip-box-ipv4.png?nolink&recache|~~YOURIP_BOX~~}} ==== Line ==== Line view: ~~YOURIP_LINE~~ You can use this view on the bottom of every page. === IPv6 connection === {{https://www.unixwitch.de/_media/en/dokuwiki/yourip/yourip-line-ipv6.png?nolink&recache|~~YOURIP_LINE~~}} === IPv4 connection === {{https://www.unixwitch.de/_media/en/dokuwiki/yourip/yourip-line-ipv4.png?nolink&recache|~~YOURIP_LINE~~}} ==== Line only with IP ==== ~~YOURIP_IPONLY~~ 203.0.113.15 ===== Configuration and Settings ===== You can change the background colors and other settings in the style.css. ===== Development ===== === Last commits === {{rss>https://github.com/unixhex/dokuwiki-yourip/commits/master.atom date 5}} * Initial release by Artem Sidorenko, 2011-04-22 === ToDo/Wish List === * Information about (Not-)SSL connection ===== FeedBack ===== * I like it very much. Simple, effective and even works with FCKGlite editor. Thanks :-)