Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. The email was a reminder to login before your account became inactive. Your alright just make sure you login at least once every 30 days.
  2. Though I speak with the tongues of men and of angels, and have not love, I am become as sounding brass, or a tinkling cymbal. And though I have the gift of prophecy, and understand all mysteries, and all knowledge; and though I have all faith, so that I could remove mountains, and have not love, I am nothing. And though I bestow all my goods to feed the poor, and though I give my body to be burned, and have not love, it profiteth me nothing. Love suffereth long, and is kind; love envieth not; love vaunteth not itself, is not puffed up, Doth not behave itself unseemly, seeketh not her own, is not easily provoked, thinketh no evil; Rejoiceth not in iniquity, but rejoiceth in the truth; Beareth all things, believeth all things, hopeth all things, endureth all things. Love never faileth: but whether there be prophecies, they shall fail; whether there be tongues, they shall cease; whether there be knowledge, it shall vanish away. For we know in part, and we prophesy in part. But when that which is perfect is come, then that which is in part shall be done away. When I was a child, I spake as a child, I understood as a child, I thought as a child: but when I became a man, I put away childish things. For now we see through a glass, darkly; but then face to face: now I know in part; but then shall I know even as also I am known. And now abideth faith, hope, love, these three; but the greatest of these is love. 1 Corinthians 13:1
  3. Is your cron script in php? if it is it would look something like this: php -q /home/byron/public_html/cron.php If you don't want to recieve an email each time cron runs: php -q /home/byron/public_html/cron.php >/dev/null 2>&1
  4. You can do this with htaccess. There's got to be a better regex for the time span, but this is a rough way of doing it: RewriteEngine On RewriteCond %{TIME_HOUR} ^17|18|19|20|21|22|23|00|01|02|03|04|05|06|07|08|09$ RewriteRule ^$|^index\.html$ /time-restricted.html [R=302,L] A better way to write the time (untested): RewriteEngine On RewriteCond %{TIME_HOUR}%{TIME_MIN} >1700 RewriteCond %{TIME_HOUR}%{TIME_MIN} <0900 RewriteRule ^$|^index\.html$ /time-restricted.html [R=302,L]
  5. I went ahead and manually deleted your account. You should be good to go for signup on Stevie.
  6. If this is your account: chentong.heliohost.org Your site is working. Please refresh your cache.
  7. Reason for suspension: Ok your account has been unsuspended. Refresh your cache if you still see the suspended page.
  8. Reason for suspension: Sorry for the suspension. We recently implemented an automatic suspension script yesterday and I'm thinking your account was one of the ones who got suspended before we updated the script. Anyway your account has been unsuspended.
  9. All you need to do is upload or ftp this gzip to your site and ungzip it and then untar it. http://www.jmarshall.com/tools/cgiproxy/re....1beta19.tar.gz If I'm not mistaken it will end up in your root directory but you can move it to any directory after that. It will be ready to go just like mine after it's unzipped.
  10. This support request is being escalated to our root admin.
  11. This support request is being escalated to our root admin.
  12. This support request is being escalated to our root admin.
  13. This support request is being escalated to our root admin.
  14. This support request is being escalated to our root admin.
  15. Reason for suspension: Would you like to talk to the root administrator about unsuspending your account?
  16. Reason for suspension: Would you like to talk to the root administrator about unsuspending your account?
  17. Reason for suspension: Would you like to talk to the root administrator about unsuspending your account?
  18. Reason for suspension: Escalating to the root administrator...
  19. Reason for suspension: Would you like to talk to the root administrator about unsuspending your account?
  20. Reason for suspension: Would you like to talk to the root administrator about unsuspending your account?
  21. Reason for suspension: Would you like to talk to the root administrator about unsuspending your account?
  22. Reason for susupension: Would you like to talk to the root administrator about unsuspending your account?
  23. Reason for suspension: Would you like to talk to the root administrator about unsuspending your account?
  24. Suspension was for: Would you like to talk with the root administrator about having your site unsuspended?
  25. Yes I know it didn't work. That proxy in my cgi-bin only works for me. Here's a temp proxy to see if this is what you want? Proxy only: http://byrondallas.heliohost.org/temp/nph-proxy.cgi Browse Google: http://byrondallas.heliohost.org/temp/nph-...www.google.com/
×
×
  • Create New...