foobar2022
Forum Replies Created
-
Forum: Plugins
In reply to: [NoSpamNX] NoSpamNX blocking ALL commentsThere are no extra files required for the plugin, just the files which are in the ZIP-File. NoSpamNX has no extra database tables, just a few values which are stored besides the wordpress options. The complete uninstall process is to just deactivate the plugin. The following SQL-Query should give you all nospamnx options in the database:
SELECT * FROM YOURPREFIX_options WHERE option_name LIKE 'nospamnx%'Change YOURPREFIX to the prefix of your wordpress installation.
Forum: Plugins
In reply to: [NoSpamNX] NoSpamNX blocking ALL commentsI can’t tell you why the hidden form fields are missing, but I can definitly tell you, that this is the problem. Which leaves you two options: completly delete (incl. in the db) and reinstall nospamnx or completly remove nospamnx for good.
Forum: Plugins
In reply to: [NoSpamNX] NoSpamNX blocking ALL commentsI just checked you Site and it looks the the hidden fields are missing their values. Which version of NoSpamNX do you use?
Forum: Plugins
In reply to: [NoSpamNX] feature request:: dashboard widget to show last blockedIf you are unsure just use moderation mode. Basicly you get the same functionalatiy you want. The focus of the plugin was to _not see_ the spam anymore by blocking it, when it is created.
Forum: Plugins
In reply to: [NoSpamNX] Deprecated function __ngettext needs to be replacedFixed.
Forum: Plugins
In reply to: [Mail On Update] E-Mail Addresses resetet on update to newest version@pulk99
That idea sound good to me.However, I cant promise you anything, but there might be a solution coming up in the next days.
On a side note, as WP 3.7.1 ships with automatic core updates, I think there will be automatic plugin updates soon.
Forum: Plugins
In reply to: [Mail On Update] Updating Error MessageDid you try to completly delete the plugin an reinstall it using FTP-Upload and not the WordPress Update function. If not, can you try that please.
Forum: Plugins
In reply to: [Mail On Update] Suggestion Email RecipientThe plugin had the function your required, but it had to be removed due to an CSFR, see http://seclists.org/oss-sec/2013/q2/343 for more details.
However, I cant promise you anything, but there might be a solution coming up in the next weeks.
Forum: Plugins
In reply to: [Mail On Update] E-Mail Addresses resetet on update to newest version@geek2rent
No need for a Fix 😉 As I sad 4 month ago:“You can of course downgrade to 5.1.0 – check the CVE (http://www.openwall.com/lists/oss-security/2013/05/16/8) if you can live with that.”
Forum: Plugins
In reply to: [Mail On Update] E-Mail Addresses resetet on update to newest version@pulk99
The problem is that specifying an external email address is the hole bug in the first place. See http://www.openwall.com/lists/oss-security/2013/05/16/8Forum: Plugins
In reply to: [Mail On Update] Deprecated PHP functionRemoved in version 5.2.3. Thanks!
Forum: Plugins
In reply to: [Mail On Update] SuggestionAs the plugins focus is plugin updates i’ll stick with /plugins.php 😉
Forum: Plugins
In reply to: [Mail On Update] Core updates supported?There was a version which had theme and core updates. Implementation was done by another developer. I removed it, because it was to buggy.
Forum: Plugins
In reply to: [Mail On Update] E-Mail Addresses resetet on update to newest versionThe implementation after the fix greps the wp-option get_option(“admin_email”); and sends the notification to this address. Per WordPress Codex this “Retrieves the e-mail of the blog administrator”.
Currently I have no time to refactore the function to its original handling with custom email addresses.
You can of course downgrade to 5.1.0 – check the CVE (http://www.openwall.com/lists/oss-security/2013/05/16/8) if you can live with that.
Forum: Plugins
In reply to: [NoSpamNX] Not working for some time now@wothers
I cannot, in any way, delete or edit any posts in this forum – neither would I do it, if I could.As for “resolving” this topic: the initial support question was: “Does this still work?”. I can answer this question still with a yes. I’m still using it in a number of blogs and it works. It may not work as good as when it was initialy released, but it definitly still works. So this topic is resolved in my opinion. If its not blocking any spam on your blog than I need more information in order to help you.