Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. If you clicked on install advanced guestbook in cpanel > scripts and you got a phpbb then open a help desk ticket to the techs.
  2. Thanks for the update That will help others too.
  3. Glad it upgraded ok
  4. Welcome to the forum, jweist.
  5. When you log into your phpbb goto the bottom of the page and click goto adminstration page Then you will see Version Information showing Your installation is up to date, no updates are available for your version of phpBB. and below that Powered by phpBB 2.0.17 © 2001 phpBB Group Also when upgrading be sure to switch back to the sub-silver theme first under General Admin > configuration Default Style.
  6. I would open a help desk ticket to Dedicated Server Support and ask them.
  7. Beer
  8. I tried your code and got the same error I replace the $mailcontent part with my $mailcontent = <<< HEREDOC code and had no errors. for more on HEREDOC see heredoc primer As to your home page and the news page the diffeerence I see is the content is long enough to need scroll bars on the home page, so I see a horizontal shift between them. If you resize the browser window to bring the bottom edge up half way up the screen to force a scroll bar on all the pages you will see no difference.
  9. Welcome to the forums dogboy If the content is the same the second domain name can be parked on top of your current account by the techs, but if it will have different content you will need another account.
  10. Motivator
  11. Paper
  12. I am not home now so I can't try your code, but may I suggest you change the complex part to use HEREDOC instead to eliminate al the dots, quotes and new lines. as an example >$mailcontent = <<< HEREDOC First name: $first_name Last name: $last_email Guest email: $email Headline: $headline Story Text: $story_text HEREDOC; be sure the last line has no space after the simicolon
  13. I remember similar experiences with my Dad So I know how happy your son is And I can guess how proud you are
  14. Yes on a dedicated server you can sell resellers accounts.
  15. Welcome to the TCH family and forums, rjjd The help desk will get you fixed up.
  16. Welcome to the forums, bobhilke
  17. Aw so cute
  18. Welcome to the family Nylisk Let us know if you need more help.
  19. Welcome to the forums Rhye (p.s. wave back to David for me )
  20. What I like about SMF is that you can download and install upgrades through the admin panel.
  21. Congratulations David You really earned this award with all your great help, so many family members have been helped
  22. Lee you are so right on every point. Great review.
  23. When I look in my root folder (above public_html) I see a folder called mail in there I see accounts and e-mail I have not downloaded yet. And I see a sent e-mail that I just sent through horde. why not try to copy that folder to the new account.
  24. When you are starting out to learn HTML concentrate on learning to read the code and understand what you are reading. Don't worry about creating HTML code for now. When you start out you will most likely be modifying some code. So if you can read and understand the code you are looking at, it may not seem so intimidating. A simple web page needs only a few HTML tags or commands. Practice the examples in your book using a text editor and viewing the results on you computer. You may just become hooked at the thrill of seeing those few lines of code come to life and have fun seeing what it takes to change what the page looks like.
×
×
  • Create New...