From mystralkk at gmail.com Sat Feb 6 08:06:48 2016 From: mystralkk at gmail.com (Kenji ITO) Date: Sat, 6 Feb 2016 22:06:48 +0900 Subject: [geeklog-devel] Comment List Message-ID: I pushed a feature/comment-list branch to the repository. Have a look at and enjoy it! ? -- Kenji ITO http://mystral-kk.net/ mystralkk at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: comment-list.jpg Type: image/jpeg Size: 55982 bytes Desc: not available URL: From dirk at haun-online.de Sun Feb 7 04:10:25 2016 From: dirk at haun-online.de (Dirk Haun) Date: Sun, 7 Feb 2016 10:10:25 +0100 Subject: [geeklog-devel] Spam-X IP Blacklist Message-ID: Can someone explain to me how the Spam-X IP Blacklist module is currently working (or supposed to work)? Looking at the list of IP addresses, I see a lot of entries that I didn't make. For example, there's an entry for 5.158.239.84 with a counter of 0, last updated 2016-02-05 08:30:01 How did this (and a few other addresses from the same 5.158.236.0 - 5.158.239.255 address range) end up in the list? And why is the counter 0? Dirk -- https://www.themobilepresenter.com/ From websitemaster at cogeco.net Sun Feb 7 10:27:39 2016 From: websitemaster at cogeco.net (Tom) Date: Sun, 7 Feb 2016 10:27:39 -0500 Subject: [geeklog-devel] Spam-X IP Blacklist In-Reply-To: References: Message-ID: <000201d161bc$14c3feb0$3e4bfc10$@cogeco.net> I believe that would be the Stop Forum Spam module. It is enabled on Geeklog.net. It checks new registration email addresses against the stop forum spam database. If there is a match (there is a confidence threshold) it is recorded (along with the IP address) by SPAM-X so we don't keep spamming the SFS database with requests if it is a bot spamming us. The Ban plugin has something similar though it checks every visit and not just a new user registration. Banned IPs also have a TTL option so they can be setup to eventually expire. Tom -----Original Message----- From: geeklog-devel [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Dirk Haun Sent: Sunday, February 7, 2016 4:10 AM To: Geeklog Development Subject: [geeklog-devel] Spam-X IP Blacklist Can someone explain to me how the Spam-X IP Blacklist module is currently working (or supposed to work)? Looking at the list of IP addresses, I see a lot of entries that I didn't make. For example, there's an entry for 5.158.239.84 with a counter of 0, last updated 2016-02-05 08:30:01 How did this (and a few other addresses from the same 5.158.236.0 - 5.158.239.255 address range) end up in the list? And why is the counter 0? Dirk -- https://www.themobilepresenter.com/ _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net https://pairlist8.pair.net/mailman/listinfo/geeklog-devel From cordiste at free.fr Sun Feb 7 15:02:41 2016 From: cordiste at free.fr (cordiste) Date: Sun, 7 Feb 2016 21:02:41 +0100 Subject: [geeklog-devel] Comment List In-Reply-To: References: Message-ID: We really nead something like this. Thanks. Ben 2016-02-06 14:06 GMT+01:00 Kenji ITO : > I pushed a feature/comment-list branch to the repository. Have a look at > and enjoy it! > > > ? > > -- > Kenji ITO > http://mystral-kk.net/ > mystralkk at gmail.com > > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > https://pairlist8.pair.net/mailman/listinfo/geeklog-devel > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cordiste at free.fr Tue Feb 9 07:51:00 2016 From: cordiste at free.fr (cordiste) Date: Tue, 9 Feb 2016 13:51:00 +0100 Subject: [geeklog-devel] Geeklog.net Downloads Plugin In-Reply-To: <021f01d152cf$39a9eb00$acfdc100$@cogeco.net> References: <01e501d15231$5a630910$0f291b30$@cogeco.net> <021f01d152cf$39a9eb00$acfdc100$@cogeco.net> Message-ID: Hi Tom, Yesterday, I have submitted some files on Geeklog.net. Did you receive a notification from the Downloads plugin? Ben 2016-01-19 16:36 GMT+01:00 Tom : > Okay, I have enabled the downloads plugin and changed the links. Let me know > if I missed any. > > I notice that the old file autotag from the filemanagement plugin isn't used > by the downloads plugin so I also installed the autotags plugin and created > a file autotag which uses the downloads links. > > I notice that the old file management links produce an error when access > (even when disabled). > > I have added the below htaccess rules after a quick search online (I am an > IIS user so I don't know too much about htaccess) > > # From old Filemanagement Plugin to Downloads Plugin > RewriteRule ^filemgmt/viewcat.php$ /downloads/index.php$1 [R=301,NC,L] > RewriteRule ^filemgmt/(.*)$ /downloads/$1 [R=301,NC,L] > > This seems to take care of the file management links. If any htaccess > experts know of a better way let me know. > > Thanks > > Tom > > > -----Original Message----- > From: geeklog-devel [mailto:geeklog-devel-bounces at lists.geeklog.net] On > Behalf Of cordiste > Sent: Monday, January 18, 2016 5:08 PM > To: Geeklog Development > Subject: Re: [geeklog-devel] Geeklog.net Downloads Plugin > > Weel done :) > > For the redirection you can use something like > > > Redirect permanent /filemgmt https://www.geeklog.net/downloads > > > Ben > > 2016-01-18 21:46 GMT+01:00 Tom : >> Yeaa... after about 3 plus hours of work I finally got the Downloads >> plugin to import the Filemgmt Plugin data on Geeklog.net >> >> There was a number of errors along the way with most of them being >> issues the result of old bugs in the filemgmt plugin causing problems >> when information wasn't saved properly. Here are the stats: >> >> Number of Downloads Plugin category data: 11 >> >> Number of Downloads Plugin file information data: 702 >> >> Number of Downloads Plugin vote data: 251 >> >> Number of Downloads Plugin history data: 165172 >> >> Number of Downloads Plugin submission data: 0 >> >> Conversion process was completed successfully! >> >> I currently have disabled the downloads plugin as I still need to >> update the download block as I have run out of time (Dirk is that a >> custom function?) >> >> Also Dirk I am wondering if we need to do some redirects via htaccess >> (which I know little about). Could you tackle this? >> >> Thanks >> >> Tom >> >> >> Root >> https://www.geeklog.net/filemgmt/index.php >> to >> https://www.geeklog.net/downloads/index.php >> >> Categories >> https://www.geeklog.net/filemgmt/viewcat.php?cid=8 >> to >> https://www.geeklog.net/downloads/index.php?cid=8 >> >> File Description >> https://www.geeklog.net/filemgmt/index.php?id=1157 >> to >> https://www.geeklog.net/downloads/index.php/1157 >> >> Download link >> https://www.geeklog.net/filemgmt/visit.php?lid=1157 >> to >> https://www.geeklog.net/downloads/visit.php/1157 >> >> >> >> _______________________________________________ >> geeklog-devel mailing list >> geeklog-devel at lists.geeklog.net >> https://pairlist8.pair.net/mailman/listinfo/geeklog-devel >> > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > https://pairlist8.pair.net/mailman/listinfo/geeklog-devel > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > https://pairlist8.pair.net/mailman/listinfo/geeklog-devel > From websitemaster at cogeco.net Tue Feb 9 09:25:32 2016 From: websitemaster at cogeco.net (Tom) Date: Tue, 9 Feb 2016 09:25:32 -0500 Subject: [geeklog-devel] Geeklog.net Downloads Plugin In-Reply-To: References: <01e501d15231$5a630910$0f291b30$@cogeco.net> <021f01d152cf$39a9eb00$acfdc100$@cogeco.net> Message-ID: <000a01d16345$bc01c1a0$340544e0$@cogeco.net> No I did not and I was watching for it as I saw the activity on Github. I will look into the email issue. Also the Downloads plugin still is having problems with submission approvals. The files are all their and the database record but for some reason the wrong file names are being used. I could manually fix everything but that will not help us out next time. I am going to reach out to dengen for him to have a look so it may take a few days before they are fixed (as I want him to see the current records). Thanks Tom -----Original Message----- From: geeklog-devel [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of cordiste Sent: Tuesday, February 9, 2016 7:51 AM To: Geeklog Development Subject: Re: [geeklog-devel] Geeklog.net Downloads Plugin Hi Tom, Yesterday, I have submitted some files on Geeklog.net. Did you receive a notification from the Downloads plugin? Ben 2016-01-19 16:36 GMT+01:00 Tom : > Okay, I have enabled the downloads plugin and changed the links. Let > me know if I missed any. > > I notice that the old file autotag from the filemanagement plugin > isn't used by the downloads plugin so I also installed the autotags > plugin and created a file autotag which uses the downloads links. > > I notice that the old file management links produce an error when > access (even when disabled). > > I have added the below htaccess rules after a quick search online (I > am an IIS user so I don't know too much about htaccess) > > # From old Filemanagement Plugin to Downloads Plugin RewriteRule > ^filemgmt/viewcat.php$ /downloads/index.php$1 [R=301,NC,L] RewriteRule > ^filemgmt/(.*)$ /downloads/$1 [R=301,NC,L] > > This seems to take care of the file management links. If any htaccess > experts know of a better way let me know. > > Thanks > > Tom > > > -----Original Message----- > From: geeklog-devel [mailto:geeklog-devel-bounces at lists.geeklog.net] > On Behalf Of cordiste > Sent: Monday, January 18, 2016 5:08 PM > To: Geeklog Development > Subject: Re: [geeklog-devel] Geeklog.net Downloads Plugin > > Weel done :) > > For the redirection you can use something like > > > Redirect permanent /filemgmt https://www.geeklog.net/downloads > > > Ben > > 2016-01-18 21:46 GMT+01:00 Tom : >> Yeaa... after about 3 plus hours of work I finally got the Downloads >> plugin to import the Filemgmt Plugin data on Geeklog.net >> >> There was a number of errors along the way with most of them being >> issues the result of old bugs in the filemgmt plugin causing problems >> when information wasn't saved properly. Here are the stats: >> >> Number of Downloads Plugin category data: 11 >> >> Number of Downloads Plugin file information data: 702 >> >> Number of Downloads Plugin vote data: 251 >> >> Number of Downloads Plugin history data: 165172 >> >> Number of Downloads Plugin submission data: 0 >> >> Conversion process was completed successfully! >> >> I currently have disabled the downloads plugin as I still need to >> update the download block as I have run out of time (Dirk is that a >> custom function?) >> >> Also Dirk I am wondering if we need to do some redirects via htaccess >> (which I know little about). Could you tackle this? >> >> Thanks >> >> Tom >> >> >> Root >> https://www.geeklog.net/filemgmt/index.php >> to >> https://www.geeklog.net/downloads/index.php >> >> Categories >> https://www.geeklog.net/filemgmt/viewcat.php?cid=8 >> to >> https://www.geeklog.net/downloads/index.php?cid=8 >> >> File Description >> https://www.geeklog.net/filemgmt/index.php?id=1157 >> to >> https://www.geeklog.net/downloads/index.php/1157 >> >> Download link >> https://www.geeklog.net/filemgmt/visit.php?lid=1157 >> to >> https://www.geeklog.net/downloads/visit.php/1157 >> >> >> >> _______________________________________________ >> geeklog-devel mailing list >> geeklog-devel at lists.geeklog.net >> https://pairlist8.pair.net/mailman/listinfo/geeklog-devel >> > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > https://pairlist8.pair.net/mailman/listinfo/geeklog-devel > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > https://pairlist8.pair.net/mailman/listinfo/geeklog-devel > _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net https://pairlist8.pair.net/mailman/listinfo/geeklog-devel