TCH-Don
Members-
Posts
11,643 -
Joined
-
Last visited
Everything posted by TCH-Don
-
That is great
-
Off hand I would say the image has not been uploaded yet. Permissions for pages and images when uploaded with ftp are 644 How are you uploading?
-
Welcome to the forum and the family, clbama
-
are you using a script or ftp ? Have you tried using file manager in your cpanel?
-
Not that I know of I have uploaded many large zip files some as large as 60 megs but that is with ftp are you using a script or ftp if ftp then the .htacces file should not matter.
-
Norma please do not give out your user / password to anyone except to the help desk unless you know and trust the person. the file must be named .htaccess and thats all what you are looking at looks like a backup and will not be used. If you do not see an .htaccess then rename the file you have to .htaccess and it should work.
-
Pad ( with a photo of my cats on it of course )
-
Connecting To Mysql On Tch Server Using Jsp On Localhost
TCH-Don replied to capellan's topic in Scripting Talk
Thank you for the update. -
Yes you do get it here http://www.mozilla.com/en-US/thunderbird/ setup help is here http://www.totalchoicehosting.com/help/thunderbird.htm
-
Pets ( you knew I had to post that )
-
This may not help since you are using absolute positioning but your center tag is in the wrong place you have it before and after the body tag. </head> <center> <body> </table> <p> </p> </body> </center> </html> it should be </head> <body> <center> </table> <p> </p> </center> </body> </html>
-
Thank you for the kind words Henrietta As you see we love to help. And please let me know your progress and if you need more help.
-
Could You Imagine Tch's New Data Center Using This?
TCH-Don replied to youneverknow's topic in Hardware Corner
I think he breathes Mountain Dew -
Yep thats it you are behind in sending messages
-
public_html is the right folder If you see the files there with your ftp progam then its right. Has your domain name propagated yet or should I say how long ago did you change the DNS at your domain name host to point to TCH? Do you have a link or PM it to me and I can take a look. Also in your welcome email there is a link to view your site before the domain name is active here. It looks like http://IP/~cpanelname
-
I see them in Michigan. Hotlink in cpanel is intermitent When it quits working no images will display. I gave up on it.
-
And edit the name of the config file in the form and the script too, or put them in different folders.
-
After looking at the script I see it also loads the config file in the form proccessor so many config files won't work.
-
Way to go Alex and all the support people
-
I had a look at the script and it looks like the form processor will handle many forms. just copy the config file and rename it for each form and change the include in the form to match the new config file name. I will take a better look when I get home tomorrow.
-
Thanks Thomas
-
Tizag has a good tutorial on Mysql
