Jump to content

Flaze

Moderators
  • Posts

    2,022
  • Joined

  • Days Won

    69

Everything posted by Flaze

  1. This support request is being escalated to our root admin.
  2. This support request is being escalated to our root admin.
  3. Just make a file called conn.php (or whatever you prefer) anywhere in your public_html directory and paste the code. Change the code a little (change the password, database name, etc.) and view the file on the browser. A result should pop up.
  4. You can try accessing your database using PHP. Make sure to check the credentials. <?php $conn = new mysqli("localhost", "etigui", "password", "etigui_db"); // Check the connection if ($conn -> connect_errno) { echo "Error: " . $conn -> connect_error; exit(); } else echo "Success.";
  5. Try changing the host to localhost.
  6. Did it throw any error while installing?
  7. (From the other thread) You can change your main domain by using this script - http://www.heliohost.../scripts/domain
  8. Sorry about that. I was replying to bucanero but it seems that he was actually quoting cgrillo (thanks, wolstech!). @bucanero: You can do that by using this script - http://www.heliohost.org/classic/support/scripts/domain
  9. This support request is being escalated to our root admin.
  10. Please don't hijack other people's threads. Refer https://www.helionet.org/index/topic/38058-krydos-domain-issue/.
  11. This support request is being escalated to our root admin.
  12. Tommy is not down. It could be your ISP. My suggestion is to try accessing cPanel from your phone or any other machine and see if it works.
  13. This support request is being escalated to our root admin.
  14. Solved over discord.
  15. Make a new thread.
  16. This support request is being escalated to our root admin.
  17. You were suspended for causing high server load. Please fix it quickly. If you're unsure what's causing the high load, please tell us so that we can escalate the request. Your account has been unsuspended.
  18. https://www.helionet.org/index/topic/38037-unsuspended-request/
  19. You were suspended for sending too many emails. Please note that the limit is 50 per day, including recipients. Unsuspended.
  20. Krydos said on discord that it won't work on Tommy either so it's not a Johnny issue.
  21. Unblocked.
  22. This support request is being escalated to our root admin.
  23. What is your PHP version?
×
×
  • Create New...