Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. Welcome to the forums Dmitry
  2. -- databse connect ---- Be sure that in MySql you 1 - created the database 2 - created a user 3 -added the user to the database (go back to MySql and find the Add user select the user and database, and then Add user to database) Then to connect to the database in a script use: host: localhost database: yourCpanelName_databaseName user: yourCpanelName_databaseUser password: mypassword * Note password is just as the password, do not add the CpanelName to it. ---------------------------
  3. Sorry to be late, but I installed 1.51 a few weeks ago and it works great! no problems. And I love the include feature to integrate it into my page.
  4. You do have at least 9 external objects that can slow down a page and leave you hung for a while untill they respond. http://www.websiteoptimization.com/service...sthatlegal.org/ .The history one was the worst. I did not have any slowness on the comments. Is it always the same slowness? or now and then like a routing issue somewhere?
  5. Dime
  6. You are welcome, looks good Try this page phpbb2_to_smf.php (August 04, 2005) near the bottom. And of course make a database backup first in cpanel > backup > download database, in case you have to restore it later.
  7. Bishop
  8. This happened to me once, some how overwrite existing files was turned off in my ftp program.
  9. I like SMF. If you log into your admin there is a package manager for updates that is slick. I believe you chmod the update folder permissions so the downloads can be put there. Then after that browse their site for updates with the package manager just select updates to download and apply. They have an active forum and keep updated.
  10. Full backup generates a large file on your account. And can only be restored by the techs. Home directory is smaller and is downloaded to you for later upload.
  11. Thanks for the update Paul
  12. Not sure if this is it, but I have to have javascript enabled for my bank site.
  13. Ther are usually a changed files only download, but read the info about it and I seem to remember you need to change your style back to the default just while upgrading.
  14. Haven't tried it but found thin PDF to HTML converter. http://www.thebeatlesforever.com/processtext/abcpdf.html
  15. http://www.oswd.org/ has a lot of designs
  16. You are welcome
  17. Welcome to the forum I used to have the same problem posters say "Nice site and a link to a product" I gave up and went to Lazarus Guestbook by our own members Carbonize. Its based on the advanced guestbook but much better and secure. It allows me to moderate and edit before approval.
  18. Why not just put the style sheet in the same folder as your html pages ><link rel="stylesheet" type="text/css" href="style.css" /> or use the full url ><link rel="stylesheet" type="text/css" href="http://my-tch-site.com/style.css" />
  19. Best I can do at my age
  20. Welcome to the team Sam
  21. A very special congratulations Madmancp, carbonize, Samrc and abinidi
  22. Congrats and welcome to the immediate family Tim And thanks for being such a valuable and helpful member
  23. Batter (for fish )
  24. I have not seen that in a comment field as that field is not such a problem, but I do strip html codes form my form $notes = $_POST["notes"]; $notes = (strip_tags($notes)); $notes = (stripslashes($notes)); so Œ“?«Ã·<pi>©<a href=http://www.xxxxxxx.com>?˜¿‡“«±Ìª?¥<=</a>°£ becomes Œ“?«Ã·©?˜¿‡“«±Ìª?¥
  25. LOL good thing I use Anypassword
×
×
  • Create New...