Jump to content

wolstech

Chief Risk Officer
  • Posts

    18,369
  • Joined

  • Last visited

  • Days Won

    706

Everything posted by wolstech

  1. Unblocked again. It's your devices that are causing this, so make sure you remove all of your HelioHost accounts from all of your devices, including cell phones/tablets/PCs/etc.
  2. Unblocked.
  3. The domain mdnath.com has been cleaned up. Go ahead and try again now.
  4. The domain needs to be cleaned up. I'll do it when I'm at a pc in a little while.
  5. Moving an account is for donors only. Please provide a transaction ID. To move for free, delete your account, then sign up again at midnight UTC when registration opens. Also Ricky doesn't have Java. Are you sure?
  6. Does it support cuda? I can't find much on that card, other than that it's some kind of hybrid mobile card (these usually don't work well). The miners are built for desktop cards that suppprt cuda 8 or newer. Also, the official nvidia drivers must be used, not the generics built into the os.
  7. Weird...I know this gave me trouble too, and it ended up being to do with my login code and the cookie. Have you added a var_dump($_SESSION); right below the session_start() on a few pages to confirm that the variables are indeed not transferring? (If they're not, you'll see the contents of session on one subdomain's pages at the top, but array(0) { } on the other subdomain's pages. Have you cleared your cookies since adding the session cookie code? If not, do so and retest. Finally, make sure you don't use an incognito window for testing (it should work in this just fine if you use links to navigate between subdomains, but typing a new URL or opening a new tab or window to change the subdomain can clear an incognito window's cookies, a lot of things that most assume would carry over in a regular window don't in incognito mode).
  8. (XID 6s92re) A DNS entry for toptechexpert.cf already exists. You must remove this DNS entry from all servers in the DNS cluster to proceed. The domain toptechexpert.cf has been cleaned up. A new invite has been sent to you
  9. That's from November 2017...your account likely expired due to age. Accounts that aren't being actively logged into at least once a month go inactive after 30 days, become archived shortly thereafter, and are eventually deleted for disk space. Please sign up again.
  10. You account is on Johnny, which has been experiencing an ongoing DDoS attack for the past several weeks. As a result most sites on that server either don't load at all, or load extremely slowly. The only fix at this time is to move to Ricky or Tommy, both of which are not affected by the attack.
  11. Sound like a code issue of some form. My login system is sso.raxsoft.com with webapps.raxsoft.com and si3.raxsoft.com hosting the apps and they all work fine. You are checking some index of $_SESSION in that if statement right? That array is the only variable that persists across pages.
  12. See https://www.helionet.org/index/topic/33789-my-website-is-not-working-mad2018/
  13. Try it now. The DNS entries for the domain were missing.
  14. Will be sent shortly Waiting on your old account to remove its domain... EDIT: Sent
  15. With respect to the SAML issue, there's no way to make cpanel itself a saml data consumer. You can make a saml IDP though that verifies against the mail server (this would let users use their email credentials to sign into various applications). If you want the reverse (log into webmail client using saml), just install your own webmail client that supports consumption of saml auth data... Look up simplesamlphp. This is totally doable, just a pain since you need to code an auth module for it and set up an IDP so you have a saml identity source that authenticates against the mail server, and then install a webmail client that consumes the identity source's data.
  16. There's a PHP function you can use right before the session_start to change the domain the session cookie gets assigned to, and it can be set for "all subdomains". I can't remember it off the top of my head, but when I get to a pc I'll add it to this post. I ran into this exact issue when building an SSO system for my website... EDIT: This is what I used: session_set_cookie_params(0, '/', ".raxsoft.com",false, false); Place before the session_start() command in all documents that should be affected. Change the domain name to yours and make sure you keep the leading period.
  17. DNS entries for relatosdefantasia.com have been cleaned up. Go ahead and try again. It should work now.
  18. The hack is not caused by something you did, there's just a major security hole in the Wordpress core. The only known fix right now is to not use Wordpress. People around the world from nearly every web host out there were reporting having fully updated WP with no extensions get hacked last week, so it was likely done through an unidentified zero day exploit of some kind. We cannot restore access to the old account due to the presence of stolen information (the hacker was setting up phishing sites on the compromised accounts), so there is nothing to investigate in that regard. Please sign up as soon as possible as the invites do expire 48 hours after being sent.
  19. All support requests can take up to 24 hours. Please don't bump your posts after an hour and a half. I can't move this right now because Johnny currently inaccessible due to load and a ddos attack (SSH took nearly 3 minutes to give me a login prompt...I'm not even going to try moving this with that kind of load). We'll do this for you when we are able.
  20. Rename the htaccess so its ignored and see if it goes away. An htaccess with invalid statements/syntax errors/etc. will cause a 500 error.
  21. That was a trial product. As far as I know, it saw virtually no demand considering you're the first to ask about it. Krydos would know more about this, but I suspect the answer is "it's not".
  22. That account does not exist.
  23. That explains it...AMD A-series Most of those are junk for mining, also explains why the "video card" didn't really produce anything...it's not really a video card, just the APU representing itself as both an CPU and GPU (aside from a few compute cores, they share the internal resources of the chip, so mining on one half starves the other). You'll be better off just donating due to electric costs. HelioMine's minimum requirements are the same as those of its parent product RGS shown below: We usually recommend mining on gaming rigs and enthusiasts PCs with tons of RAM, dedicated CPU and GPU, etc.
  24. Failed web page login. Did you password protect a folder by chance, then use the wrong password? Unblocked.
  25. Krydos is the only one who can fix Java issues. Moving so he sees it.
×
×
  • Create New...