Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Yeah go ahead. If you have any problems creating a new account, let me know and I'll take care of it.
  2. If your not using Ruby on Rails, Java, or ASP.NET then you really should be on the Stevie server. Much more stable.
  3. This support request is being escalated to our root admin.
  4. Give it another 24 hours and if it still isn't up, post back.
  5. I tried restarting it at the WHM but got this message: exim has failed, please contact the sysadmin
  6. This support request is being escalated to our root admin.
  7. 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.
  8. 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.
  9. 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.
  10. Try renaming or deleting you root .htaccess file and see if that solves it.
  11. It's working now. I checked it from my account and area52.
  12. I tried restarting the mail server from the WHM but it failed so I'm handing it over to another admin.
  13. You know it takes at least 24 hours after you've changed it for it to resolve, right?
  14. Reason for suspension: I've unsuspended your account and you need to remove those files in question. If you fail to remove those files you'll be suspended again.
  15. Reason for suspension: I've unsuspended your account and you need to remove those files in question. If those files are not removed, you'll be suspended again.
  16. This support request is being escalated to our root admin.
  17. How long ago did you try changing the domain name using the heliohost domain name script? If it hasn't been over 24 hours, then you just need to give it some time.
  18. Use file_put_contents() instead like this and there's no need to create the tracking.txt: <?php $errcode = "errorpagecode"; $ip = $_SERVER['REMOTE_ADDR']; $page = $_SERVER['REQUEST_URI']; $dayassoc = getdate(); $output = $ip."\t".$page."\t".$dayassoc['mon']."/".$dayassoc['mday']."/".$dayassoc['year']."\t".$dayassoc['hours'].":".$dayassoc['minutes']."\t".$errcode."\r\n"; file_put_contents("tracking.txt", $output, FILE_APPEND); ?>
×
×
  • Create New...