Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. That domain is associated with an account that was suspended for phishing.
  2. I've reset your password and emailed it to the email address you registered with.
  3. Looks like it got suspended probably by Krydos.
  4. Here's another good forum for coding help: http://www.codingforums.com/
  5. Your running too many php processes. You had 6 instances of imap with your email: 10937 genfer 15 0 22972 2348 1812 S 0.0 0.0 0:00.01 imap10988 genfer 15 0 22972 2344 1812 S 0.0 0.0 0:00.01 imap11046 genfer 15 0 22976 2344 1820 S 0.0 0.0 0:00.01 imap11055 genfer 15 0 22972 2340 1812 S 0.0 0.0 0:00.01 imap11132 genfer 15 0 22972 2344 1812 S 0.0 0.0 0:00.02 imap11342 genfer 15 0 22972 2348 1812 S 0.0 0.0 0:00.02 imap You can only have 6 processes maximum, and since you're using them all for IMAP then PHP won't run on your account since there isn't a free process slot available. Shutdown a few of your IMAP clients and PHP should start working again.
  6. Ok it should be working now.
  7. You were suspended for having 4 cron jobs. Your only allowed to have 2 cron runs per 24 hour period. Ok your site has been unsuspended.
  8. Signups are not available at this time but will be soon. Please see this thread for details: http://www.helionet.org/index/topic/25503-tommy-closed-beta/
  9. Your domain was showing cloudflare a minute ago. Give it another 24 hours to resolve. ------------------------------ Seems your site is up now. Clear your cache if you still don't see it.
  10. Try setting it up with our nameservers: ns1.heliohost.org ns2.heliohost.org
  11. Django is working on Stevie. http://area52.heliohost.org/djangotest/dispatch.wsgi I can provide you with a zip file of the working example above: http://area52.heliohost.org/djangotest.zip You need to create .python_egg_cache in your home directory and chmod it 777 You also need to edit dispatch.wsgi to your directory path in 2 places as you see mine below: import os, sys sys.path.append("/home1/area52/public_html/djangotest"); ### EDIT LINE ABOVE TO YOUR SITE ### os.environ['DJANGO_SETTINGS_MODULE'] = 'settings' os.environ['PYTHON_EGG_CACHE'] = '/home1/area52/.python_egg_cache'
  12. New registrations take 24 hours to resolve.
  13. Ok you've been unblocked.
  14. Your ip was blocked by our firewall: 24.76.231.65 # DOS 41 connections - Thu Oct 6 15:41:46 2016 Ok I've unblocked you.
  15. Please clear your cache.
  16. Ok you should be able to change your domain name now, but you could also just park rbspaymate.com to that account. Here's the tool to change your domain. http://www.heliohost.org/classic/support/scripts/domain Post back if there's any problems.
  17. Ok it should be good for you to re-create your account on Stevie now. http://bybyron.net/helio/sign-up.php
  18. Just so you know, I haven't forgotten you.
  19. You can renew your account here: http://www.heliohost.org/classic/support/scripts/renew
  20. That's probably just your cache. It should run immediately after you change the permissions.
  21. Ok I've unblocked your ip.
  22. The ip you posted with isn't blocked. Were you using a different ip?
  23. Ok you should be able to re-create your account on Stevie now when signups are available: http://bybyron.net/helio/sign-up.php
  24. What's your username?
×
×
  • Create New...