Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Ok I've reset your password and successfully logged into your cpanel. I will PM you the new password.
  2. I'm seeing your site ok now. Unfortunatly we all get 500 errors every now and then when the server load is extremly high. This should get better as time goes on.
  3. It's probably due to high server load and it's usually worse in the mornings. Try it a little later in the afternoon and see if that's better.
  4. Try logging in from the heliohost home page. http://www.heliohost.org/
  5. You already have an escalated thread on this same subject. Please stay with that thread. Memory Used 87% pertains to the entire server, not just your site. Closing...
  6. It's really not that big of a deal. I'm sure your other site was set up the same way if html pages were parsing php. All it means is that all of your html pages will be parsed for php wether they use php or not. You'll probably never notice the difference.
  7. Done
  8. This support request is being escalated to our root admin.
  9. It's probably due to high server load. It's usually worse in the mornings. Try it later on in the day.
  10. Any pages using php need to have a .php extension. So the easiest solution would be to rename your page to index.php. If that's a problem for you and you have many pages on your site using php with a .html extension, you could add this piece of code to your root .htaccess file: AddHandler application/x-httpd-php5 .html Now all of your files ending in .html will be parsed for php.
  11. Ok your domain name is now: review-a-prof.com Gived it 24 hours to resolve.
  12. This support request is being escalated to our root admin.
  13. You can add as many subdomains to your main domain as you want. So it is ok to add: forum.breakthesecurity.com
  14. What error message do you get when trying to ftp into your site?
  15. Before I escalate this, go to your cpanel and look at this line: Disk Space Usage ??.??/250 MB Where I have the question marks, what does yours say?
  16. core_dump files will sometimes get dumped because of php errors. They are VERY large files that will eat up your space pretty quickly. Upload this script to your root directory and give it a .php extension. http://heliohost.uni.cc/site_search.txt Type core as the file name and it will search your entire site.
  17. You might want to check your site for core files.
  18. What do you see when you try going to your website? I'm seeing an open directory of your folders. Have you tried logging in through the home page? http://www.heliohost.org/
  19. Ok your site has been reactivated. Make sure you login to your cpanel every 30 days. EDIT: If your still unable to login, try logging in from the home page. http://www.heliohost.org/
  20. Please post your username and domain name.
  21. Ok your domain name is now: deathmax.co.cc Give it 24 hours to resolve.
  22. I'm seeing a page that says Testing. Refresh your cache.
  23. Ok good. I'm going to de-escalate this and maybe you can help him with WebDisk.
  24. Yes, that will work.
  25. You only need to add it ONCE to your root .htaccess file. If you don't already have an .htaccess file then you need to create one, but I'm pretty sure you should already have one. Only this code: RewriteEngine On RewriteCond %{HTTP_HOST} ^e-hacking.com RewriteRule (.*) http://www.e-hacking.com/$1 [R=301,L]
×
×
  • Create New...