Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Is the site a heliohost sub domain, something like this, mysite.heliohost.org? If so you'll need to delete it first and then create the new account. If it has it's on domain name then sure you could have it as an addon domain on your site. Go here and delete the account and after I see you've deleted it, I'll speed up the process: http://www.heliohost.org/home/support/scripts/delete
  2. @amire: You really need to start a new thread when posting an off topic post. Users don't have access to the WHM.
  3. This support request is being escalated to our root admin.
  4. Your account was suspended for high server load and that's why you were not able to login. Ok I've unsuspended your account but please keep the server load down. If you account is suspended two more times for the same reason you'll loose your account.
  5. Your site is up and running. If your still seeing the queued page, refresh your cache.
  6. Try to login with your old password now. Your site had become inactive because you failed to login every 30 days.
  7. As far as I know cpanel should tell you ever thing you need to know but you didn't need that perl module to run cgi/perl scripts on your site. The server is already set up to run those languages.
  8. Perl is already installed without using the module. Just code a simple hello world script like this and give it file permissions 755: #!/usr/bin/perl -w use CGI::Carp qw(fatalsToBrowser); use CGI qw(:standard); print header; print "Hello World"; http://byrondallas.heliohost.org/cgi-bin/hello-world.cgi You actually don't have to keep all cgi/perl scripts in the cgi-bin if you don't want. They'll work in any part of the public_html folder.
  9. Your site had become inactive because you failed to login every 30 days. I've renewed your account so you should be able to login now.
  10. Your site makelovenotwar.heliohost.org was suspended again for: I'm going to escalate this to Krydos and see what he says. I went ahead and unsuspended your account.
  11. Yes you do need a dedicated ip for SSL.
  12. Your account was suspended for inactivity, because you haven't logged into your account in the last 30 days. To reactivate your account, please visit http://www.heliohost.org/home/support/scripts/renew. To prevent this from happening in the future please remember to visit http://heliohost.org/ to log into your account at least once every 30 days. If you are still seeing the Account Suspended page after renewing your account, please clear your cache.
  13. Please post the following information: Your cPanel username Your main domain The server that you are on
  14. Ok your site should be back up now. If you still see the suspended page then you should try clearing your browsers cache.
  15. If you can't execute the script from your browser, neither can cron. Make sure your script will execute first and then add it to cron. It doesn't matter if the script ends in .cgi or .pl as long as it's a cgi/perl script. I only ended my example in .cgi because that was from one of my cron jobs. Go ahead and end yours with .pl
  16. Are you able to execute the script from your browser and by any chance is this a part of your path: /bin/sh: or was that just added in the email?
  17. Your account was suspended for having too many (9) cron jobs. Your only allowed 2 cron runs per day. Okay I've unsuspended your account. Please keep the cron jobs to 2 per day.
  18. I'm not seeing that domain: parsarmoon.heliohost.org in our records. This username: alirezaa brings up this domain: http://shokhi.heliohost.org/
  19. 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...