Search found 78 matches

by Noelb
Tue Feb 02, 2021 1:43 am
Forum: General discussions
Topic: quick goto page selector
Replies: 7
Views: 26581

Re: quick goto page selector

Hi Onli,

Thanks, I used to use bulletproof I think it was, but are now using 2k11, I'll have a look for pagination

cheers
by Noelb
Mon Feb 01, 2021 3:44 am
Forum: General discussions
Topic: quick goto page selector
Replies: 7
Views: 26581

quick goto page selector

In a time and theme version gone by, at the bottom of the page there was ability IIRC through a plugin, to have a quick go-to page number, but all i can get now is <<previous Page 2 of 7, totaling 32 entries next >> but i'm sure the previous old theme/version/plugin had a dropdown on the "2&quo...
by Noelb
Mon Dec 28, 2020 4:11 am
Forum: Bugs
Topic: serendipity_event_spamblock_rbl working?
Replies: 8
Views: 5431

Re: serendipity_event_spamblock_rbl working?

Okay. Is that a modification we need to add to serendipity itself? We bundle the lib, theoretically we can patch it, though it's something to be avoided since it makes upgrading the lib more difficult. It might be easier to include a dummy resolv.conf using - as much as I despise them, and dont use...
by Noelb
Sun Dec 27, 2020 12:51 pm
Forum: Bugs
Topic: serendipity_event_spamblock_rbl working?
Replies: 8
Views: 5431

Re: serendipity_event_spamblock_rbl working?

Read access? That would not be crazy for a DNS related module, would it? I know its poor mans security, but we do use php's openbase to lock down vhosts to their own webroots, give them read access to /etc and they have half the keys to the kingdom, fairly negligible risks until someone screws up t...
by Noelb
Sun Dec 27, 2020 9:00 am
Forum: Bugs
Topic: serendipity_event_spamblock_rbl working?
Replies: 8
Views: 5431

RESOLVED Re: serendipity_event_spamblock_rbl working?

OK, problem solved
bundled-libs Net DNSBL is expecting to access /etc for resolv.conf
... yeah, like hell that's happening :)
I modified bundled-libs/Net/DNS2.php to set a local resolv.conf in blogs web root
So its really that module at fault, not Serendipity.
by Noelb
Sun Dec 27, 2020 8:30 am
Forum: Bugs
Topic: serendipity_event_spamblock_rbl working?
Replies: 8
Views: 5431

Re: serendipity_event_spamblock_rbl working?

Hi Noelb Awesome that you could confirm that. I don't think that the plugin is widely used, we usually recommend to run the default spamblock plugin together with spamblock_bee and spamblock_bayes. But of course the rbl plugin should work as well. https://github.com/s9y/additional_plugins/blob/mast...
by Noelb
Sun Dec 27, 2020 8:25 am
Forum: General discussions
Topic: Globally disable comments
Replies: 9
Views: 22437

Re: Globally disable comments

I never paid attention to the wordfilters because trying to keep up with spam that way is futile anyway. But the trackback IP validation and captcha work (though captcha isn't quite effective). Most spam is caught by BEE Honeypot, then some by Protector and the rest by Bayes (catching also all set ...
by Noelb
Sat Dec 26, 2020 4:10 am
Forum: General discussions
Topic: Globally disable comments
Replies: 9
Views: 22437

Re: Globally disable comments

There is, in plugin Spam Protector (serendipity_event_spamblock), Emergency comment shutdown. Along with the rbl version, I'm not so sure that plugin works either, I have foo;\.ru;more_foo in url and comments section and they still get through, just like the rbl plugin doesnt check rbl's. ... OK th...
by Noelb
Fri Dec 25, 2020 3:34 pm
Forum: General discussions
Topic: Globally disable comments
Replies: 9
Views: 22437

Re: Globally disable comments

3 years late to this party, but I think there should be an emergency disable all comments setting, for blogs under heavy spam attack
by Noelb
Fri Dec 25, 2020 1:42 am
Forum: Bugs
Topic: serendipity_event_spamblock_rbl working?
Replies: 8
Views: 5431

Re: serendipity_event_spamblock_rbl working?

well ive confirmed it, I put my own IP's in a local rbl and was not checked
this plugin is definitely broken
by Noelb
Sun Dec 20, 2020 1:35 am
Forum: Bugs
Topic: serendipity_event_spamblock_rbl working?
Replies: 8
Views: 5431

serendipity_event_spamblock_rbl working?

I've set this plugin to use several DNSBL's, including an internal, it's been the same since v 2.1 recently upgraded to 2.3.5 and blog has got loads of crap getting through. I have verified most IP's tested are detected by the DNSBL when checked manually, but serendipity doesn't seem to do anything,...
by Noelb
Mon Jul 01, 2019 1:00 am
Forum: Themes
Topic: image borders
Replies: 2
Views: 11573

Re: image borders

is this a known issue or is something else interfering with it ? It's not a bug, it's a feature. (The border is set a part of 2k11's CSS. Some people like it, some don't, I guess.) There is a theme option in 2k11 called "Design of images in entries" which offers you three values: simple b...
by Noelb
Sun Jun 30, 2019 9:10 am
Forum: Themes
Topic: image borders
Replies: 2
Views: 11573

image borders

2.1.5 and using the 2k11 theme, all images have a border box, even those saved as transparent, load the image directly no such borders, theyve always been there since moving from bulletproof to 2k11, the styles.css seem to point it should not have a border, but... it does... is this a known issue or...
by Noelb
Sun Jun 16, 2019 4:13 am
Forum: Bugs
Topic: Password protected pages, viewable
Replies: 2
Views: 4579

Re: Password protected pages, viewable

Hi,
Thanks, you're probably right there, I will just remove it, since even my ancient firefox allows to print-to-pdf, it probably isn't worth fixing especially if its broke with php7
by Noelb
Thu Jun 13, 2019 3:42 pm
Forum: Bugs
Topic: Password protected pages, viewable
Replies: 2
Views: 4579

Password protected pages, viewable

If you set password protection on post, if, by viewing the blog you click on post to go read teh full post, as in ' continue reading ...foo..." it asks for password... BUT, if you click view as pdf, without entering password anywhere, the entire protected posts is displayed as PDF. defeating th...