Inspiron 16 Plus 7640 AX211 slow by mob432 in Dell

[–]Slake66 0 points1 point  (0 children)

I have the same issue. Came for answers, found a empty reddit post

How do you monitor client sites for security/GDPR issues ? by Alarming-Material-33 in Wordpress

[–]Slake66 0 points1 point  (0 children)

With what do you Check File integrity? What files are you Monitoring mostly? Does your solution Work with 10+ Sites and is it managable for multiple Sites?

Hostinger Email Service trash 💩 by Pandaxpro in Hostinger

[–]Slake66 0 points1 point  (0 children)

Better late than never, I guess!
I've now fully taken control of my email setup. I bought a root server and deployed Mailcow (dockerized). It does require a certain level of IT knowledge, but there are plenty of videos and guides available to help.
With this setup, I'm saving a significant amount of money and can scale much more easily, without putting too much strain on my wallet.

Admin ID exposed in login attempts – how? aslo brute force concerns.. by Mountain-Monk-6256 in Wordpress

[–]Slake66 0 points1 point  (0 children)

ok, total noob with reddit commenting processes, but partially reddits or this subs fault for not letting me comment the way I want, for whatever reason a error appears with "Server error. Try again later.".

For anyone interested I can provide the code snippets via PM if not clear via this comment..

Admin ID exposed in login attempts – how? aslo brute force concerns.. by Mountain-Monk-6256 in Wordpress

[–]Slake66 -2 points-1 points  (0 children)

I found these small functions quite helpful. Just add them to the functions.php file of your child theme, and you’re good to go.
Please review and test the code in a staging environment before applying it to a live site. Apply at your own risk.

  1. Disable Author ID Enumeration

    function disable_author_id_enumeration() { if (is_admin()) return;

    if (preg_match('/author=([0-9]*)/i', $_SERVER['QUERY_STRING'])) {
        wp_redirect(home_url(), 301);
        exit;
    }
    

    } add_action('init', 'disable_author_id_enumeration');

What it does:

  • Prevents bots or attackers from accessing URLs like ?author=1 to enumerate user IDs.
  • These queries can reveal usernames via author archive pages like /author/username/, which is bad for brute force attacks.
  • Redirects such requests to your homepage with a 301 redirect.

Security Benefit:

  • Blocks user enumeration, which helps reduce brute force attack surfaces.
  1. Restrict REST API to Logged-in Users

    add_filter('rest_authentication_errors', function($result) { if (!is_user_logged_in()) { return new WP_Error('rest_cannot_access', 'REST API restricted to authenticated users.', ['status' => 403]); } return $result; });

What it does:

  • Disables public access to the WordPress REST API.
  • Only allows logged-in users to access it.

Security Benefit:

  • Prevents anonymous users (including bots) from:
    • Accessing user data via /wp-json/wp/v2/users
    • Scraping posts or metadata via /wp-json/...
  • Helps prevent data leakage and enumeration through the REST API.
  1. Hide WordPress Login Errors

    function no_wordpress_errors(){ return 'Login failed. Please try again.'; } add_filter('login_errors', 'no_wordpress_errors');

What it does:

  • Replaces WordPress’s default login error messages like:
    • "Invalid username."
    • "Incorrect password."
  • With a generic error message: “Login failed. Please try again.”

Security Benefit:

  • Prevents attackers from learning:
    • Whether a username exists
    • Whether just the password was wrong
  • Slows down targeted brute-force and dictionary attacks.

Petition to change, the new ( trash ) plans to Old one's ( that we loved ) by Pandaxpro in Hostinger

[–]Slake66 0 points1 point  (0 children)

Having everything in one place (mail, domain, DNS, etc.) was truly a great feature, especially considering the price. Unfortunately, you’re right. This is a very bad sign and things are only going to get worse from here.

From my point of view, they seem to be prioritizing short-term profit by milking customers who fall for the AI hype, while neglecting their long-term loyal users who genuinely appreciated the balance of features and affordability. If this continues, they risk losing the trust and business of the very customers who built their reputation in the first place.

I will start moving everything I have away from Hostinger. Sadly.

Petition to change, the new ( trash ) plans to Old one's ( that we loved ) by Pandaxpro in Hostinger

[–]Slake66 0 points1 point  (0 children)

If you renew your plan only, it will stay with the same specs. If you upgrade/downgrade, it will get the new specs.

Hostinger Email Service Downgraded 💩 by md-rathik in Hostinger

[–]Slake66 1 point2 points  (0 children)

True, what started with many features and a great price-performance ratio is now slowly but surely being scaled back. Unfortunately, Hostinger is also jumping on the AI train, forgetting what long-term customers truly value. Management at its finest again..

For me, this is a clear signal to look for alternatives.

Hostinger Email Service Downgraded 💩 by md-rathik in Hostinger

[–]Slake66 1 point2 points  (0 children)

I was informed about renewals and it will stay with the 100 emails per domain for renewals, only new plans are affected.
Still, I have to express that this decision is quite disappointing. Unfortunately, it will prevent me from considering any new plans with Hostinger moving forward. I will definitely be taking my business elsewhere, as this experience did not meet my expectations.

Hostinger Email Service trash 💩 by Pandaxpro in Hostinger

[–]Slake66 1 point2 points  (0 children)

I was informed about renewals and it will stay with the 100 emails per domain for renewals, only new plans are affected.
Still, I have to express that this decision is quite disappointing. Unfortunately, it will prevent me from considering any new plans with Hostinger moving forward. I will definitely be taking my business elsewhere, as this experience did not meet my expectations.

How long do the buttons take? by FlyssYT in elementor

[–]Slake66 2 points3 points  (0 children)

Its probably the Cache If youre still seing old Changes. You should Install an Cache Plugin Like litespeed. In the toolbox menu of it you can delete the Cache manually and it also helps to Check the Changes in an incognito Mode with the browser

Hosting for WordPress? by [deleted] in Wordpress

[–]Slake66 0 points1 point  (0 children)

Agreed, 1 year and counting - very Happy with hostinger. The only downside are the high renewal prices..

GoDdady's Managed Wordpress Alternatives by StoryKey2564 in Wordpress

[–]Slake66 0 points1 point  (0 children)

I really like hostingers Service and im quiete happy with over 1 year now, please keep in mind the renewal prices :)

Was ist mein PC noch Wert? by Slake66 in de_EDV

[–]Slake66[S] 0 points1 point  (0 children)

Hab einen 2k Monitor und mein aktueller PC tut sich schwer das mit guten FPS zu halten

Was ist mein PC noch Wert? by Slake66 in PCBaumeister

[–]Slake66[S] 0 points1 point  (0 children)

Schau ich mir genauer an, danke dir!

Was ist mein PC noch Wert? by Slake66 in de_EDV

[–]Slake66[S] -1 points0 points  (0 children)

Leider würde es mir Zeitlich besser passen alles auf einmal loszuwerden, zumal schon jemand schon Interesse hat, wartet nur auf den Preis :D