You are not logged in.
Pages: 1
Unlog users by IP addresses from visitor logs. Features:
Last edited by Gocom (2009-05-24 21:46:38)
Rah-plugins | What? I’m a little confused… again :-) <txp:is_god />
Offline
Super, thanks Jukka! I also like it that it shows my own IP. Another very useful plugin :)
<txp:Els /> ;)
Tag Reference
Offline
Els wrote:
Super, thanks Jukka! I also like it that it shows my own IP. Another very useful plugin :)
bg wrote:
I love it! Works like a charm. Thank you, Jukka.
Thanks :P
Rah-plugins | What? I’m a little confused… again :-) <txp:is_god />
Offline
Hi Jukka,
Today my server’s MySQL went wild prohibiting any connection to the db (error was too many connections). The site has since come back but this plugin returns an error A problem occured while loading the plugin: rah_unlog_me -> User_Warning: Can't open file: 'txp_log.MYI' (errno: 145)
delete from txp_log where ip='xx.xx.xx.xx' on line 85
sorted: had to repair the table:)
Last edited by colak (2009-10-27 19:00:13)
neme.org | hblack.net | neme-imca.org | code4.net | LABS
Online
An option to exclude via cookie would also be great, if not better!
Offline
mapu wrote:
An option to exclude via cookie would also be great, if not better!
Hi Marcus. Sorry for the late reply. Currrently the plugin has an option to exclude via a cookie, altho with a small twist. As you probably know it has the option to exclude all user that log in to Textpattern, but the cleaning of the logs is done only on the admin side when the user logs in. This is to reduce database activity and to not use any code on the public pages which could potentially slow the pages.
I’m wondering if you are asking if I could move the unlog code to the public side and exclude the hits altogether from those that has TXP’s login cookie? Or are you asking a possible seperated cookie that could be used to exclude even public visitors? Both methods would be active on the public side tho.
And as a following question; Should it store the IPs that have the cookie set for future use. So the ones that once had the cookie would never come back to the logs.
Someone else can answer the questions too. All opinions are appreciated.
Rah-plugins | What? I’m a little confused… again :-) <txp:is_god />
Offline
Gocom wrote:
Hi Marcus. Sorry for the late reply. Currrently the plugin has an option to exclude via a cookie, altho with a small twist. As you probably know it has the option to exclude all user that log in to Textpattern, but the cleaning of the logs is done only on the admin side when the user logs in. This is to reduce database activity and to not use any code on the public pages which could potentially slow the pages.
I’m wondering if you are asking if I could move the unlog code to the public side and exclude the hits altogether from those that has TXP’s login cookie? Or are you asking a possible seperated cookie that could be used to exclude even public visitors? Both methods would be active on the public side tho.
And as a following question; Should it store the IPs that have the cookie set for future use. So the ones that once had the cookie would never come back to the logs.
I haven’t taken a look at the plugin for a while. But if it’s currently like you described it’s perfect for my own purposes. I can only speak for myself but for me it’s enough if only admins or registered users get the cookie set. IP storage is not a solution, at least not in Germany where ISPs are serving dynamic IP addresses that change with every new connection to the internet.
Thanks for your effort!
Offline
Pages: 1