Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Make a php page with this simple script and post the url. <?php echo "Hello World!"; ?> What folders and files did you delete? If they were Frontpage folders and files then your ok and you need to go to your cpanel and remove the rest by clicking Frontpage and then uninstall.
  2. It was disabled because of inactivity. You need to loggin to your cpanel a couple of times a month to keep it active. You should be able to renew your account here. http://www.heliohost.org/scripts/renew.php EDIT: I went ahead and re-activated your site to keep it from being deleted.
  3. Byron

    PHP

    Probably to keep from including pages from other sites and the relative path is a little quicker than another http request.
  4. Byron

    PHP

    Are you sure this is the correct path? /home/cl58tool/public_html/footer/footer.php I'm not seeing your footer page when I go to this url: http://cl58tools.co.cc/footer/footer.php
  5. Byron

    PHP

    If your subdomains are being used as addon domains than you will. EDIT: I take that back. All you need to do is set the correct relative path. Something like this: <?php include("/home/cl58tool/public_html/footer/footer.php"); ?> or the system path <?php include("/home/cl58tool/public_html/footer/footer.php"); ?> I just tried an include on my addon domain to my main domain without any problems no matter how I accessed that page.
  6. You want to use the Nameservers at co.cc and put this: ns1.heliohost.org ns2.heliohost.org and then wait about 24 hours.
  7. Byron

    PHP

    You need to use the relative path. <?php include("footer/footer.php"); ?>
  8. The administrator is working on this issue.
  9. I guess you'll just have to wait. That's because you don't have your domain pointing to our nameservers. You need to be pointing to: ns1.heliohost.org ns2.heliohost.org
  10. This support request is being escalated to our root admin.
  11. Did you not read the two previous posts?
  12. Byron

    djbob is back

    Are you entering your password and username in ALL lowercase letters?
  13. Looks like you didn't make it in time to renew your account. Sorry we don't keep backups of anybody's site.
  14. ASP.NET won't be enabled until sometime in March.
  15. Are you receiving an error message when you try to sign up and if so what is the error? What is the domain name and the username you are trying to sign up with?
  16. It will activate on it's own after 24 hours. If your having a problem you need to post your domain and username.
  17. Your site is up. Refresh your browser.
  18. I'm showing your last login as today. Make sure when you login each morning that your logging in to the cpanel main page and not some other cpanel feature. http://libcont.heliohost.org:2082/frontend/x3/index.php
  19. You need to login to your cpanel a couple of times a month to keep from getting that email.
  20. Yes you can use addon domains. You'll see the Addon Domain Manager at your cpanel. This is how an addon domain works. You have your main site: http://byrondallas.heliohost.org then you create an addon domain (alpha1omega.uni.cc) at your cpanel and it also creates a subfolder for that domain: http://byrondallas.heliohost.org/alpha1omega This domain: http://alpha1omega.uni.cc has it's on ftp and cgi-bin and doesn't have access to any other directories on your site. It's just like your hosting another domain. You can have several addon domains if you want.
  21. You could try adding these two directives in your root htaccess file: AddHandler python-program py AddType application/python py I can't say for sure that will fix the problem. Try it and see and if it still doesn't work, post your script if it's a simple one.
×
×
  • Create New...