Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#25 2006-01-20 11:14:09
- snivitzo
- New Member
- From: Vermilion, OH
- Registered: 2006-01-19
- Posts: 4
Re: [plugin] [ORPHAN] rss_googlemap_stats - Textpattern Logs + Google Maps
777: all can read/write/exec
755: owner can do all, group/others can read/exec
644: owner can read/write, group/others can read only
For Directories:
777: all can read, write, search
755: owner can do all, others and group can only search
Typical settings:
cgi scripts: 755
data files: 666
configuration files: 644 (files not updated by scripts)
directories: 755 (with proper permissions on files in directory)
c/ped from my web hosting docs
From what I have seen most hosting services do not allow any settings that allow global write or execute like 777 or 666. For security reasons it’s understandable, to be safe I would use 755.
sniv
Offline
Re: [plugin] [ORPHAN] rss_googlemap_stats - Textpattern Logs + Google Maps
Greetings,
I was having trouble with this plugin-the map would display but nothing of the visitor logs.
I finally figured it out tonight and thought I’d share:
If you use a table prefix in your database you have to edit the plugin and change the select statement around line 105:
$q = “select distinct ip, time from txp_log group by ip order by id desc limit “.$limit;
and change txp_log to your table (with prefix) eg. tp_txp_log for me.
Unsure if there’s a way to check this and alter at runtime-would reduce frustrations if there was. :)
At any rate, thanks for the great plugin.
Ng
Last edited by NotGoddess (2006-02-26 03:49:32)
Offline
Re: [plugin] [ORPHAN] rss_googlemap_stats - Textpattern Logs + Google Maps
I’m in a bit of a problem here. It works fine for me in IE but i seem to be having a problem in Firefox.
The markers won’t display as shown here
Any ideas?
I see the moon, and the moon sees me.
God bless the moon, and God bless me.
Offline
#28 2006-09-13 03:42:58
- guitarman
- Member
- Registered: 2006-09-04
- Posts: 14
Re: [plugin] [ORPHAN] rss_googlemap_stats - Textpattern Logs + Google Maps
Hi Rob,
Your plugin works great. I’ve got it working at http://www.newslink.in/google-stats/
Could you also add an option to filter out the last x distinct locations as well since showing all those IPs doesn’t really make much sense to some people.
Offline
#29 2009-10-11 05:59:16
- Apocrypha
- New Member
- Registered: 2009-08-31
- Posts: 1
Re: [plugin] [ORPHAN] rss_googlemap_stats - Textpattern Logs + Google Maps
Is this plug in still active? I’ve installed it but can’t get it to show anything on the map. The txp_log table looks fine (i.e. registering ip addresses and hosts) and I have inserted my Google maps APIkey into the call in the <head> of the page as well as in the plug-in itself. No luck.
Any suggestions? Has anything changed that invalidates this plugin?
Many thanks in advance.
Offline
#30 2009-10-11 19:32:31
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [plugin] [ORPHAN] rss_googlemap_stats - Textpattern Logs + Google Maps
Apocrypha wrote:
Has anything changed that invalidates this plugin?
Probably. The plugin is not maintained anymore (see topic subject), last post in topic: three years ago… There have been many changes to Txp itself since then, so it would be surprising if it still did work.
Offline
Re: [plugin] [ORPHAN] rss_googlemap_stats - Textpattern Logs + Google Maps
The api to get the location for the ip address changed. Change the url format to this:
$fd = fopen ('http://api.hostip.info/rough.php?ip=' . $subnet . '.1&position=true', 'r');
Last edited by MattD (2009-10-12 03:17:33)
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Re: [plugin] [ORPHAN] rss_googlemap_stats - Textpattern Logs + Google Maps
Is the plungin still alive? I used it in my site and it does not show any IP location in the map.Anyone knows how to solve the problem?
By the way I am using Textpattern 4.3.0. My site: James.z
Last edited by Jame.z (2011-03-08 16:25:05)
Offline
Re: [plugin] [ORPHAN] rss_googlemap_stats - Textpattern Logs + Google Maps
It’s been awhile but the last time I tried to make it work I had to edit as shown above. Did you change that line?
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Re: [plugin] [ORPHAN] rss_googlemap_stats - Textpattern Logs + Google Maps
Yes,I did changed that line. Maybe it is due to change of the new google map api .But I am not sure about that. And I am not sure I have set the right “Temp Folder” path. My path is “/textpattern/tmp”,and the pemission of the folder has been changed to 777.
MattD wrote:
It’s been awhile but the last time I tried to make it work I had to edit as shown above. Did you change that line?
Offline
Re: [plugin] [ORPHAN] rss_googlemap_stats - Textpattern Logs + Google Maps
I’d recommend not using 777 as that is world writable.
Plugin works for me basically out of the box. Just changed that one line.
Last edited by MattD (2011-03-09 07:47:39)
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline