Jump to content

DarqFlare

Members
  • Posts

    2,215
  • Joined

  • Last visited

Everything posted by DarqFlare

  1. Just a quick solution would be to give each email user a quota.. Then they can't get any bigger than a specified size.
  2. Yup. HG is the robot! I mean man....
  3. ... lol
  4. I read that today as well... My thoughts and prayers are with those affected.
  5. Alan is right. I would just press the scriptmakers to get it compatible with the latest build of Perl.
  6. Whew! I'm exhausted... A few days of this and I'll be fit for cross-country running in no time!
  7. Glenn is right on here. That is the way you should go, if you're setting things up for someone else.
  8. In the near future I plan on grabbing an external 200GB hard drive and dumping Ghost images onto it from my 2 hard drives.
  9. You need to create a favicon.ico file and include it in your HTML coding. Try doing a search on Google for favicon.ico information.
  10. Heyy, welcome James!!
  11. My best friend and I moved away from each other while we were still in middle school, so we then wrote letters back and forth. We had these fake companies that would try to best the other one. Eventually I got internet access and created a website for mine using Geocities to say "haha, my company is better than yours." And now here I am.
  12. Welcome to the family, Lisa!
  13. Wow, lot of support in here... Makes me feel good! This is why TCH is so great, everybody makes it great. Very proud to be on the tech team helping everybody out! [beams] :hug:
  14. Welcome to the family!!!!
  15. Very nice! Haha...
  16. Thanks all! Hey, I'm definitely still going to be perusing through here... I love the Forums too, ya know. [runs off to find people to help!]
  17. I spoke with Bill, and if there is a want to change the username, drop in a support ticket and they will change it. Closing this thread as it is no longer neccessary to have a discussion.
  18. You're welcome on the link, Adam. I can't get my website added to DMOZ either. I plan on resubmitting it again today.
  19. lol... I think it would be funny if somebody here at TCH compiled a repository of "bad" conversations with other webhosts, just to see the kinds of funny things that happen out there...
  20. Good to hear. I had that happen to me yesterday as a matter of fact, using the CPanel File Manager... I check it now when I edit in there.
  21. I have signed. I definitely don't agree with this at all. No company should have that much control.
  22. Nearly 90 here. I love the hot weather. The only tough thing about living in Las Vegas is that it's tough to get into your car during the summer... Other than that, it's a dry heat that gets up to about 110-115 during the summer and I love it.
  23. Topic moved for organizational purposes.
  24. The pin means you've posted in the thread.
  25. That error means that somewhere you made it so the administration page outputs text to the browser before sending header information. An example in PHP: ><?php echo "Output to browser."; header("Location: /otherpage.php"); ?> What happens in that PHP code is that something is output to the browser and the user, then it tries to send header information: not allowed. Go back into the file you edited and make sure there are no spaces or blank lines outside of the <?php ?> brackets. That is probably the culprit.
×
×
  • Create New...