threenine
Forum Replies Created
-
Forum: Plugins
In reply to: [Options for Twenty Nineteen] Remove Published byThanks I added that CSS to the customer and it has had the desired effect!
I will take a look a the Disqus docs thanks.
Forum: Plugins
In reply to: [Options for Twenty Nineteen] Remove Published bySure check out
I just started using the theme, so still tweaking etc.
but you should see an example of both.Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Code Block : C# and CLike languages notYes I agree that is what I thought when I read the docs. I checked your array assignment and you clearly are assigning c-like , but it doesnβt seem to syntax highlight. Iβll continue to have a look over the weekend to see if I can helped
Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Code Block Doesn’t always display correctlyMaxime,
I can confirm it now works great!
I just thought I’d add if anyone else has a similar issue, is to check your Cache Settings. I discovered on another site that I was experiencing the issue, but it was actually the cache plugin I was using actually causing the problem. I was using W3 Total Cache but have now switched to WP Super Cache and the problem went away.
BTW, I have made a donation because this plugin and support is awesome!
Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Code Block Doesn’t always display correctlyAwesome!
Thanks and keep up the good work! I for one really appreciate this plugin!
Forum: Plugins
In reply to: [Stop Web Crawlers] TestingYou might want to check this out
https://threenine.co.uk/test-stop-web-crawlers/Forum: Plugins
In reply to: [Stop Web Crawlers] Doesn’t Work With Caching PluginsAt the moment, we don’t support any cache plugins.
We are working on changing that but it may take sometimeForum: Plugins
In reply to: [Stop Web Crawlers] HackRepair.com Blacklist of User agent@hackrepair thank you so much for your help answering the question!
much appreciated!Forum: Plugins
In reply to: [Stop Web Crawlers] Doesn’t Work With Caching PluginsWill try take a look at some point.
Yes, will undoubtedly update the plugin at some point. it’s just a matter of trying to find some time. Have a lot of features and enhancements would like to include, but unfortunately have a lot of paid work to do π
Forum: Plugins
In reply to: [Stop Web Crawlers] Doesn’t Work With Caching PluginsIt should have neglible impact on performance. However, I cannot really advise or comment on how Comet Cache works as I have no knowledge of that plugin and have never used it.
Also I really can’t guarantee either, as a lot of performance issues may also include system resources allocated by your hosting provider.
- This reply was modified 8 years, 9 months ago by threenine.
Forum: Plugins
In reply to: [Stop Web Crawlers] Doesn’t Work With Caching PluginsReferer spammer urls never go out of date. They are mostly generated by bots, with the intention of financial reward. The urls have been registered by the fraudsters, and may be intermittently used, campaigns can often be sporadic and often only batches of URLS are used.
That piwik list was originally generated by a list I and few others started to generate back in 2015 https://garywoodfine.com/list-of-referrer-spammers/. They obviously have added a couple of others recently.
The plugin enables you to add new referer spammers to your block list if you require using the Add New functionality. We don’t have the time or resources to dedicate continually monitoring and updating the list.
If you would like to contribute to this effort you are more than welcome. We have included into the plugin update code the ability to add new referer spammers to the list when the plugin code is updated.
If you know how to code using either php, bash , python, javascript or any other programming language you could write a simple script to transform the format of the list to any format you require.
Maybe something similar too
https://help.ubuntu.com/community/Converting%20CSV%20to%20XMLIf you would like to contribute to another open source project we’re currently working on to help auto update the list https://github.com/threenine/swcApi
assistance would be appreciatedHope this helps
Forum: Plugins
In reply to: [Stop Web Crawlers] Doesn’t Work With Caching PluginsThought I would just add, that if you would like to learn how to configure an apache web server to block referer spam I wrote a blog post back in 2015 with instructions https://garywoodfine.com/blocking-referrer-spam/
I hope this helps.
Forum: Plugins
In reply to: [Stop Web Crawlers] Doesn’t Work With Caching PluginsThank you for your feedback much appreciated.
In order to understand why this occurs you need to understand the basics of caching and how wordpress works.
Firstly, the current implementation of the plugin is designed to operate with the WordPress process, when no caching mechanism is in place, when a request is made to wordpress site, we hook into the requestparser object within WordPress API, to check the request details. WordPress then builds then dynamically builds the webpage to serve.
However, when a caching is involved, actual physical pre-rendered HTML files are physically stored on the server. Therefore when a request is made, everything then comes under management Apache/Nginx depending on the web server technology your hosting provider uses.
Therefore, we would need to build into the plugin configuration options for Apache/nginx. Whilst not too difficult to do, it is rather time consuming, and would require some significant QA effort to ensure that we are able to do this under many different hosting configurations.
We presently do not have the time or the resources due to significant additional paid for work/projects we are engaged in. However, as this is a Free Open Source Project and open to community contributions, anyone who would like to make a contribution to the project certainly can. We would be only to happy to accept pull requests for any enhancements/features.
If you would like to make a contribution you can visit our Github repository https://github.com/threenine/StopWebCrawlers clone it and get to work.
Alternatively, if you would like to make a financial contribution to enable the team to dedicate time and resources to the projects outside of free time then you can do so by either using the donate options within the plugin or right here on the plugin homepage.
Thank you for your feedback, and we will attempt implement the functionality to the plugin as and when resource constraints allow.
Forum: Plugins
In reply to: [Stop Web Crawlers] Not WorkingHi,
We just conducted a test using httprequester on your url supplied and all is working as expected.
We see the issue you’re recieving with Postman , it appears that postman now requires to use Postman interceptor. You should ensure to install and enable interceptor on your Postman in order to be able to access the restricted headers in postman
- This reply was modified 9 years ago by threenine.
Forum: Plugins
In reply to: [Stop Web Crawlers] Not WorkingHi,
Please let us know what your Url is so we can assist you