GabSoftware
Forum Replies Created
-
Forum: Plugins
In reply to: [IP Filter] [Plugin: IP Filter] Allow access tp authorsI think the problem is that publishers can’t access the Settings section, only admins can.
Hi,
By default, it’s http://www.example.com/wp-login.php?action=join_us instead of http://www.example.com/wp-login.php?action=register.
You can change the action parameter in the link for whatever you want in Custom Registration Link settings.
Forum: Plugins
In reply to: [IP Filter] [Plugin: IP Filter] Allow access tp authorsWhich lines do you modified exactly?
Forum: Plugins
In reply to: [Counterize II] Counterize III for soonHi Fred,
That is currently not possible, but I have had several requests for that so I might implement it sooner or later 😉
Forum: Plugins
In reply to: [Counterize] Export Counterize statisticsHi,
First I am very sorry for the delay, I didn’t see your message before today.
Do you see any PHP errors? Counterize is using the same database connection as WordPress, so it should not be a problem.
I advise you to read the FAQ at this address: http://www.gabsoftware.com/products/scripts/counterize/
The configuration of Counterize is saved in the wp_options table, in rows beginning with “counterize_”.
Forum: Plugins
In reply to: [Counterize] [Plugin: Counterize] IP addressesHi,
Ensure that “Collect IP Addresses” (or similar) is checked in the Counterize settings.
Forum: Plugins
In reply to: [Counterize] [Plugin: Counterize] IP address not showing upHi,
Counterize doesn’t block IP addresses.
I am also under attack and I personally use a combination of those plugins:
– Bad Behavior (allows only “good behavior” user-agents)
– Custom Registration Link (modify the registration link)
– Gab Captcha 2 (captcha for the comments section)
– IP Filter (block or grand access to the specified list of IP addresses)
– Limit Login Attempts (great plugin that prevents brute force attacks on login page, and sends mail when it happens)
– SABRE (Protects the registration page, but seems to be less and less effective)It could seem extensive, but remove any of those plugins and you will get attacked and/or spammed.
Forum: Plugins
In reply to: [Counterize] [Plugin: Counterize] Wildcard for filtering?It is not yet possible, but that would be a great addition indeed 🙂
Forum: Plugins
In reply to: [IP Filter] [Plugin: IP Filter] Allow access tp authorsCurrently, you will need to edit the file ipfilter.php and change the line 95:
if( current_user_can( 'manage_options' ) )By:
if( current_user_can( 'publish_posts' ) )And then Authors should be able to modify the list.
Forum: Plugins
In reply to: [IP Filter] [Plugin: IP Filter] Suggestion: Time-limited blocksThat’s a great idea! I’ll think about it 🙂
Forum: Plugins
In reply to: [IP Filter] Works intermittentlyI’d like to help you, but could you be more specific ? 🙂
Forum: Fixing WordPress
In reply to: [Sabre] SABRE isn't stopping spam registrationsI also have a significant amount of new registrations that are obviously spam.
Here is what I use in Sabre:
Enable captcha test: yes
Enable math test: yes
Enable text test: yes
Tests to perform: all
Enable stealth test: yes
Block if Javascript unsupported: yes
Enable confirmation: by user
Deny early sign-in: yes
User’s password: noI still get spam users that can register and confirm their registrations. Sabre blocks about 75% of spam registration currently (100% before).
My thoughts are that either the spammers break all the protections or that they do not use the registration form (maybe then can send a POST request somewhere that circumvent the Sabre protection, I don’t know if that is possible).
Any idea to block those new spammers?
Forum: Plugins
In reply to: [Counterize] Export Counterize statisticsDo not hesit 🙂 Inserting existing stats in your new blog will not delete the stats of the old blog.
Forum: Plugins
In reply to: [Gab Captcha 2] Gab Captcha 2 Update is broken with 3.2Hi Ryan!
Please check that your web server has read access to the lang directory of Gab Captcha 2. It should be 0755 ideally. The files inside the lang directories should have the 0644 permissions.
Regards,
Gabriel Hautclocq
Forum: Plugins
In reply to: [Counterize] Server error after upgrading CounterizeThat’s great if that solved your problem! 🙂