Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/03/2021 in all areas

  1. Our versions of cPanel do not support PHP 8.0, so we are unable to support this at this time. It's logically equivalent to this except for the case sensitivity: function str_contains($haystack,$needle) { return !empty(stristr($haystack,$needle)); } EDIT: Not case sensitive like str_contains, but is a boolean return function that checks for presence of a string like it. In all prior versions of PHP, the stristr() method is the standard. Anyone who's used PHP for any length of time likely will know and use that method unless they really need it to be case-sensitive (which in my experience is usually not desired).
    1 point
  2. This support request is being escalated to our root admin.
    1 point
  3. You're significantly the highest memory over the last 24 hours, and most of your load is coming from /usr/bin/python3.7 /home/pgarcia/telegramMaGbot.py You need to make that script more memory efficient or risk being suspended again. Here's what your load for the last 24 hours looks like: EDIT: It looks like the last 7 days graph broke at some point. I have fixed it. Thanks for drawing my attention to it. Here is what it looks like for your account:
    1 point
×
×
  • Create New...