Jump to content

wolstech

Chief Risk Officer
  • Posts

    19134
  • Joined

  • Last visited

  • Days Won

    757

Everything posted by wolstech

  1. Your hosting account username cannot be changed because it requires deleting your account and signing up again. In addition, your new username is not valid anyway because it exceeds the 8 character limit for hosting account usernames. I can change your forum username though, would you like me to do this? Your main domain has been changed to offerstrick.heliohost.org and should start working shortly.
  2. Tommy is currently the fastest shared hosting server we have. If you wanted something faster or more flexible, you'd need to pay for a VPS instead (https://heliohost.org/vps/). You get full access on a VPS to install or run whatever you please, so you could put Tomcat on it and host your Java app that way if you wanted.
  3. Your account is on Johnny, which does not offer automatic SSL certificates. You need to either generate and install your own (using a method such as the one shown in https://wiki.helionet.org/Installing_a_Let%27s_Encrypt_SSL_Certificate) or move to Ricky or Tommy, where automatic SSL is offered.
  4. Done. You should now be able to log in and your website should start working within 2 hours.
  5. I'm assuming you're on Tommy? If so, what's happening here is that he's full and nobody's losing their Java, so the line isn't moving. There's a finite number of Java slots available, so the next person in line only gets it when someone else loses it (usually to inactivity or suspension). The system estimates the wait based upon historical wait times and number of people in line in front of you. Because we can't predict when someone will lose their Java, the estimated wait is just added to now to give a date. If the line fails to move, the expected date will just keep sliding out as time passes until the next person in line gets a spot.
  6. Unarchiving...
  7. In that case it's effectively already deleted. Archived accounts are just a fancy zip file, not an actual account, so you can't delete it. The archive file will simply delete itself when the disk space is needed. So long as you don't request it be restored, there's nothing more to do.
  8. That's why...access by IP is not supported on shared hosting, because the domain name is how the server decides which content to serve. If you use the IP, the server doesn't know which of the 1000s of account's on that IP needs to be shown, so it shows a queued page. If you want to use an IP address instead of a domain name, you'd need to purchase a dedicated IP from us. That's $12/year if you're interested.
  9. See http://heliohost.org/classic/support/scripts/delete to delete your account.
  10. The domain is working for me. Can you try a different internet connection (e.g. a cell phone on its data plan instead of your WiFi). Some ISPs have a cache of their own that you can't clear. If that works, you will need to wait until the ISP's cache expires in order to see your site.
  11. Done. You should now be able to log in and your website should start working within 2 hours. If for some reason you can't log in, try resetting your password.
  12. Sure. Sign up and let us know what your username is and we can move you.
  13. The performance and uptime of Johnny is usually rather poor due to overloading. Johnny is intended for testing and offers more flexibility for testing at the expense of performance and reliability. If you need reliable service, you should consider moving to ricky or Tommy, which offer production grade hosting services.
  14. Do you still need this unarchived?
  15. The display_errors is intentionally enabled because the default is a very confusing and generic 500 error that most people can’t figure out. Users who really don’t want them shown can add error_reporting(0); to their scripts to suppress them. As for the system functions not being disabled, they should be...we’ll take a look.
  16. Considering the phishing page was just very recently created and the code contained in it appears to send the data by email, there's not likely to be stolen data stored on your account. The directory ~/www/hackTest which was responsible for the detection has been discarded and the account has been unsuspended. Please don't upload such material in the future. I actually recently did something similar as a training exercise for a client of mine, not facebook though. It caught mine as well. Our system is very ban happy when it comes to hosting anything even remotely resembling major websites like facebook or instagram.
  17. It's suspended for pornography. HelioHost does not permit the hosting of adult content of any kind. Please remove all porn and related domains and files from your account within 24 hours of this post or you'll be resuspended until an admin can delete it for you. If you didn't upload or configure any porn or porn-related domains, please change your password as well. Unsuspended.
  18. By software I mean the PHP files that makes up your site. Your PHP code is so basic that there doesn't seem to be anything to exploit for file uploads though. You do have SQL injection vulnerabilities but those are typically used to maliciously alter or steal database content, and generally wouldn't lead to someone uploading a phishing website (I would recommend some research and code updates to protect against SQL Injection). A weak password is another (more likely) possibility in your particular case.
  19. You're suspended for having multiple accounts. You're only allowed one. Which one do you want to keep? If you choose to unsuspend benchmar, the account ienergi1 will be suspended instead. (The domain benchmarkwheyproteins.com is on the ienergi1 account that is currently active).
  20. Krydos knows more about Java than most of us. Lets see if he knows why this doesn't work...
  21. You need to create a database user in cPanel, assign it to the DB, then specify that username and password in the connection string. Users don't have root access here unlike on a development box.
  22. XAMPP is just an AMP stack for Windows. The PHP program your site is running on would be the software that needs to be fixed/updated/replaced.
×
×
  • Create New...