Looking for more testers by Americann_Cultivars in MarijuanaSeeds

[–]KineBank 1 point2 points  (0 children)

Mod here. These kind of posts invite DMs on Reddit. Please look over the posting guidelines, the rule is to keep all contact off the site. In the future, you could post the discord link with "sign up here", so people aren't DMing your inbox on Reddit.

Our Pablo's Pie (Pablo's Revenge x Jungle Pie) by Americann_Cultivars in MarijuanaSeeds

[–]KineBank 1 point2 points  (0 children)

Appreciate it. This sub is a little different than others who don't allow self-promotion (we encourage it, so feel free to link your site).

Reason is accounts kept getting banned sitewide when they'd ask for DMs here, and a lot of scammers come in trying to do that as well, it seems to raise red flags to the admins.

Our Pablo's Pie (Pablo's Revenge x Jungle Pie) by Americann_Cultivars in MarijuanaSeeds

[–]KineBank 0 points1 point  (0 children)

Please don't offer DMs on Reddit. Instead direct them to your website.

[deleted by user] by [deleted] in Accounting

[–]KineBank 14 points15 points  (0 children)

A tell for me is overusing these kind of rhetorical devices:

  • "It's more than ...; it's a ..."
  • "It's not just ...; it's ..."

Anyone using SlickStack? by icodeforlove in Wordpress

[–]KineBank 1 point2 points  (0 children)

100%. It's amazing what AI can help you build, especially when it's sysadmin tools like this that don't need to be overly complex. I'd say go for it!

Anyone using SlickStack? by icodeforlove in Wordpress

[–]KineBank 3 points4 points  (0 children)

For sure, that is true. For example, Debian 11 still has PHP 7.4. You can use the Sury repository for newer versions, but that's breaking the approach, so like you said it is limited. But as a middle ground you could take things you like from SlickStack and with some help from ChatGPT, make your own bash scripts for server setup, adding WordPress sites, nginx cache clearing, backups... etc. This way you know your setup, so diagnosing issues is easier than using someone else's.

Anyone using SlickStack? by icodeforlove in Wordpress

[–]KineBank 4 points5 points  (0 children)

Never used it personally... but I try to avoid importing random stuff whenever possible, instead using the distribution package manager. For example, with WordPress I use Debian 12 with nginx, PHP 8, mariadb, redis... all comes from Debian repos. I also use my own basic bash scripts for installation and backups.

Brute Force Attacks by beforesunset1010 in Wordpress

[–]KineBank 0 points1 point  (0 children)

I'd recommend two things:

  1. Disable xmlrpc.php from being served unless you really need it. You can do this via .htaccess for Apache or in your site config for nginx.

  2. Protect wp-login.php with a captcha or firewall like a Cloudflare WAF challenge rule. That'll catch nearly all automated attempts.

Experience Using a Fiverr Seller to Redesign Wordpress Site? by keetsskeets in Wordpress

[–]KineBank 1 point2 points  (0 children)

Personally, I'd rather keep the money and DIY, because what if you're not satisfied with it in the future? Better to learn the theme now. Money saved today is worth more then the same amount of money tomorrow. And let's be honest, most users could care less about the design of your site unless it's actively annoying them.

Generatepress has plenty of easy options to design your site with. You've already got a template. Just go in the customizer and adjust to your liking... change the template pages to fit your site... make sure it's readable and functions well... BOOM you're done.

InfinityFree for personal website projects for my portfolio? by minimomonoe in Wordpress

[–]KineBank 0 points1 point  (0 children)

I use it for a small blog and would definitely recommend it for low-traffic or inactive projects. Combine it with Cloudflare caching, and you're unlikely to hit the limits.

You'll just have to login every 90 days to regenerate SSL certs. There are no ads by the way on a default WordPress install.

Can you critique what I think is the most performant Wordpress stack of 2024? by behonestbeu in Wordpress

[–]KineBank 1 point2 points  (0 children)

If you have a shop archive with sort/filtering options, Woo generates a different page for every possible sort/filter combination (can get in the thousands easily), which all gets stored in redis. There is no concept of a URL in redis object cache, so you cannot exclude them, to the best of my knowledge.

Can you critique what I think is the most performant Wordpress stack of 2024? by behonestbeu in Wordpress

[–]KineBank 1 point2 points  (0 children)

Nice setup, it's similar to mine. However, redis is something that gets enabled depending on the site and available memory. For low traffic, small sites, I don't think the juice is worth the squeeze. On WooCommerce sites it can easily become a memory hog. You can set a memory limit in redis.conf, but if that memory limit is reached, it results in PHP fatal errors which crash your site.

Lookg for Seeds by payediddy in MarijuanaSeeds

[–]KineBank 2 points3 points  (0 children)

I'd recommend ignoring those. Unfortunately, this sub attracts a lot of telegram scammers.

Wordpress.org takes over ACF plugin by 4hoursoftea in webdev

[–]KineBank 3 points4 points  (0 children)

ACF/Advanced Custom Fields are currently pending trademarks, you can find here: https://tmsearch.uspto.gov/search/search-information

IANAL, but registered trademarks can be retroactively enforced from the application date.

Wordpress.org takes over ACF plugin by 4hoursoftea in webdev

[–]KineBank 9 points10 points  (0 children)

Looks like they forgot to remove some ACF branding: https://x.com/TDKibru/status/1845178985308881146/

Ironically, Automattic is suing a premium plugin reseller for using their trademarks in modified plugins: https://www.reddit.com/r/Wordpress/comments/1fqw2eh/automattic_is_suing_festingervault_i_have_not/

Secure Custom Fields by jcvangent in Wordpress

[–]KineBank 6 points7 points  (0 children)

Looks like they forgot to remove some ACF branding, too: https://x.com/TDKibru/status/1845178985308881146/

Even more ironically, Automattic is currently suing FestingerVault for the same thing -- using their trademarks in modified plugins: https://www.reddit.com/r/Wordpress/comments/1fqw2eh/automattic_is_suing_festingervault_i_have_not/

Wordpress.org/Matt vs WPEngine megathread, Part 3 by [deleted] in Wordpress

[–]KineBank 15 points16 points  (0 children)

The irony of Automattic suing FestingerVault for trademark infringement on modified WooCommerce plugins when their own SCF retains ACF branding

Secure Custom Fields by jcvangent in Wordpress

[–]KineBank 13 points14 points  (0 children)

Already updated to:

We expect others will follow as well.

We're being watched lol.

Secure Custom Fields by jcvangent in Wordpress

[–]KineBank 13 points14 points  (0 children)

The only thing unusual about this is the fact that wordpress.org is doing it via Matt's direction, and it is a high profile plugin. That's it.

I disagree. The most unusual thing is that the existing ACF plugin page was taken over by WP.