Jump to content

wolstech

Chief Risk Officer
  • Posts

    18,215
  • Joined

  • Last visited

  • Days Won

    695

Everything posted by wolstech

  1. Unblocked. It can take up to 10 minutes to be effective.
  2. You're welcome. Please let us know if you need anything else.
  3. That's running on your local computer on WAMP...the file needs to actually be on our server to work with the settings you listed. If you want to run the scripts from a server that's not ours, you need to enable remote mysql in cPanel (add the remote server's IP, or % to allow any), then use johnny.heliohost.org instead of localhost for the hostname.
  4. I've renamed the index files in public_html and cgi-bin, and also renamed the prand*.pl files in cgi-bin. Your account has been unsuspended. Please remove any related scripts until they're fixed so they don't get run by accident. Your account has been unsuspended.
  5. What is the public IP of your home network? (You can visit https://www.heliohost.org/ip.php from your home network to get it, or if that's blocked too, google "my ip address" from your home network) You're probably blocked in our firewall...once we know what IP is blocked, I can unblock it for you.
  6. Now that's some high load... Since this is probably related to the Perl issue you're having over here https://www.helionet.org/index/topic/32248-installation-of-perl-module-cryptrandom/ I'll leave this suspended until the cause and a fix can be identified by Krydos. If it was that Perl module, he'll need to fix that too. We don't want to cause any more downtime on Tommy due to this sort of load again. If you would like your account back sooner, let me know and I'll just disable all your scripts (add .old extensions to the end of their names) and unsuspend you. Please note that it may take some time since Krydos has been busy with non-HelioHost stuff lately. All of us are volunteers, so none of us get paid for what we do here. As a result, we have a real life and job to tend to at times
  7. @mrj: That's the issue he's having. The system is ignoring the custom mail headers (specifically the FROM and REPLY-TO) for some reason so he can't fix the headers...
  8. What IPs should be allowed (or do you want any IP)? Escalating so Krydos can enable this for you. Please be aware though that Krydos has been busy with non-HelioHost stuff lately, so there may be a delay in getting this set up for you. All of us are volunteers, and none of us get paid for what we do here, so we all have a real life and a job to tend to at times.
  9. @Sagnik: The access denied error he's getting will always make $conn false. I would try changing the password on the mysql user next. Also, this line would never be valid: //$mysql_username = "remcon"; Except for the cPanel default mysql user (the one that's the same as your cpanel username), all MySQL users will be prefixed with cpanelusername_, so it should be It should be hazak_remcon, assuming hazak is your cPanel username.
  10. It will not since there's likely a forum account by the same name. I have to rename the forum account if you want to reuse it. What's the old username?
  11. The main domain is working. Please clear your cache. As for the addon domain, please remove cloudflare and change your name servers to ns1.heliohost.org and ns2.heliohost.org. After that, verify the domain appears in the addon domains list in cpanel. If it does not, add it and wait 12 hours. If you receive an error adding the domain, please let us know and we can assist further.
  12. Unblocked. It may take up to 10 minutes to be effective.
  13. I will leave this open for Krydos to see. He's the one who handles advanced requests such as this. Please be advised that Krydos has been busy with non-HelioHost stuff lately, so your request may take several days to be completed. We're all volunteers who don't receive any sort of pay for what we do here, so we all have a life and job to tend to as well
  14. Your account has been unarchived and moved to Tommy. You should now be able to log in.
  15. That account is suspended for Phishing. HelioHost does not tolerate phishing activity of any kind, and for security reasons will not unsuspend, back up, or delete an account that was involved in phishing. You will need to create a new account and restore any backup you may have. Please be aware that you will not be able to reuse any domains on your suspended account, and will need to pick a new username. We apologize for any inconvenience this may have caused.
  16. Unarchive done. Now moving...
  17. I've answered in your other topic and unsolved it for you. My response is copied below for reference:
  18. I'll answer here since you posted it. For #1, we don't support HTTPS for Java by default because it uses a lot of resources and means your account would up 2 Java slots instead of one if supported both HTTP and HTTPS. It can be enabled for you, but regular HTTP won't work anymore if you want us to do this. For #2, this is a limitation of how we handle WAR files. It occurs because we deploy into a username prefixed folder. If we didn't, nobody else on the server would be able to have a WAR called "blog". We recommend naming your WAR file with the username_ in front of it (e.g username_blog) so the deployment path and the URL are the same. There is no fix other than to either rename the WAR, or develop your code to make the assumption that the username will appear in front when searching for its files.
  19. You're not blocked on our end...
  20. The 68 you're seeing is the total open connections for all accounts on the server. MySQL Connections are limited to 4 concurrent connections per account on Johnny and Ricky. Tommy has a limit of 6.
  21. It's probably a stale DNS cache. If you're on windows, open a command prompt and run: ipconfig /flushdns To clear out the stale Ricky DNS entries
  22. Unblocked. Make sure you're using the right password in your FTP client. It may take up to 10 minutes to go into effect.
  23. If you follow this topic here on the forum, yes you will. Krydos will post in this topic when it has been configured for you
×
×
  • Create New...