clubafterlifeq
Forum Replies Created
-
Forum: Reviews
In reply to: [The Post Grid] No response from supportMy previous ticket ID is 19858, can you check? I have sent the request directly to your support email
I changed the tile width in CSS but I don’t know enough JS to fix the tiles stacking at 992px 🙁
When will the Pro version be out?
Seriously? You can’t control your own plugin? I can’t control it with CSS as it is hardcoded into the HTML by your plugin:
https://snipboard.io/XebhB7.jpg
Which is a super weird way of doing it rather than creating a temporary CSS file
Forum: Plugins
In reply to: [Wordfence Security - Firewall & Malware Scan] Error warning for HTTP headers– From the old thread, I understand that “X-Real-IP” was used in “How Does Wordfence get IPs” option, and it was reporting the same IP address as “x-forwarded-for” and that was the correct IP address.
No, from ALL the threads, including the other person’s, we are saying that the IP reported in WF emails is the server IP when using X-Real-IP. We are not getting hacked by anyone inside the network. As soon as we (me and person in the second example) changed all of our sites to X-Forwarded-For, the email warnings for attacks display the correct IPs of the attackers (ie, not our server IP).
I don’t really know how else to explain or simplify it. It has nothing to do with the IP displaying in Wordfence > Tools > Diagnostics and everything to do with the IP shown in attack emails. I’m just trying to give you the information in case anyone else has the same problem, not attack Wordfence, which we use on all of our sites and clearly appreciate!
Emails showing the wrong IP/location of attackers as our server IP (every single attack across all sites every day apparently):
https://snag.gy/aClQUB.jpgAfter switching to X-Forwarded-For in the settings, correct IP and location shown in emails:
https://snag.gy/IXwSk8.jpg- This reply was modified 2 years, 8 months ago by clubafterlifeq. Reason: 2 of the same attacks used in the second screencap. Fixed to show all different ones
Forum: Plugins
In reply to: [Wordfence Security - Firewall & Malware Scan] Error warning for HTTP headersHi @wfalaa
We have already discussed something similar here: https://wordpress.org/support/topic/odd-warnings-from-server-ip/
I don’t think your suggestion that it was someone inside the network (turns out that’s impossible) attacking the sites was accurate. So we did some more Googling, and found this thread:
https://wordpress.org/support/topic/proxy-ip-addresses-in-increased-attack-rate-emails/
Which suggests switching to x-forwarded-for (as mentioned in the OP)
REMOTE_ADDR 192.168.xxx.xxx CF-Connecting-IP (not set) X-Real-IP 175.xx.xx.xxx X-Forwarded-For 175.xx.xx.xxx In use Trusted Proxies
It is now working and we are seeing the actual IPs of the attackers and therefore can block them. There’s no internal hacker, it’s a glitch in the way WF detects IPs. Just thought I’d follow up. We’ve decided to ignore the warning mentioned in OP.
Forum: Plugins
In reply to: [WooCommerce Show Attributes] Turn off attribute linksit doesn’t look like the dev answers support requests much anymore, so if you want to do this yourself –
ATTRIBUTES ABOVE THE PRICE insert the following second line into woocommerce-show-attributes/woocommerce-show-attributes.php:
if ( $out_middle ) { $out = '</a>'; $out .= ('li' == $element) ? '<ul ' : '<span ';
ATTRIBUTES BELOW THE PRICE:
In woocommerce/templates/loop/price.php
Put a</a>
above<span class="price">
- This reply was modified 2 years, 10 months ago by clubafterlifeq.
- This reply was modified 2 years, 10 months ago by clubafterlifeq.
Forum: Plugins
In reply to: [Wordfence Security - Firewall & Malware Scan] Odd warnings from server IPCan you clarify what you mean by ‘on your network’? Sorry, I’m a web dev, not a server admin, I’m not sure of the terminology. Is IP spoofing possible in this case? Our server is blocked from outside traffic by firewall except from users within the network / using the WiFi IPs.
We are an education organisation and I would think that we don’t have anyone capable of hacking or running those type of tests.
Thanks for your reply…
Forum: Plugins
In reply to: [Wordfence Security - Firewall & Malware Scan] Odd warnings from server IPAny updates?
I would really hate to have to deactivate Wordfence on every single site we own.
Forum: Plugins
In reply to: [Wordfence Security - Firewall & Malware Scan] Odd warnings from server IPHere’s a screencap :
The blocked IP is below half way as ‘unknown location’
But honestly i’ve received 20 emails in the past 2 days with this error. It used to happen rarely and now it is going crazy.
It all seems to be coming from one plugin (tribe events calendar) from the URLs
Forum: Plugins
In reply to: [Wordfence Security - Firewall & Malware Scan] Odd warnings from server IPI’m not sure how to post screencap here on my phone, sorry. However we under IP section I see the correct IP address in REMOTE_ADDR but it does not say ‘In use’. It says that under an IP I haven’t seen before (X-Real-IP)
Connecting back to this site OK – 192.168.253.183
IPs Value Used
REMOTE_ADDR 192.168.253.183
CF-Connecting-IP (not set)
X-Real-IP 119.236.11.190 In use
X-Forwarded-For 119.236.11.190I got many more warnings last night. We also run over 20 sites on the same IP so I received warnings from them for the IP listed above.
Thanks
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Calendar stopped displayingThankfully I always test out the support or pre-sales support before buying anything. I’m glad I spent nothing on this plugin but also sad I’ll have to start changing it on all of our sites.
It was alright while it lasted but it seems to have been abandoned by the devs.
Forum: Plugins
In reply to: [WooCommerce] Changing the checkout page warning noticeThanks lorro, I will move the changes to the child theme php file.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Calendar stopped displayingActually I just removed the wptexturize filter and it’s still broken so now I’m at a complete loss.
Forum: Plugins
In reply to: [WooCommerce] Changing the checkout page warning noticeHi, thanks for trying 🙂
I found the page to edit in woocommerce > templates > checkout > payment.php after a long search!
Forum: Plugins
In reply to: [Ultimate FAQ - WordPress FAQ Plugin] Search show on loadNever mind I just realized it has to be “Yes” … lower case doesn’t work. Weird lol
Thanks for this great plugin!
- This reply was modified 3 years, 4 months ago by clubafterlifeq.