Jump to content

Krydos

Chief Executive Officer
  • Posts

    26430
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. Moved the dead links to the bottom and struck them out.
  2. If you can't use the default port can you use a port that we already have open? Have you asked mlab if you can change the port on your mongodb?
  3. The way AutoSSL works is when you add or change a domain the system will automatically create a new ssl certificate and install it on your domain for you. You just have to be patient because it can take up to 24 hours for a new domain to get its certificate.
  4. It doesn't matter what your IP is if you use the wrong password too many times you will get blocked. If you get blocked just let us know your IP and we can unblock you and explain why you got blocked.
  5. The only way you'll get blocked is if you use the wrong username and password a bunch of times right in a row.
  6. I tried like 8 different whois sites. They all returned no nameservers. The freenom .ml TLD system must have been down at the time.
  7. I don't see any nameservers set for that domain https://bybyron.net/php/tools/dns_records.php?domain=atoz.ml&rec=NS Are you sure you set them to ns1.heliohost.org and ns2.heliohost.org?
  8. No problem. Your personal information has been removed.
  9. That would be amazing! While we had a wikipedia article we received a lot more traffic to our site. The more traffic we receive the more ad revenue we make, and the more revenue we make the sooner we can buy new servers and improve our service. Let us know if you have any questions. You can't use what our admin say as sources, but you can verify information and make sure it's accurate.
  10. You were blocked for too many failed cpanel logins. Please use https://www.heliohost.org/login/ to prevent this from happening again in the future.
  11. Remote access enabled.
  12. Unfortunately you picked the wrong server if you want to use django. Ruby on rails and django don't play well together so we have to choose one or the other on each server. Johnny has ruby on rails, Ricky has django on python 2.7, and Tommy has django on python 3.6. Sorry about the confusion. We can help you move your account to the appropriate server though. Here is the guide for moving your account for free http://wiki.helionet.org/Moving_your_account or as a thank you gift to our donors an admin can move your account for you with no downtime. If you choose to have us move your account for you just let us know the transaction ID, your username, and the server you would like to be on.
  13. The ip that you posted from is not blocked. What ip do you see at https://www.heliohost.org/ip.php ?
  14. The default mongodb port is 27017. I think opening that port would be the most useful for the most number of people. Will your external mongo database run on that port? Also what is your username, or main domain?
  15. The cron through cpanel is limited to 2 runs per day, but you can set up an external cron to run as often as every 5 minutes. To do so just make a script that can be accessed externally like encryptedcompany.tk/process_db.php and let us know the url and how often you want it to execute.
  16. There's a few different ways to redirect to https that work. Here's one: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] The susoft.tk/flask.wsgi/flask is probably because of the way you're defining your routes. It works for me when I do routes like this: @app.route("/") @app.route("/whatever/")
  17. Having more than one account is a violation of our terms of service http://wiki.helionet.org/Terms that you agreed to when you created your accounts. Please use http://www.heliohost.org/classic/support/scripts/delete to delete any accounts in excess of one. I renamed your forum account so it matches your Tommy account. Enabled. https://encryptedcompany.tk/test.jsp Enabled. https://encryptedcompany.tk/access/ As long as you don't change the .war filename you don't need to request https again.
  18. For future reference you can now deploy your .war files at https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php Deployed. http://wilgil.heliohost.org/Zaxxon/
  19. Tommy python: /usr/bin/python = 2.7.5 /usr/bin/python3.6 = 3.6.0 django = 1.10.5
  20. Unfortunately mysql events require you to have superuser permissions. If we were to grant our users those permissions it would mean that they could wreak all sorts of havok on the server. The could kill other people's mysql processes, change the server settings, lock up the whole mysql server so the root user wouldn't even be able to log in, etc. Obviously you don't want someone doing all that stuff to your databases so we can't grant super privileges to anyone on a shared server. When people ask about mysql events we always recommend using a cron job that executes a script that does the required mysql queries. It works exactly the same without all of the security issues of super privilege. Let us know if you need help creating the cron job.
  21. Jsp files are not going to work on your account because java is not enabled on your account. To request java please visit https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php log in, and click the Request Java button. Please be aware that since you picked the Johnny server the wait to receive java on your account is quite long. The queue to receive java on Tommy is generally only a few hours.
  22. Your invitation has been resent. Did you get it this time?
  23. Remote access enabled.
  24. Python 3.6.2 is now available at /usr/bin/python3.6
×
×
  • Create New...