Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. Welcome to the forums, imdiane
  2. I would reopen your help desk ticket and include the error messages you are seeing and see if the techs can help.
  3. Just to make sure a step is not missing, here is my checklist for using a database -- 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. ---------------------------
  4. Boys
  5. As always I resolve not to make a resolution, so I can keep that one
  6. Happy New Year to all and drive safe!
  7. After making a backup of my advanced guestbook database cpanel > backup > download database I installed Lazarus Guestbook, written by a family member, Carbonize, its a rewrite of the advanced guestbook. And then I ran the upgrade mode and lost no messages. Now I can accept or delete posts before they show up on line, by using the moderate mode.
  8. Welcome to the forum, Michelle
  9. Congratulations to Raj and Lakshmi She is adorable
  10. The SSL cert has to be set up by the techs open a help desk ticket for help and answers on this.
  11. Welcome to the forums Danielle. if you have any other questions, please ask.
  12. Merry Christmas to one and all
  13. Welcome to the forums it would be /home/myuserid/public_html/cgi-bin/
  14. When you do get your reseller account, the help desk can transfer your current accounts into your WHM but keep in mind, the package space and bandwidth you have now will be the default when transferred, so create your own packages of space and bandwidth and then use the upgrade/downgrade to adjust the space and bandwidth used by the current accounts. Normally you will not need as much. If the three accounts combined space and bandwidth are close to the reseller account you get, you may want to have one transferred at a time, and downgrade them and then request the next one to be transferred.
  15. Happy Holidays to all
  16. To be honest a book is on css is your best investment. But tizag.com has a good tutorial on css and more. is this what you maen? ><style type="text/css"> <!-- TEXTAREA{ BACKGROUND-COLOR: #ffff99; COLOR: #000000; FONT: normal 100% Verdana,Arial,Sans-Serif; } --> </style> <textarea name="notes" rows="4" cols="40" maxlength="200"></textarea>
  17. Eat
  18. Power
  19. Welcome to the forums Kevan
  20. You mean everybody does not have local backups archived? its so easy to zip everything up before big changes.
  21. If you do not have a seperate ftp program, then in cpanel look for file manager click on the folder icon for public_html click on a name of the file on the right select delete. However a seperate ftp program like CoreFTP from coreftp.com is always useful as you can mark many files at once and remove.
  22. Boat
  23. Long
  24. Lazarus Guestbook allows you to moderate guestbook posts and edit or approve before they can show up. two features I love, It has stopped all of my GB spam. It can use your current advanced GB database with no loss.
  25. This is what I use for a database check list -- 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. ---------------------------
×
×
  • Create New...