Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. 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.
  2. 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.
  3. 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.
  4. I've sent you a PM.
  5. Refresh you cache.
  6. Try renaming or deleting you root .htaccess file and see if that solves it.
  7. Congradulations Shinryuu!
  8. It's working now. I checked it from my account and area52.
  9. I tried restarting the mail server from the WHM but it failed so I'm handing it over to another admin.
  10. You know it takes at least 24 hours after you've changed it for it to resolve, right?
  11. 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.
  12. 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.
  13. This support request is being escalated to our root admin.
  14. 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.
  15. 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); ?>
  16. Moving to Customer Service.
  17. Thank you Krydos!
  18. My test worked fine also. Try renaming the file and click onto the new file and see if that works. That error maybe in your cache.
  19. Could I please get another admin. to kill the processes on this domain for me? proxy.heliohost.org I'm not were I can.
  20. You have to use BB Code instead of html when posting in the forum. Write it like this: [url=http://www.yahoo.com]Yahoo[/url] Yahoo
  21. See if this helps? http://wiki.helionet.org/Uploading_files_to_your_site
  22. Your account was suspended for causing high MySQL load. I have unsuspended your account, but please try to limit the MySQL load you put on our servers as it slows down MySQL for not only your site, but MySQL for all of the other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  23. I just sent an email using the mail() from my account on stevie without any problems. Check your script and try it again.
  24. Your account was suspended for causing high MySQL load. I have unsuspended your account, but please try to limit the MySQL load you put on our servers as it slows down MySQL for not only your site, but MySQL for all of the other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
×
×
  • Create New...