TCH-Don
Members-
Posts
11,643 -
Joined
-
Last visited
Everything posted by TCH-Don
-
Getting Spammed At Tch-only Email Address
TCH-Don replied to soleros's topic in Security Discussions
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. -
Most ftp programs have a seperate place in the config window to add a remote folder like public_html
-
Thanks for the update Zach.
-
Grill (thats what Rob would say next after beer )
-
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
-
I have not tried it yet, but I did find this one Simple PHP Mailing List
-
Rainier beer should put a picture of a bear on the can "more bears prefer Rainiers Beer"
-
LOL, if you gas it up
-
Go ahead Donna. Thomas, I think he is the manual paper feed
-
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.
-
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!
-
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.
-
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.
-
Don't feel bad I left out the ? in ?> at the end with my fat fingers and spent a week debugging
-
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.
-
No you need to open a help ticket and tell them to park domain2 on top of domain1
-
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(); ?>
-
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.
-
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
