Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. 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.
  2. 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); } ?>
  3. 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.
  4. Are these addon domains? And please post your default domain name and username.
  5. "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.
  6. 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.
  7. 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?
  8. I'm not seeing: mokothemonkey.heliohost.org in the database. What username did you signup with?
  9. 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?
  10. I've never used WordPress so I can't help you there. Hopefuly somebody else will come along and help you.
  11. This support request is being escalated to our root admin.
  12. This support request is being escalated to our root admin.
  13. Sorry but it looks like that domain and all of it's files have been deleted. You can create another account if you want.
  14. Your probably right but I want to check with the admin. and find out why it's still showing as active.
  15. This support request is being escalated to our root admin. Domain name: mr00lv.heliohost.org Username: mr00lv
  16. 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
  17. 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
  18. 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?
  19. This support request is being escalated to our root admin.
  20. Remove this section from your htaccess code: RewriteCond %{HTTP_HOST} ^keith-web-assistants.com$ [OR] RewriteCond %{HTTP_HOST} ^www.keith-web-assistants.com$ RewriteRule ^/?$ "http\:\/\/keith\-web\-assistants\.com" [R=301,L] That should remove the 301. Another thing I would remove is your FrontPage Extensions if your not using them. Just go to FrontPage Extensions at your cPanel and click "Uninstall".
  21. I'm getting a 301 redirect. Have you done anything as far as a redirect at the cpanel? Have you edited your htaccess file?
  22. This support request is being escalated to our root admin.
  23. This support request is being escalated to our root admin.
  24. Everything seems to be OK. I'm not seeing anymore errors.
  25. Byron

    Scheduled Downtime

    This was all I could find out about it at the Sourceforge Ming forum. NikeJoshua I'm going to leave it up to you to follow through with this if you want Ming back. You could try posting in that old thread and see if they ever came up with something.
×
×
  • Create New...