Jump to content

Nathan Johnson

Members
  • Posts

    60
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Nathan Johnson

  1. Thanks, it's working now. The site I was referring to is weebuild.heliohost.org. It's working now.
  2. I suggest .tk. It is short and easier, and it is a TLD (for Tokelau). You can get one at: www.dot.tk If you don't like this type of domain, I suggest .cz.cc or .cu.cc.
  3. I'm getting this error again: I'm on Stevie and my username is 'pjphost'
  4. I'm on Stevie and I'm getting this error too. Also when I try to open phpMyAdmin, I am getting the error that Kli is getting:
  5. Okay, it has been down all day today now. What's wrong with Stevie? Maybe, as xwinuser has said, adding another server or something would really help. But I know that won't happen, but if it was possible that would probably really balance out everything. Also how much sites are hosted on Stevie? It seems like a lot to be down so much. Hopefully it will be fixed soon. I probably could have gotten loads of stuff done today on my PHP application that I'm making if it wasn't down. Good luck guys on getting Stevie back up and running.
  6. I'm wondering, what server is down the most often: Stevie or Johnny? It seems like (lately) Stevie has been down more than Johnny, but I don't know because I'm not on Johnny. So what is actually down the most?
  7. Anyone know when Stevie will be back up? It has been down since last night
  8. It's been down for quite a while now. I do hope Stevie will be up soon. Good luck to the HelioHost team! I agree with Bill (@animove), you guys all rock! Edit: It's back up! Thanks HelioHost!
  9. Yeah, I'm gonna start closing them. They do close by themselves at the end of the page, but I think closing them sooner would be much better as it is only getting some info from the database, putting the info into variables, and that's it, so closing it after would be better, because if it closes it at the end, it is a longer-open connection. Also, the manual says: But, once again, closing it before the end of the page is probably better.
  10. I've heard that closing MySQL connections isn't required. They automatically close at the end of the page. But, I'll try closing all them manually with mysql_close(). Thanks It is odd that it wasn't happening before, though...
  11. Yeah, it isn't right away. It only happens after I click around and stuff.
  12. Hi I keep getting this error: It used to never do this. What could be happening? This is the code of 'connection.php': <?php $username = "username_here"; $password = "password_here"; $con = mysql_connect("localhost",$username,$password); if (!$con) { die('<br /><br /><strong style="font-family: arial;">Could not connect to the database: ' . mysql_error() . '</strong>'); } ?> Am I doing something wrong?
  13. Does that mean you do not use a browser that does not refresh? Do not rely on a website to do your bidding rely on yourself! Rely on websites and you have given up control. If Refresh is what you really want use Opera. All other browsers for web development are still learning. That includes Chrome. What I meant is going to all of these different pages and stuff to reply... Ajax makes it a lot faster and easier. And, I only use webkit based browsers like Chrome
  14. I don't know why Stevie has been down so long, I'm mad too. What's wrong with Ajax? Ajax is a lot better than doing a bunch of page refreshing. It is a lot faster. The old version was horrible compared to this one.
  15. Who is causing these downtimes? Whoever is taking up a lot of the server resources I think should be banned... they're harming everyone's sites. It seems like Stevie has been going down more than Johnny (is that true, or is Johnny worst?) This AJAX board is a lot better than the old one. The AJAX makes it a lot easier to use and faster. I love the notification and message box at the top and how there's a much better loading indicator now. Also, AJAX has nothing to do with Flash, if you didn't know
  16. @Tjoene: Thanks for letting us know. This is what I'm seeing now: Will Stevie be up any time soon? It's been down all day.
  17. When I try going to http://stevie.heliohost.org:2082/ and http://weebuild.heliohost.org, they both don't load. This is the error I'm getting for both of them: I don't know why it won't load. Are you guys doing any maintenance? Edit: I just noticed in the server load image that Stevie is down. Is this because someone is taking up too much resources again?
  18. If you need to send a lot of emails (without harming the server or anyone's site), you might be able to integrate SendGrid into your script. They have a free plan and a paid plan. I haven't set this up on my scripts before, but I'm going to try it someday.
  19. It shouldn't cause errors as long as there aren't 50 people spamming your site or something. Okay, that's good. I know I wont have that much users on so I think I'm good.
  20. What happens if we use AJAX? Would that cause errors? Thanks for letting us know that.
  21. I love the new HelioNet!

  22. Yeah, the older one (I wonder how long ago that one was developed?) was a lot slower and I like this a lot better. Like how when you reply it automatically slides down the reply instead of refreshing the page, and how when you edit it it scrolls down and stuff. All of the new features make HelioNet a lot faster, better, and easier to use.
  23. Oh ok. I'll just put the 'refresh.png' image into the 'icons.png' CSS sprite instead so it will all be one connection. Don't connections close after the image is loaded?
×
×
  • Create New...