Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Try refreshing your browser's cache.
  2. Post that same information in this thread.
  3. This support request is being escalated to our root admin.
  4. I'm not seeing that domain or username in the database. Go ahead and register it again.
  5. You can't start a New Topic in the Escalated Request forum but you can post in an existing thread and that's what you need to do. Post in the thread that I posted for you in my previous post and the Administrator will help you.
  6. This support request is being escalated to our root admin.
  7. We don't reply by email. Give it 24 hours for your addon domain to show. Make sure you refresh your browser when you check it again.
  8. You'll need to post your addon domain issues in this thread. You can only post for your domain. Make sure you read the instructions in djbob's post.
  9. The fsockopen function is working fine. http://byrondallas.heliohost.org/php/101/fsocket.php <?php $fp = fsockopen("www.google.com", 80, $errno, $errstr, 30); if ($fp == false) { echo "$errstr ($errno)"; } else { fputs($fp, "GET / HTTP/1.1\r\n"); fputs($fp, "Host: www.google.com\r\n"); fputs($fp, "Connection: Close\r\n\r\n"); while (!feof($fp)) { echo fgets($fp, 1024); } fclose($fp); } ?>
  10. Sorry but that's not posible. What you should do is contact your application manufacturer and see if they have a patch or an upgrade for PHP 5.3.
  11. "It works" is what I see when I go to www.gnamespace.com. So it seems to be working now. Refresh your browser's cache if you still can't see it.
  12. It usually takes 24 hours to come out of the queue. You will probably have to refresh your browser's cache to see this. If your still having problems then post your domain name and username.
  13. I thought there might have been a conflict between the two. If I see this happen again is there a way for me to tell which entry to delete as not to delete any of the persons files?
  14. I'm not seeing: mokothemonkey.heliohost.org in the database. What username did you signup with?
  15. Note to djbob. I'm seeing two identical accounts for this domain and user. Domain name: ski.heliohost.org Username: ism Maybe that's where his problem is?
  16. I've never used WordPress so I can't help you there. Hopefuly somebody else will come along and help you.
  17. This support request is being escalated to our root admin.
  18. This support request is being escalated to our root admin.
  19. Sorry but it looks like that domain and all of it's files have been deleted. You can create another account if you want.
  20. Your probably right but I want to check with the admin. and find out why it's still showing as active.
  21. This support request is being escalated to our root admin. Domain name: mr00lv.heliohost.org Username: mr00lv
  22. All I'm seeing is just a plain 500 error and your site is showing as active in our database. Can you login to your cpanel here? http://mr00lv.heliohost.org:2082/frontend/x3/index.php
  23. What was the domain name exactly? You can try renewing here, but if it's gone then your out of luck on saving any files. http://www.heliohost.org/scripts/renew.php
  24. Is this your site? mr00lv.heliohost.org It's still showing as active but I get a 500 error when I try accessing it. Did you make any modifications to the htaccess file?
×
×
  • Create New...