Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,711
  • Joined

  • Last visited

  • Days Won

    661

Everything posted by wolstech

  1. Johnny php appears to be messed up, likely from the maintenance. My site on Johnny does the same thing. Not sure if that maintenance finished or not yet... Escalating.
  2. First off, do you have/can you prove you have a license for IPB? (We don't allow nulled software.) As for your concerns... Pcntl_exec is a security risk based on what I've read since it's basically just exec() that reuses process space. This one does need to go since exec is already disabled. We intentionally enabled the display_errors because we get too many complaints about 500 errors with them off. I and many others prefer them on, and 90% of other hosts also have them on by default. People expect the errors to appear if their script is broken. A regular 500 error doesn't tell you anything useful. Escalating to disable pcntl_exec()...
  3. That's not our suspended page. Our suspended page looks like http://tommy.heliohost.org/cgi-sys/suspendedpage.cgi Also, that domain works properly for me. It's a DNS issue with your computer, network, or your ISP.
  4. It's archived. Escalating so it can be restored.
  5. You need to put the stuff that's inside the "Web Files" folder in the prometheus folder. You put the entire "Web Files" folder in http://tldgc17.heliohost.org/prometheus/, when you were only supposed to put the contents in there. You need to move everything in public_html/prometheus/Web Files/ into public_html/prometheus/, then delete the (empty) Web Files folder. As for the 500 error, there's a ton of things that can cause that. Invalid .htaccess files are the most common cause.
  6. Unblocked.
  7. We don't give WHM access to users, its for root admins only. Ioncube is not supported on Johnny. You need a Tommy account for it. Also, do you have a license for WHMCS? We don't allow nulled (pirated) software.
  8. He had us set that to run every 5 minutes, so likely a combination of frequent, repeated runs and poorly written code. I would suggest reducing its run frequency and looking into optimizing that code.
  9. There's an option for it in cpanel. It's at the top under "directory privacy". Be aware that if you use this, too many failed logins from a single IP in a short time will get the network that PC resides on an IP ban, and you'll need to ask us to unblock you.
  10. I'm sure that's something we can allow, especially if it's just going to one address (you) repeatedly. If you post a new topic in customer service, i can escalate it to see if we can get this set up for you.
  11. You can post over in customer service asking for more. Usually hitting this limit comes from sending mass emails like newsletters or (more commonly) spam. You'll need to answer the following questions for us: How many emails per day do you plan to send?What is the content of the emails you're sending? Can you provide an example email?How you're getting permission from the recipients to send them email?How can a user unsubscribe from your emails?Please be aware that we do not allow the sending of unsolicited bulk mail (spam). If we receive an abuse report for any email you send, you'll be suspended for sending spam.
  12. That probably happened because the logins will always fail while you were suspended. Unblocked.
  13. You were suspended for sending too many emails. The limit is 50/day unless you request and are approved for more. You've been unsuspended.
  14. Probably not, seeing that needing that many is absurd. Even most paid hosts have such limits (I manage a site for a client on a paid host, their limit is 2 [!!!]). You'd probably need to run your own mysql server just for that software. You should find replacement software, not a replacement web host. For what it's worth, any software requiring this ridiculous amount of persistent connections is almost certainly terribly written junk that should be fixed or replaced. Can't you just run the game server without this software (it appears to be an extension of some sort)? I'm sure there are hosts without this limit, but nearly all free hosts are going to have this problem, and I've never used a paid one in this capacity, so I can't recommend such a service that will meet these requirements.
  15. This support request is being escalated to our root admin.
  16. This support request is being escalated to our root admin.
  17. That can't be done since we're a shared host. You'd need to purchase a dedicated ip from us if you want an ip that will point to your site.
  18. This support request is being escalated to our root admin.
  19. This is exactly the cause of that error. Too many failed logins to such a folder will block you.
  20. If you put the file somewhere inside public_html and provide the URL to it, we can set that up for you externally. Please let us know what the URL to the file is.
  21. I'll assume you're on Johnny. This is a known issue. The mbstring extension is missing from the latest Apache/PHP build and is therefore not supported on Johnny at this time. There is no estimate as to when this will be fixed as the repair will cause significant instability, new account delays, and some downtime while it is being implemented. Please move to Tommy if you need this functionality in the meantime.
  22. He added it for you. It's external, so you won't see it in cpanel. You don't need to do anything.
  23. #!usr/bin/python3.6 You forgot the leading /...that should be: #!/usr/bin/python3.6
  24. It was for too many failed cPanel logins. Unblocked.
×
×
  • Create New...