Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Byron

    asp mailform

    How about a php mail form? You can change the html to your liking. http://byrondallas.heliohost.org/temp/email_form.php http://byrondallas.heliohost.org/temp/email_form.txt
  2. This support request is being escalated to our root admin.
  3. This support request is being escalated to our root admin.
  4. This support request is being escalated to our root admin.
  5. Try Username: cizy without the _.
  6. Have a little patience! Your site is still in the queue so give it another day or two. Your password should still be the same as long as you didn't confirm a password change. No we don't give out free ssl certificates. As soon as your site comes up, make another topic for a dedicated ip.
  7. Can you post me what you have in your .htaccess file?
  8. 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.
  9. Ins't this your site? http://fakezylu.co.cc/ Your only allowed one account per user.
  10. Have you recently added and programs that would edit your .htaccess file? Also check your Error log file at your cpanel for errors.
  11. 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.
  12. 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.
  13. The server is on PST and that would make it 3:40 pm as I write this post. The signup resets at midnight PST.
  14. Ok your site has been deleted and you should be able to register again as long as the daily signup hasn't been reached.
  15. You will be able to register with the same username but it will not be up for a couple of days.
  16. This support request is being escalated to our root admin.
  17. How about we delete your old account and let you register a new one?
  18. 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?
  19. 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>"; } ?>
  20. What do you mean by basedir and format? What are you wanting to do?
  21. You can PM me the info.
  22. Look for Fantastico Deluxe at your cpanel.
  23. 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?
  24. Yes you have to use heliohost's dns. We only grant dedicated ips for those who have SSL on thier sites.
×
×
  • Create New...