-
Posts
9153 -
Joined
-
Last visited
-
Days Won
146
Everything posted by Byron
-
Your php part is working fine. Did you check your spam folder?
-
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.
-
I've reset your password and emailed it to you at the email address you registered with.
-
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.
-
I'm not seeing: thepalacegardenhotel.com in our database nor is it pointing to our nameservers.
-
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.
-
I posted on djbob's wall at facebook. Surely he saw that?
-
Ok thanks. I'll make sure I do that.
-
Ok I went ahead and unsuspended his account. It should be back up as soon as Stevie is back up.
-
I'm not seeing: zesterpharma.heliohost.org in our database. Did you forget to login every 30 days?
-
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.
-
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.
-
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/
-
Do you know why your account was suspeneded? I'm not seeing a reason why at the ACP.
-
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.
-
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.
-
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.
-
OK I've unsuspended your account. Please make sure that this doesn't happen again.
-
Yes you can switch. http://wiki.helionet.org/Moving_your_account
- 5 replies
-
- switching hosts
- virtual server
-
(and 2 more)
Tagged with:
-
You could also try: require("/home/jkblitz/public_html/php/check_login.php")
-
I'm assuming your on Stevie? Try logging in from here: http://stevie.heliohost.org:2082/frontend/x3/index.phpcp
-
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)
-
Chmod your files to 755.
-
I'm not seeing your account as being suspended. Refresh your cache if your not seeing your home page here: http://mabzicle.heliohost.org
- 1 reply
-
- 1
-
-
The reason your account was suspended is because your were found abusing the email server.
