Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Reason for suspension: Sending too many emails. Second suspension for same issue. Ok I'm unsuspending your account once more, but this is your last chance.
  2. queenslondonhotel.co.uk has been Suspended.
  3. Yeah that's probably what the issue was.
  4. @register_globals No, sorry!
  5. Seems ok to me. Make a page and call it info.php and place this code in it and post the url for me: <?php phpinfo(); ?>
  6. Are you trying to do something with htaccess so that html pages get parsed for php, or something to that effect? Or is it that php just isn't working at all?
  7. Are you saying you can't get php to work on your site?
  8. Your account was suspended for sending too many emails and high server load. Okay your account has been unsuspended. Don't let this happen again.
  9. Byron

    Delete Account

    No it shouldn't cause any proplems. The site doesn't get deleted right away, it only puts it in the queue to be deleted.
  10. Should be fixed now.
  11. Stevie has GD.
  12. It seems the mail server is down on Stevie. I tried restarting it but it failed. I'll contact the root admin. and let him know.
  13. I'm sorry but it looks like that account was deleted because of failure to login every 30 days and we don't keep backups of anybody's site. Feel free to create a new account if you like.
  14. You were causing too much of a load on the server. If you can correct this and keep the load down, I'll unsuspend your account.
  15. You were suspended for using way too much space. You were using 1097 MB of 500 MB allowed. Ok I've unsuspended your account and you need to get your account down below 500 MB or you'll get suspended again.
  16. This support request is being escalated to our root admin.
  17. The root administrator takes care of this so I can't say for sure. I believe he registers all domains through Go Daddy. I'm thinking if your domain is through Go Daddy then it would probably be ok.
  18. What exactly do you mean by "open net sockets"? If your wanting us to open up another port, it's not going to happen.
  19. My account on Stevie is set up to forward mails to my gmail account. I just now tried emailing my account and recieved the email at gmail within seconds. What server are you on?
  20. Your account has been manually unsuspended. If you still see the suspended page then you should try clearing your browsers cache. http://wiki.helionet.org/Clear_your_cache -- Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
  21. With those codes you posted the header refresh shouldn't even work. You can't have any html output before the header function. wrong: echo "Logout effettuato con successo!"; header("Refresh: 1; URL= index.php"); right: header("Refresh: 1; URL= index.php"); echo "Logout effettuato con successo!";
  22. Can you post the code and explain exactly what it's doing?
  23. This support request is being escalated to our root admin.
  24. Your site was suspended for using way too many system resources.
  25. Your not allowed to edit the php.ini file.
×
×
  • Create New...