Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,035
  • Joined

  • Last visited

  • Days Won

    617

Everything posted by wolstech

  1. I noticed quite a bit of oddity after that reboot, the forum has been acting kind of odd as well (lots of things marked themselves as unread, a spam account unflagged itself...). Krydos might be able to fix this for you quickly, but be aware it may take some time because we're obviously more concerned about the data of the 1000s of users on tommy at the moment.
  2. All DNS records can be served by any name server, so yeah, just move to NS2. Also, you've apparently learned why I hate FreeDNS...it's buggy and doesn't support multiple name servers. Their system is probably one of the few we hear a lot about when it comes to DNS issues. I'd suggest finding alternative DNS service if you can. CF does a decent job if you just use the DNS features (the caching and stuff works too, but there's some extra setup and considerations to keep in mind when you use those features here). Of course, the best choice is to just use our NS directly without a middleman, but we know that's not an option for everybody. CF is usually our recommendation when alternate DNS is desired, we've all used it at some point and the server can export the records directly to it with the plugin.
  3. One of eddie's hard disks stopped responding and caused tommy to crash. That Eddie reboot announcement in the News section is related to the recovery efforts associated with the issue. Krydos is working on it...not sure if he plans to get the server online again, or if it's going to be converted to archives and be offered for download like the last few times this happened (Johnny has been through it 4 times, Ricky 1 time, but this is the first time for Tommy). The good news is that we already have a data center visit on our schedule for later this month, so replacing a dead disk will be easy and quick (compared to the last few times, where we had to wait months for the trip to replace it), if we end up needing to do so.
  4. You can’t, which is why this is in the escalated bin. Krydos is the only one who does this, so you’ll need to wait for him to see the request.
  5. That account doesn't exist, so it must have already been deleted.
  6. Please fix or remove that script immediately. It caused several minutes of downtime on tommy. If you get suspended for this for a third time, you'll be moved to Johnny. Unsuspended.
  7. Usually that happens when your network doesn't allow traffic on port 2083 (very common on work and school networks). Try a different internet connection (like a cell phone data plan) and see if it works.
  8. Also, please be aware when you create a subdomain, it takes time to start working properly. Johnny and Ricky take 2 hours or so. Tommy can take longer.
  9. This is not supported on our shared hosting, mostly in fairness to others also waiting for/using Java. Every war deployed causes additional load on the server, and allowing 2 wars would mean your account gets to hog a second slot that could otherwise be given to someone waiting in line. You could easily accomplish this on a VPS though. Tomcat itself is more than capable of it.
  10. Same issue as before. Please remove whatever software you’re using (I’m guessing WP, I can’t check from my phone) entirely. WP is notorious for this issue. If you get suspended a third time for this, it will not be unsuspended again until an admin deletes the offending software. Unsuspended.
  11. Krydos has to do this for you.
  12. Sometimes this happens. It's usually our website having issues. Try using https://ricky.heliohost.org:2083/ to log in directly instead of using our website. Note that this form requires you use dasmarcy as your username, not your email address. Also try using the password reset option on that page if necessary. If it still won't work, let me know and I'll manually reset it and take a deeper look. Finally, be aware that when your hosting server is down, our website will not allow you to log in since it has to ask the server in order to validate your password.
  13. WordPress got compromised...WP is notorious for this sort of problem. It's well known for being poorly coded, insecure, buggy, and also very heavy on resources. It's the leading cause of hacked accounts here at HelioHost. WP itself is notorious for security holes, and many of the free plugins and themes available for it are actually disguised backdoors. When you unknowingly install such a backdoor, it notifies the hacker, who then uses it to compromise your account, typically so they can send spam or set up a phishing site. The best way to deal with Wordpress's security issues...is to not use Wordpress. Just about any other CMS available is more secure than WP. We usually recommend Joomla. It's probably the second most common CMS in use today and has almost as much content available for it.
  14. Done. You can now log in, and your website will start working whenever Apache next restarts (probably within the hour since I manually requested it to restart). You may need to flush your DNS cache as well since the IP address of your account has changed.
  15. Done. You should now be able to log in and your website should start working within 2 hours.
  16. Yeah, the "send to new server" step is done, and the "receive on new server" part takes some time to move, it's 71% done...
  17. Unarchiving... Also, your username is xlory061.
  18. That account cannot be unsuspended because it was hacked and used for illegal activity. Please sign up again. An invite has been sent for the replacement account so you don't have to wait
  19. From the looks of it, that's "email marketing" software (basically a glorified spam bot). We generally don't allow the sending of bulk advertising emails here because they nearly invariably end up getting us blacklisted for spam. It appears you haven't used it yet, otherwise you'd be suspended for Spam (or Sending too many emails) instead. Please remove the contents of that folder. I'd suggest removing all of those mailxxxxx subdomains if you can. The only thing they're doing is raising the risk of your account being suspended. Unsuspended. PS: The script you're using on webvalue.xyz is broken. A lot of the data feeds that it used aren't available anymore due to age, so it won't calculate correctly unless you modify the nexstats library to use different data sources.
  20. That account failed to unarchive due to a server error. An invite for a replacement account has been sent to you. Please use the invite to sign up again.
  21. That account doesn't work because it's archived. Unarchiving. EDIT: Do you know anything about an account called fluffy48? It appears to be very similar to the one that ducky.heliohost.org belongs to.
  22. Based on the lack of response, I'm going to assume the account was intended to be used for phishing or other illegal activity. That account cannot be unsuspended.
  23. Unblocked again. This block is being caused by an external mail client (such as Outlook, or a cell phone) that's checking email with an incorrect password. Disabling the mailbox on the server won't fix it. You'll need to find and fix the device that's checking the mail.
  24. It means you referenced an array index that isn't set. Your code probably references something like $array["SCRIPT_FILENAME"], but $array does not contain an index called SCRIPT_FILENAME. You'll need to debug your code. If you just want to hide the errors, you can add error_reporting(0); near the start of your file.
×
×
  • Create New...