Jump to content

Krydos

Chief Executive Officer
  • Posts

    26443
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. Proxies work too, and some people have had luck contacting their ISP and asking them for a static IP. Some ISPs will just provide you with one for fee if you just ask.
  2. That was my fault. When I was getting your django working I forgot to set permissions correctly.
  3. Sometimes webdisk just doesn't work for some people. The best solution is to switch to SFTP which is much more likely to work and much easier to troubleshoot if it doesn't.
  4. Try adding them now.
  5. From cpanel https://tommy.heliohost.org:2083/frontend/paper_lantern/load/index.live.php Also every time wordpress is mentioned on the forums we strongly encourage people not to use it.
  6. What domain are you trying to add?
  7. The 500 error was because of a redirect loop. I undid the changes you made to .htaccess and just moved your files to the subdirectory and now it works. http://purnama.heliohost.org/mywebsite/
  8. Oh, I was wondering what the title of this post meant, but I forgot to google it.
  9. You fix it by closing your database connections. What scripting language are you using?
  10. First of all, I strongly recommend not using sqlite. You'll get much better performance from mysql or postgresql, and a lot less headaches from trying to debug all the issues that sqlite can have like file permissions. But if you insist on using sqlite we do support it. Second of all, we don't support custom php.ini files. If you need something changed in php.ini you won't be able to change it yourself by placing that file. You'll need to request the changes here on the forums. That said, perhaps this will help? https://stackoverflow.com/a/24588129/2336864
  11. I'm getting a 404 when I visit http://purnama.heliohost.org/mywebsite/ I took a look at your .htaccess and noticed your path to dispatch.wsgi doesn't exist. It's looking for /home/ipurnama/public_html/mywebsite/mywebsite/dispatch.wsgi which doesn't exist. Try changing the last line to this: RewriteRule ^(.*)$ mywebsite/dispatch.wsgi/$1 [QSA,PT,L]
  12. And here's your module https://krydos.heliohost.org/cgi-bin/modules37.py Thanks for deleting your other account without a fuss. After dealing with this guy https://www.helionet.org/index/topic/39892-hh578990-mcrypt-extension-request-and-subdomain-creating-problem/ it's much appreciated that you didn't lie to us and deny you had multiple accounts.
  13. Mcrypt cannot be installed on php 7.3 because it was deprecated in php 7.1 and removed in php 7.2+. If your software needs mcrypt you just need to change to php version 7.1. https://www.php.net/manual/en/migration71.deprecated.php
  14. How long was your account suspended?
  15. You were suspended for high memory usage, and it looks like most of your load is coming from the node app /home/xtras/maijo.
  16. You were #3 on memory and #7 on cpu for 2020-05-26.
  17. The reason you're seeing that error is because you're not closing your mysql database connections. If you already have too many connections open, and you try to open another it will fail and give that error.
  18. Your forum username has been changed to match your new hosting username.
  19. You still have at least 2 accounts. Please delete all extra accounts like we've already told you several times already.
  20. Yes, of course. You can have as many as you want.
  21. The only way to change your hosting username is to delete your account and recreate it. The first step is to backup all your data if you're ready to proceed. Let us know once your account is deleted. Edit: Do you mean your main domain name instead?
  22. Here's a more detailed breakdown: root@tommy [/home/studius/tmp]# du -h --max-depth=1 33M ./analog 7.7M ./awstats 4.0K ./cpbandwidth 88K ./horde 44M ./webalizer 0 ./webalizerftp 1008K ./pma_template_compiles_studius 86M .
  23. Request denied because you appear to be in violation of our terms of service. https://wiki.helionet.org/hosting/terms Each user is allowed to have 1 account. Please delete any accounts you have in excess of 1 and let us know when you're done.
  24. The request could not be completely because it appears you are in violation of our terms of service. https://wiki.helionet.org/hosting/terms Each user is allowed to have 1 account. Please delete any accounts in excess of 1 and let us know when you're done.
  25. Internal cron are limited to 2 per day. So one cron job every 12 hours or two different cron jobs every 24 hours. External cron can be run as often as every 5 minutes. To set up an external python cron, just put your cgi python script in cgi-bin and let us know the url and how often you want it to run.
×
×
  • Create New...