Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Your php part is working fine. Did you check your spam folder?
  2. Your account is showing as active, but your not pointing to our nameservers and when I go to that domain, I get redirected to facebook.
  3. I've reset your password and emailed it to you at the email address you registered with.
  4. If you do another WHOIS you'll see the nameservers have changed. Hopefully this person has moved on to another host. Thanks for letting us know though.
  5. I'm not seeing: thepalacegardenhotel.com in our database nor is it pointing to our nameservers.
  6. Your account has been manually unsuspended. If you still see the suspended page then you should try clearing your browsers cache. http://wiki.helionet.org/Clear_your_cache -- Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
  7. Byron

    Extended Downtime

    I posted on djbob's wall at facebook. Surely he saw that?
  8. Ok thanks. I'll make sure I do that.
  9. Ok I went ahead and unsuspended his account. It should be back up as soon as Stevie is back up.
  10. I'm not seeing: zesterpharma.heliohost.org in our database. Did you forget to login every 30 days?
  11. You don't need the premium plan. You can have a cron job run every hour for free. I actually have 3 cron jobs with them that run every hour for free.
  12. You don't need to unpark it with us before you can park it with another host. It will still work at the other host too.
  13. Your account isn't suspended. Your domain isn't showing any NS Records. Have you tried logging in from the heliohost home page? http://www.heliohost.org/
  14. Do you know why your account was suspeneded? I'm not seeing a reason why at the ACP.
  15. There's nothing that can be done about the execution time. If it's possible you might try to break up your script in to two or more scripts.
  16. If the script takes too long to execute it will automatically time out. For php scripts I believe it's 30 seconds and I would think cgi/perl scripts would be the same.
  17. Glad your problem got solved! Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
  18. OK I've unsuspended your account. Please make sure that this doesn't happen again.
  19. Yes you can switch. http://wiki.helionet.org/Moving_your_account
  20. You could also try: require("/home/jkblitz/public_html/php/check_login.php")
  21. I'm assuming your on Stevie? Try logging in from here: http://stevie.heliohost.org:2082/frontend/x3/index.phpcp
  22. Also make sure to chmod /home/your_cpanel_username/.python_egg_cache to 777. This is what I have in my wsgi file, if that helps? import os, sys sys.path.append("/home/byron/public_html/djangotest"); os.environ['DJANGO_SETTINGS_MODULE'] = 'settings' os.environ['PYTHON_EGG_CACHE'] = '/home/byron/.python_egg_cache' ## you need to create the directory above ## import django.core.handlers.wsgi _application = django.core.handlers.wsgi.WSGIHandler() def application(environ, start_response): environ['PATH_INFO'] = environ['SCRIPT_NAME'] + environ['PATH_INFO'] return _application(environ, start_response)
  23. Chmod your files to 755.
  24. I'm not seeing your account as being suspended. Refresh your cache if your not seeing your home page here: http://mabzicle.heliohost.org
  25. The reason your account was suspended is because your were found abusing the email server.
×
×
  • Create New...