Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. This will add the Last Modified header to all of your files that end in php. This goes in your root .htaccess file. <FilesMatch \.php$> Header set last-modified "Mon Jun 21 00:32:50 EDT 2010" </FilesMatch> You would have to manually change the date when you edited your files.
  2. Ins't this your site? http://fakezylu.co.cc/ Your only allowed one account per user.
  3. Have you recently added and programs that would edit your .htaccess file? Also check your Error log file at your cpanel for errors.
  4. That happens when there's a high load on the server. This page will let you know when it's a good time to install and will provde you with a link to Fantastico. If you see the server load is to high (above 5), try again in 30 minutes or so. http://byrondallas.heliohost.org/server_load.php btw, you can also see the server load at your cpanel Service Status.
  5. I really don't think this is going to be a problem since Google crawls everybody's site as often as they want on our server. As far as why we don't send a Last Modfied header for php pages, I can't say and so that's why I'm moving this to djbob.
  6. Your welcome. Topic closed.
  7. The server is on PST and that would make it 3:40 pm as I write this post. The signup resets at midnight PST.
  8. Ok your site has been deleted and you should be able to register again as long as the daily signup hasn't been reached.
  9. You will be able to register with the same username but it will not be up for a couple of days.
  10. This support request is being escalated to our root admin.
  11. How about we delete your old account and let you register a new one?
  12. The server already sends a Last Modified header for html pages but not for php or cgi pages. Why do you want this enabled? I'm not sure but you might be able to do this with htaccess?
  13. Here's a simple example of getting the source of several urls at the same time using the file_get_contents() function and a foreach. The htmlspecialchars() is so that you see the source and not the page. <?php $url = array( "http://url.html", "http://url.html", "http://url.html"); foreach( $url as $var ) { $contents = file_get_contents("$var"); $contents = htmlspecialchars("$contents"); echo "$contents<br><br>"; } ?>
  14. What do you mean by basedir and format? What are you wanting to do?
  15. You can PM me the info.
  16. Look for Fantastico Deluxe at your cpanel.
  17. The maximum execution time of php scripts is 30 seconds. Enter your personal login info http://heliohost.org:2082/frontend/x3/php/index.html?lang What are you doing that requires you to run a script for 5 minutes?
  18. Yes you have to use heliohost's dns. We only grant dedicated ips for those who have SSL on thier sites.
  19. Go post your addon domain issue here and make sure you follow the directions posted by djbob. http://www.helionet.org/index/index.php?showtopic=5553
  20. This is your main domain right? http://learnline.heliohost.org What is this? Is it a Parked domain or Addon domain? http://schoolof-tech.co.cc/ How long ago did you notice it was gone?
  21. You can't use the shared ip address as your domain. You need to be using this: http://marianosemelman.com.ar Normally you would go to your cpanel like this: http://marianosemelman.com.ar/cpanel But it seems you've got some kind of rewrite on it. You can go to the cpanel this way: http://heliohost.org:2082/frontend/x3/index.php
  22. Post your username, your existing domain name and the domain name you want it to be.
  23. It will delete itself in 30 days as long as you don't login to your cpanel.
  24. Your site should be up in a day or two. We've had a backlog of new accounts and the server has been playing catch up for the last few days.
  25. I'm seeing the nameservers on your domain ok. You should be up in a day or two. Your site is still in the queue.
×
×
  • Create New...