Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,574
  • Joined

  • Last visited

  • Days Won

    651

Everything posted by wolstech

  1. Please check the email attached to your account for a link to reset your password. Note that for the forum account, you'll need to reset this separately by using the forgot password link here: https://www.helionet.org/index/lostpassword/
  2. Please check the email associated with your account for a link to reset your password.
  3. It was archived, but is currently active, so it looks like it already renewed successfully. As for the error, when an archived account renews, the server is actually creating your account all over again and restoring a backup. If Tommy's load is up, I could see this taking a while (I remember when we were restoring these manually back in the cpanel days, they could take half an hour if the server was busy). It sounds like the logic for restoring an archive needs to be updated to show progress and account for server load...
  4. Yeah I realized you can control it by domain when I got to a computer and looked (I was expecting that to be hidden for end users because domain management is turned off still, but it's not part of that...I'm still learning a lot about Plesk myself). That said, we do have the option to deactivate it for an entire account on our end. If we turn it off, you can't turn it back on. And no, to my knowledge you're not notified if the mail gets turned off on our end, it just stops working. We've had one guy send too many emails already and get turned off, I believe he found out when he was unable to log into webmail.
  5. With the way Plesk works, sort of. The mail server is the mail server, if it responds for Tommy2 it should respond for you provided DNS is configured correctly (MX and SPF at minimum if you need to receive and send). That said, unlike the cpanel days, it's possible for the email service to be disabled for a specific account. The server will still accept connections when it's disabled, so it will report as up, but it will refuse incoming email and discard outbound email without sending it. The ways email gets disabled on an account are: sending too many emails (we just turn your mail off now instead of suspending you entirely like we did in cpanel), getting suspended (including for inactivity, you obviously can't check it, and I don't think you can receive it while you're suspended), or manually turning it off (I believe we have to do that for you).
  6. Nothing, just wait until he sees this and adds the domain. He usually checks the forums once or twice a day.
  7. Krydos can add a second domain for you.
  8. Great to see it's working for you Please let us know if you need anything else.
  9. Krydos can add this for you.
  10. I'm assuming in the SELECT you remembered to actually replace "dbo" with the real database name? I was able to run the function as below through PhpMyAdmin and got a response from the function: SELECT `DATABASE_NAME_HERE`.`random_text_answer`(); The user kanvull_main is assigned to the database, so while I can't test using that user easily, I see no reason it wouldn't work provided the database name is correct in the SELECT statement.
  11. Closing as duplicate of https://www.helionet.org/index/topic/54871-sql-priviledges-issue/
  12. Comment the Options +ExecCGI line out in the .htaccess file and see if it works. The Options directive isn't supported on Plesk yet (though Krydos does plan to fix that at some point I believe).
  13. Please check the email address associated with your account for an email containing a link to change your password.
  14. Try logging in at https://johnny.heliohost.org/ instead. If that doesn't work, let me know and I'll email a password reset link to you for the hosting account.
  15. Changed. It may take up to 2 hours to work.
  16. What do you want the domain changed to? Since that's your main domain, it has to be changed to something else to replace it (an account cannot be domainless). Do you just want it to be amarks.helioho.st?
  17. I assume you mean Johnny since that's where your account actually is. The account is not suspended or anything. Do you want your password reset?
  18. Email sent. Please check your email for a link to reset the password.
  19. You're correct in that it goes in httpdocs. Your mistake was that you reused the existing index.html instead of deleting it and replacing with a fresh one. The default Plesk index.html that comes on a new account contains this script line: <script src="https://assets.plesk.com/static/default-website-content/public/default-website-index.js"></script> Which draws the plesk default page in the body of the page, ignoring whatever's actually in the file. When you want to replace the content, you either need to replace the file entirely, or delete that line out of the default file then edit the rest of it. Most people just delete the default index.html file entirely because they want to use a PHP script instead (index.php). I removed that line from the file for you and your page is working
  20. I just checked...you used an email that's on a domain hosted on your account. Unless you're using external email service, you'll never get the move invite. Krydos will need to fix that first (he'll probably verify the account by having you create a file on it or something). In the future, please do not set the contact email address to a mailbox on a domain attached to the hosting account. If something happens and you can no longer receive email at that mailbox, you won't be able to receive emails to get your account back.
  21. Please check your PMs.
  22. What domain do you want the account to have? (Note that due to the DNS integration issues, Lily accounts require a domain with external DNS, they currently don't support using our own DNS so a free subdomain isn't an option). The easiest solution would be a freenom domain and cloudflare. EDIT: Nevermind, apparently I can create a subdomain for you. It'll be http://lily.dawid8.helioho.st/ once I figure out why it's showing as suspended. I'll send a PM when its ready.
  23. Krydos can resend this for you.
  24. It will likely be last, but yes. Lily will be a challenge to get Plesk working on since there are tons of projects running on Lily using weird custom stuff that is not compatible with it. Lily will likely lose some of its capability to run various things when it finally gets Plesk, though it will obviously be easier to use. For now, Lily is still available for users if they ask, but it works the same as it did on cpanel for the moment. You need a separate account on a Linux box, and Lily has no control panel.
  25. Solved on discord. 6.3GB in error_logs...
×
×
  • Create New...