-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whois Live Plugin #1317
Comments
can you please post a screenshot of the new widget? thanks |
Attachment: screenshot |
screenshot added. a whois record of a visitors ip (middle of screenshot) is also shown (whois records show up on click on visitor row). |
this looks good, I think it would be great to have this included in the existing Live! plugin, for example in a widget that would give an "advanced spy view". However, there would need to display the list of pages visited as well (maybe the pages could also be detailed, with icon linking to URL + page name?). Such "detailed" spy widget would definitely be a great add to Live! |
After using it some time, I came to the same conclusion (needs to display list of pages visited) :) Integration into Live plugin makes sense. I will work on it, but at the moment I am very busy with other projects, it will take some weeks.. |
Great plugin! Seems to be broken since my upgrade to Piwik 0.6.3 though: Fatal error: Call to undefined method Piwik::prefixtable() in /.../.../.../piwik/plugins/WhoisLive/Controller.php on line 102 |
Here you'll find a minor update: http://www.manjadigital.de/Piwik_WhoisLive-0.2.tgz This version will work with Piwik 0.6.3! Though, it has no new features yet - I just found no time. Improvements are welcome, the code is small and mostly understandable ;-) |
Hi, First of all thank you for the great initative! I received the following error: Warning: exec() has been disabled for security reasons in /home2/gershonl/public_html/analyse/plugins/WhoisLive/Controller.php on line 111 Backtrace --> #1 exec(whois '76.74.64.2', Array ()) called at [/analyse/plugins/WhoisLive/Controller.php:111] #2 Piwik_WhoisLive_Controller->getWhoisFromIp() called at [(null):0] #3 call_user_func_array(Array ([=> Piwik_WhoisLive_Controller Object ( => WhoisLive,[=> 2010-09-16, => Piwik_Date Object ([=> 1284595200, => UTC),[=> 2, => Piwik_Site Object ([=> 2),minIdVisit => 0,[=> ),1 => getWhoisFromIp), Array ()) called at [analyse/core/FrontController.php:126] #4 Piwik_FrontController->dispatch() called at [analyse/index.php:60] |
Hello Lehrer, this is a configuration issue of your PHP installation. The plugin uses exec() to call the whois program to retrieve information about an IP. exec() is disabled on your PHP installation. However, it could retrieve whois information from a whois server, but currently it just uses the "whois" program, and I currently do not have the time to update it... |
Hi, Is there a way to enable exec? Gershon |
Is it safe? The answer is: it depends. How do you enable it? Surprise, it depends. On your hoster/php installation. Google will surely help. |
Hi, I did succeed in changing the setting. G L |
I'm getting an undefined index, pretty long message: Notice: Undefined index: location_geoip_country in /var/www/subdomains/trck/html/piwik/tmp/templates_c/%%7E^7E3^7E367717%%index.tpl.php on line 65 Backtrace --> |
Note: for Piwik 1.4 compatibility, in WhoisLive/Controller.php, change:
to:
|
Replying to mz906:
Quick fix:
|
I installed this plugin on Piwik 1.4 but the time displayed is 1 hour earlier than the actual time. Piwik showing lates user time as 01:21:45 and this plugin shows it as 00:21:45 Do I need to do any settings for this? |
@rfoo, is this plugin still alive? It would be great if you could check if it still works with the latest Piwik versions and maybe put the code up on Github. |
Finally on github: https://github.com/rfool/PiwikWhoisLive Happy Hacking. |
Along with the Piwik 2.0 release and new design for Piwik, we have also launched the official Plugins Marketplace to let any developer share their work to the thousands of Piwik users worldwide. Maybe you'd like to publish your plugin there? In any case, keep up the good work and we hope you enjoy Piwik 2! |
Does this plugin still work on the newest version of Piwik 2.14.3? Couldn't manage to install. |
Similar to the Live plugin, but much simpler. Provides one widget, which:
I wrote this plugin to get a better overview of current visitors location, settings and so on. A comprehensive overview, which is not provided by the standard widgets - data was spread out in different widgets, but none showed a combined view of ip, settings, provider and referer per visit. The UI of the Live plugin was too confusing (at least for me).
Note, that it probably does not make much sense for high traffic sites.
You can download it here:
http://www.manjadigital.de/Piwik_WhoisLive.tgz
Works in Piwik 0.5.5 (other versions not tested).
Maybe it could be integrated into the Core? License is GPL.
Keywords: plugin, live, whois, third-party-plugin
The text was updated successfully, but these errors were encountered: