Jump to content

Tjoene

Moderators
  • Posts

    1,430
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Tjoene

  1. It is up to the coder to use the MySQLi functions. You use google on how to migrate to the newer extension: https://wikis.oracle.com/display/mysql/Converting+to+MySQLi http://www.dummies.com/how-to/content/how-to-convert-mysqli-functions-to-mysql-functions.html
  2. I haven't checked, but the MySQLi extension should be installed. You will have to change your php code from mysql_* to mysqli_* functions to use that extension, and not the depricated one.
  3. The last login for the account cproj was on 2014-09-08, which over 30 days, so the account has been flagged inactive. If this happens again, you can use this script to reactivate your account. The account should be active again.
  4. If you also want to redirect example.com to www.example.com, use this code: <IfModule mod_rewrite.c> RewriteCond %{HTTPS} !=on RewriteCond %{HTTP_HOST} !^www\..+$ [NC] RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] </IfModule>
  5. If you want to redirect http to https, you can use the following code in your .htaccess file RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  6. If you need to run more then 2 cronjobs per 24h, then you have to use a third-party service like setcrongjob.
  7. For a regular site, the cpu cap shouldn't be a problem. But it is best to avoid having your site and cpanel open at the same time. This will generally trigger the 500 error on the site. If you need to develop your site, perhaps it's best to use a local server software (e.g. XAMPP).
  8. When you are experience the 500 error, is it in one of these situations?
  9. You have to make a new post and ask for permission first, but you can mention that you already have a second account.
  10. The account killer has been unsuspended. And you are allowed to have an account on both servers, but you need to ask permission for it first.
  11. This account has been suspended for violation of our one account per user policy which is clearly stated during the creation process of each and every account on Heliohost. A common misconception is that you need a separate account for each website that you want to host, but since Heliohost differs from most free hosts and even most paid hosting by offering unlimited addon domains, unlimited parked domains, and unlimited sub domains one can easily and conveniently host as many separate websites as they wish all from your one free hosting account. If multiple accounts were created to get around our disk space limit we strongly suggest using a free service such as dropbox to host your large images, videos, and downloads while continuing to host your website with us if you wish. If you understand that each user is only allowed to have one active account please let us know which account you would like to use and it can be unsuspended for you. Also let us know if you need backups of any of the data on the other accounts, and if there are any domains on the suspended accounts that you would like to host on your main account because we will need to remove them from the suspended account before you will be able to host them on your unsuspended account. For example: user1: unsuspend user2: backup user3: backup, idontreadrules.com user4: thoughticouldgetawaywithit.org
  12. This support request is being escalated to our root admin.
  13. Sorry, but that account can't be unsuspended.
  14. You were suspended for running 3 cron jobs. The limit is only 2 every 24 hours. Your account has been unsuspend.
  15. 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.
  16. I don't know much of python, but doesn't shebang line be something like this: #!/usr/bin/python
  17. Your account is unsuspended. Please delete that file before it get's suspended again.
  18. Please post the following information: Your cPanel username Your main domain The server that you are on
  19. This support request is being escalated to our root admin.
  20. Do you get an error message or something similar? Also, have you tried to reset your password?
  21. This account has been suspended for violation of our one account per user policy which is clearly stated during the creation process of each and every account on Heliohost. A common misconception is that you need a separate account for each website that you want to host, but since Heliohost differs from most free hosts and even most paid hosting by offering unlimited addon domains, unlimited parked domains, and unlimited sub domains one can easily and conveniently host as many separate websites as they wish all from your one free hosting account. If multiple accounts were created to get around our disk space limit we strongly suggest using a free service such as dropbox to host your large images, videos, and downloads while continuing to host your website with us if you wish. If you understand that each user is only allowed to have one active account please let us know which account you would like to use and it can be unsuspended for you. Also let us know if you need backups of any of the data on the other accounts, and if there are any domains on the suspended accounts that you would like to host on your main account because we will need to remove them from the suspended account before you will be able to host them on your unsuspended account. For example: user1: unsuspend user2: backup user3: backup, idontreadrules.com user4: thoughticouldgetawaywithit.org
×
×
  • Create New...