Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Seems to be working ok now. If your still having problems post back.
  2. You were suspended for having too many cron jobs. Your only allowed 2 cron runs per day. Okay I've unsuspended your account. Be sure to take care of the cron jobs.
  3. The problem is with your .htaccess file. I've rename your .htaccess file to htaccess (without the dot) and now your site is working.
  4. Ok I've reset your password and emailed it to the email address you registered with. Make sure to check your junk folder.
  5. Please post the following information: Your cPanel username Your main domain The server that you are on
  6. Your account was suspended for the following reason: /home/dashr1h /home/dashr1h/public_html/wp-content/plugins/tv1mod/mod_system.php That means that there are some malware files found on your account. For your safety and to protect your website from potential further corruption the account has been suspended. To find the infected files we recommend making a backup of your site, download the backup file to your computer, and scan the backup using a reputable virus and malware scanner. If you're having trouble locating the offending files please ask and we can provide more information. If you are you certain that it is a false-positive, we strongly encourage you to file a false positive form here: http://cgi.clamav.net/sendvirus.cgi Your account should be unsuspended now, but keep in mind that this is a temporary unsuspension. You have 24 hours starting at the time of this post to clean your account of any and all malicious files or your account will be resuspended.
  7. Your password has been reset. Be sure to check your junk folder incase it didn't go to your inbox.
  8. If that's not your home page, then it looks like you got hacked. I can reset your password and email it to the email address you signed up with. Would you like me to do this?
  9. Do you already have an account with us that uses the heliohost sub domain? If you do you'll need to add your new domain name as a Parked Domain in your cpanel. Once you've added the parked domain in your cpanel, you'll need to wait about 24 hours for it to work. Yes these are our nameservers: ns1.heliohost.org ns2.heliohost.org
  10. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  11. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  12. You can reactivate your account if it hasn't been too long by clicking this url: http://www.heliohost.org/scripts/renew.php ------------------------------------------------ I just checked and it seems your account was suspended for causing high server load. Okay I've unsuspended your account.
  13. You need to wait 24 to 48 hours after you register to be able to see your site. You only need to edit files in your public_html folder and not your www folder. It will get mirrored automatically to www.
  14. This is the correct way. Make sure you get this last post code: AddHandler application/x-httpd-php5 .html
  15. To parse html files as php, add this to your .htaccess file: It's either going to be EDITED Give me a minute to check. This is it: AddHandler application/x-httpd-php5 .html
  16. I'm not seeing any DNS records for that domain: http://bybyron.net/php/tools/dns_records.php?domain=nipun.tk&rec=ALL
  17. 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.
  18. Have you waited 24 to 48 hours for it to resolve?
  19. Ok it's changed back but you might want to delete a little more unless you plan to keep it where it's at (405MB).
  20. Post your main domain name, subdomain folder urls, and username.
  21. Ok try it now and let me know when your done.
  22. You can get a core dump when your php script crashes or has errors: http://en.wikipedia.org/wiki/Core_dump We've been working to stop core dump files but it seems it's not that easy some times. Lately I haven't noticed any on my site but I also run that same script weekly with a cron so maybe I missed them? Check your site periodically for a few weeks and see if you still get them.
  23. Yes I am sure. It will only delete core files and that's it. If your still worried, you can comment this line out here and it will show the files that will be deleted: unlink("$path"); like this: # unlink("$path"); Don't forget to go back and uncomment that line and then run the script again.
×
×
  • Create New...