Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. Cost
  2. In 2 years of letting TCH have my ISP e-mail, I have never received spam with that address Besides my ISP, I only use it for TCH as my default contact address and support.
  3. Thats funny
  4. Jet
  5. Most ftp programs have a seperate place in the config window to add a remote folder like public_html
  6. Copy
  7. Thanks for the update Zach.
  8. Grill (thats what Rob would say next after beer )
  9. That a good point that many of us may not have thought of ether I guess I lucked out that mine is larger with out the php. Thanks for the heads up, this will help others. Thumbs Up
  10. I have not tried it yet, but I did find this one Simple PHP Mailing List
  11. Rainier beer should put a picture of a bear on the can "more bears prefer Rainiers Beer"
  12. LOL, if you gas it up
  13. Go ahead Donna. Thomas, I think he is the manual paper feed
  14. To park a domain name on top of your current domain open a help ticket (link at top of page) and tell them the current domain and the name of the domain to park.
  15. Sorry to late in seeing this. It seems to be working now I went partly through the login and its working for me no errors. Good luck!
  16. Trip
  17. Welcome niggor, you can just open a help ticket with all the details for user and password in help desk, use none The help desk will get you sorted out.
  18. Thats one of the advantages of WHM, it will let see all from one place and let you open an accounts cpanel from there with your master login.
  19. Don't feel bad I left out the ? in ?> at the end with my fat fingers and spent a week debugging
  20. Treasure
  21. Jana, glad you are happy and remember do NOT create a new account for existing domains, let the techs move them into your WHM or reseller space, then you can modify them if you like.
  22. No you need to open a help ticket and tell them to park domain2 on top of domain1
  23. You are not using standard open and closing php tags your source should not be visable php_info(); try <?php // Show all information, defaults to INFO_ALL phpinfo(); ?>
  24. ImageReady is nice for GIF animations too and Photoshops save for web feature is great for saving an image and keeping it under a certain size. I use small images 300x225 and save to 11k or less.
  25. The current version is GD Version bundled (2.0.23 compatible) You should not need to do anything. Your scripts should find the library with out any help. you can try a simple GD script to see if it is working upload this and point your browser to it firstgdscript.php ><?php header ("Content-type: image/png"); $img_handle = ImageCreate (230, 20) or die ("Cannot Create image"); $back_color = ImageColorAllocate ($img_handle, 0, 10, 10); $txt_color = ImageColorAllocate ($img_handle, 233, 114, 191); ImageString ($img_handle, 31, 5, 5, "My first Program with GD", $txt_color); ImagePng ($img_handle); ?> this is from http://www.phpfreaks.com/tutorials/105/1.php
×
×
  • Create New...