Jump to content

jalpro

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by jalpro

  1. Curiosity killed the cat (and sent it to The Afterlife)!
  2. An easter egg is usually define as a hidden feature in a website, game, movie, etc. Anyway, I just thought I'd share Loving the MIDI version of Heaven
  3. http://ns2.heliohost.org/wtf/ It's called The Afterlife.
  4. My favourite at the moment <3 ('Right click > Open image in new tab' if it's not showing)
  5. Hey Jordan, Thankyou for this great post! I just went through the process and it all worked fine! I'm just a bit confused as to how to direct the domain to my site on heliohost. I have a drop down list with the following: - Change the nameservers - Repoint the domain - Change my MX records - Transfer the domain away Which one do I need? And what should I enter into the "Please provide..." text field below? (The "ISP TAG..." text field is only active if the "Transfer the domain away" option is selected) Thanks
  6. Been using Chrome for over a year now. Used to use Firefox. I switched because Firefox started to really slow down and I didn't know why. And of course I wanted to see what all the Chrome hype was about! When I first used it I liked the way the tabs were situated on the title bar - it saved a lot of space! I'm a big hater of toolbars! I see that the beta release of Firefox has implemented the tabs in the title bar too, but I'm going to stick with Chrome. It opens so much faster and has all the extensions/plug-ins that I used to use on Firefox, so I have no reason to switch back!
  7. Very true! My longest PHP files are only around 20-40 lines long, which I very much doubt are going to take very long to parse. (Are comments ignored by the parser?) Besides, my last host was really slow, so Heliohost is a big improvement nevertheless!
  8. Bit confused. So are you basically having a big clear out of suspended accounts?
  9. I signed up to HelioNet at the same time I signed up to Heliohost (21st Feb), so account suspension is not my problem. I get "Heliohost Account Queued" now.
  10. You're not the only one, this is my second time! I see you've been a member since 13th Dec 2010. I've been a member since 21st Feb 2011. How was the stability before I became a member?
  11. How long is the "unused" period?
  12. Thanks! What's your site? "Suspend"? What does this mean? And how does it affect me and my site?
  13. I keep getting this error message. My site has been up and down all the time since I registered my account. This is the full error message: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@jalpro.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6.3 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.2 Python/2.4.3 Server at jalpro.heliohost.org Port 80 I've cleared my cache and tried different browsers but I still get the same error. I can log in to cPanel but it doesn't load past the top and side bars, none of the buttons in the middle. I can't FTP into my account using FileZilla - "connection timed out, could not connect to server" http://www.downforeveryoneorjustme.com/jalpro.heliohost.org says it's down. I've heard about the data moving servers or something... what's that about? Thanks :/ EDIT: And in the time it took me to write this post, it's UP again! :S EDIT2: Down again. If I keep refreshing the downforeveryone site, it changes every 2/3 refreshes :/
  14. Actually you are right. I did a test with: <?php echo date('d-m-Y H:i:s'); ?> ...and the time was correct. Instead of writing my news straight into PHPmyAdmin, if I created a php page/form to write the news to the database, would I need to alter the code to add on 8 hours or will the .htaccess modification do that for me? Thanks ~~~~~UPDATE~~~~~~ Okay so I made that php page. I get the date using: $date=date('Y-m-d H:i:s'); That works. But now I have two other problems: The time is 7 minutes out.Sometimes I need to change the content of the post. And the only way I can do that with the current setup is through PMA. Once I've changed the content, I like to update the time, but if I choose NOW(), it reverts back to being 8 hours out.
  15. I have a news table set up in MySQL. My PHP code reads the date&time from the database using the following code: $date=$rows["NewsDate"]; And prints it to html using: echo "<td id=newsdate>$date</td></tr>"; (it's part of a table) That all works fine. In order to get data into the database, I simply use PHPmyAdmin to do so. I use the NOW() function to get the current time and date automatically. However, because I am in the UK, the time is out by 8 hours. I have tried putting the following line into the .htaccess file in the same directory as the html file that is reading the database: SetEnv TZ Europe/London ...but that didn't do anything. Help! Thanks
  16. Host: ftp.handmadebyerika.heliohost.org I left my port blank
  17. Explain...?
  18. Thanks! That worked! For anyone who is reading this post having the same problem, this is what my "/public_html/.htaccess" file looks like now: # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName jalpro.heliohost.org AuthUserFile /home1/jalpro/public_html/_vti_pvt/service.pwd AuthGroupFile /home1/jalpro/public_html/_vti_pvt/service.grp AddHandler application/x-httpd-php5 .html Thanks
  19. The code above is from index.html
  20. Hey guys! New to Heliohost. This is the code that won't parse: <div id="newscontent" class="flexcroll"> <?php include("php/indexnews.php");?> </div> The same code is used on my old host, which, when viewing the source, would be replaced by the html in the indexnews.php file. But instead all I see is the original code. The php runs fine, because I can open the file using the browser address bar and it returns the data correctly. Help! Thanks
×
×
  • Create New...