webby1973
Forum Replies Created
-
Can someone help me please about this problem? Has anyone here managed to translate all the texts if the front-end snippet?
thank you!
Hi Tim,
yes, that’s what happened.
Hi Tim,
I have a plugin called “WP Sattistics” showing all the User Agents visiting the website (it’s still under construction, with a plugin protecting the actual pages).
I see agents such as:
– masscan (both the “good” one by Robert David Graham and the fakes one by black-hat hackers);
– shellshock-scanAnd as “Platforms” (such as Android, iOS, Windows, etc.) wierd things that are malware scanners, eg. “-c 1 198.101.206.138” and other strings.
See an exemple:
1st row = my website
2nd/3rd/4th/5th rows = User Agent, Platform, version, UAString
6th/7th rows = IP, location
<Row>
<Cell><Data ss:Type=”String”>https://www.[munged].it</Data></Cell>
<Cell><Data ss:Type=”String”>() { :;}; </Data></Cell>
<Cell><Data ss:Type=”String”>-c \"echo testing9123123\"; /bin/uname -a</Data></Cell>
<Cell><Data ss:Type=”String”>bin/bash</Data></Cell>
<Cell><Data ss:Type=”String”></Data></Cell>
<Cell><Data ss:Type=”String”>54.251.83.67</Data></Cell>
<Cell><Data ss:Type=”String”>SG</Data></Cell>
</Row>Hi Tim,
I think the cacheing problem is because I’m using the plugin SeedPro to show an under construction page that hides all the other content. WF does cache the home page only (there’s the html code ad the bottom). So I will wait until the site comes live to reactivate it.
The problem with the wrong browser’s identification is still there, see the screenshot (the full browser string is correct):
https://www.dropbox.com/s/j1vlhls8bhtqfiu/Wordfence%20LiveTraffic%20Screenshot%202014-09-24.jpg?dl=0I changed the .htaccess permissions to 644, disabled the basic cache, re-enabled it and now there were no alerts, but still it’s not working. The .htaccess file did not change at all, and no html code were added to the pages.
Hi Tim,
I don’t remember to ever had activated Falcon there, because it’s still an under construction website.
Can you show me what kind of code it’s needed inside the .htaccess file for the basic cacheing? I set the permissions to 444 so I need to manually edit it.
I already checked the box to add the custom html code, but I don’t see it, and the cache stats are almost empty:
Total files in cache: 1
Total directories in cache: 1
Total data: 8KB
Largest file: 8KB
Oldest file in cache created 2 ore ago.
Newest file in cache created 2 ore ago.So I don’t think it’s working.
Hello Tim,
I now switched off the live traffic for that website, I need to use the cache, but had a problem with its activation (see my today request on this forum). So I prefer to solve the cacheing problem first, then I’ll switch the live traffic back on and will send you a screenshot.
Hello Mark, thank you for the explanation ??
I now excluded wp_wfStatus as I don’t think I need it for backing up, and would like to know if it’s safe to exclude “wp_wfThrottleLog”.TIA
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variable products discountUse the “bulk edit” menu in the Variations section.
Forum: Plugins
In reply to: [WooCommerce] WC 2.2.2 language update issue in multisite WordPress@michaldybczak : I don’t use a Woo theme, I use Shopo by Themify.
Forum: Plugins
In reply to: [WooCommerce] Variation ImagesThere’s also a commercial extension to manage the variation images, called “WooCommerce Additional Variation Images”.
@tim: I too use the Online Backup plugin (well, I use it for offline backups) and I had always seen that error, no matter if WF has live traffic on or off, and it happens when WF is not scanning.
The alert “Table ‘wp_wfStatus’ has no PRIMARY or UNIQUE key!” means that “some tables are poorly designed and do not have any PRIMARY key, so we do not have a unique value to distinguish between rows and we are forced to request a range of rows. What this means is that if a new row of information is inserted into the table at the beginning, and we are in the middle of a backup, when we ask for the range of rows “50-100”, we would instead receive what was previously rows “49-99″ (the inserted row will make row 1 become row 2, and so on.) […]”
See: https://wordpress.backup-technology.com/FAQ#noprimarykeySo it would be useful if the WF team could fix this or collaborate with the Backup Technology guys to find a solution ??
HTH
Forum: Plugins
In reply to: [WooCommerce] where to upload a custom translation?If I upload a custom translation, do I need to manually remove the default one from “wp-content/languages/plugins”?
Or the customized one will override it?TIA
Forum: Plugins
In reply to: [Contact Form Clean and Simple] BCC field for a secondary recipentHi, do you still plan to add a BCC field? If so, when? ??
TIA !
Forum: Plugins
In reply to: [Code Snippets] changing date format in widgets and comments doesn't workYou’re great!
I did a few tests using differents date formats and now I see them correctly everywhere ??