Could we help you? Please click the banners. We are young and desperately need the money
If you see a lot of requests on your website that go to the URL /?up_auto_log=true then most probably hackers are trying to find a way to hack your website. This can be very dangerous! A hacker can easily take over your website and thus the whole webhosting. This might lead to a non-working website and the loss of your online-reputation. Worst case: People will no longer find you in Google and other search engines because Google locks out hacked websites automatically for weeks, months or even longer.
Login to your WordPress website and make sure, that all plugins are up-to-date:
Add the following lines on the top of this file:
# Block all requests that contain the up_auto_log parameter in the query string RewriteCond %{QUERY_STRING} up_auto_log=.+ [NC] RewriteRule .* - [F,L]
This command checks whether the URL contains the up_auto_log parameter and a value consisting of at least 1 character or more. If that is the case the RewriteRule parameter kicks in and tells the system that this URL is Forbidden [F] and that no further rules shall be evaluated [L] (=last rule). This means that the webserver will just show an error message in this case.
This is very crucial. If your website is getting hacked you might lose your data and months of work. Also you might lose your online SEO web reputation which is very hard, costly and time consuming to build up again. We are resolving such incidents once in a while and by experience we can tell, that it's hard work to restore your websites' health.
No. WordPress by itself is very reliable and secure. But plugins (extensions) are not. They are often developed by untrained freelance developers who offer to solve a problem very easy and quick. But the code quality of many plugins is rather bad. These extensions make your website slow and can destroy your SEO (web reputation). You should always think twice before you install any plugin from the WordPress plugin repository. We've made the experience that it's the plugins which make WordPress insecure and unstable. They also add an additional workload in supporting and updating your WordPress website. We've often come across the issue, that after updating a plugin, the whole website broke down. The Yoast SEO extension is such a candidate. It sometimes can break down and destroy the valuable content on your website. Also plugins like UserPro or Yoast go very deep into the WordPress core. If the plugin has a security issue and a hacker can use this security whole in that plugin, he immediately gains access to the core of your WordPress website and hence is able to do whatever he likes on your precious page.
It's generally very simple:
Yes and no. Yes, you can implement functions a lot faster and cheaper by using a plugin. In the beginning. It's cheaper in the first place. But it mostly is not in the long run because plugins offer:
If you calculate all of these opportunity costs you will see, that you do not safe money by using plugins. In many cases we experience that our websites run a lot cheaper, faster, more secure and more reliable because we do not use any plugins. And since we are not bound to the functions of the plugin we can program exactly those functions that are required by the website - which makes it very easy to use.
In case you are our customer and your website is handled through our Managed Webhosting plan: No worries. We already took care of all things. Besides: We do never use such plugins so... you're safe from the beginning and not affected by this at all.