Jump to content

TCH-Bruce

Members
  • Posts

    20,156
  • Joined

  • Last visited

Everything posted by TCH-Bruce

  1. yank
  2. You should be able to do it all with PayPal. See the HTML variables section for Web Payments Standard. You'll need a business account though. Or you can take a look here for software specific for handling this.
  3. enjoy
  4. attention
  5. noise
  6. nervous
  7. next
  8. Happy Birthday Nelson Enjoy the day!
  9. Happy Birthday Jason Enjoy the day!
  10. If you want to create your own Wordpress Theme I would start with Theme Development and Using Themes. You can also look through over 1,000 themes already created which you can download and apply to your installation. You can also modify any theme you download to your liking provided you have the skills necessary to modify the coding.
  11. I don't know what to tell you. If you are not logging into it and posting blog entries there then you have nothing going on there. If you access everything on your TCH hosted account you are fine.
  12. No if your account is here and you installed your blog using fantastico there is nothing hosted at wordpress.com. To host at wordpress.com you need an account there.
  13. Themes go into the wp-content/themes folder of your wordpress installation. Once you have them there you activate them in the theme manager within your wordpress blog. Each theme has it's own specific folder. If you look there you will see "default" and "classic" and if you have installed any other themes they will have their own folder there as well.
  14. Yes, you can rename the the folder using the file manager in cPanel. But you will have to go into your blog and select the settings page. Change where it says ******/wordpress to be the new folder name you change it too.
  15. Simplest thing to do is create a subdomain in cPanel. Something like "blog". Then using the file manager, delete the "blog" folder that gets created. Then using the file manager rename the "wordpress" folder "blog". Now you can access the blog using the url "h*ttp://blog.yousitename.com". You will have to change the address in the blog administration which ever way you go.
  16. You don't enter a url to the include file you enter it's server path. So if the file is not in same folder you would need to enter the path to it. ><?php include("/home/username/path-to-file/cssmenu.html"); ?>
  17. Why are you thinking your blog is loading from wordpress.com? It is not, it is hosted on the TCH server. When you installed it through Fantastico it created a folder named "wordpress" in you public_html folder and that's where it is being served from.
  18. PM your link to me if you don't want to make it public.
  19. Happy Birthday Sergio Enjoy the day!
  20. Happy Birthday AdventureKat Enjoy the day!
  21. If you install WordPress using Fantastico it will be hosted on the TCH servers not wordpress.com.
  22. >mail('XXX@MyDomain.net', $subject , $message , $add_headers, "-f YYY@MyDomain.net"); Try removing the space after the -f switch. >mail('XXX@MyDomain.net', $subject , $message , $add_headers, "-fYYY@MyDomain.net");
  23. Happy Birthday Brian Enjoy the day!
  24. It means someone on the server sent out spam emails to people and got the server blacklisted.
×
×
  • Create New...