Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. Just to see, I created an account with a 40 character password and it took
  2. Brake
  3. Wahoo! Congratulations Viveck
  4. Its your server, so yes. Its like a large reseller plan with a web host manager.
  5. Lesson
  6. You did not say which one you found? Here is one that a few members here have installed http://www.planscalendar.com/
  7. Liberty
  8. Thanksgiving
  9. Happy Thanksgiving to all my TCH family
  10. Great Idea
  11. Welcome to the forum Jayson
  12. Travel ( Happy Thanksgiving Day! )
  13. For normal accounts you must have the help desk park or change your account domain name.
  14. Welcome to the forums sleazy
  15. The error message indicates that install script is not connecting to the database You said you created the database and a user but did not say that you added the user to the database (step 3) if you did then I would double check the spelling and case for the connection info Check the admin/config.inc.php file so the connection looks like this <?php /* database settings */ $GB_DB["dbName"] = "yourCpanelName_databaseName"; $GB_DB["host"] = "localhost"; $GB_DB["user"] = "yourCpanelName_databaseUser"; $GB_DB["pass"] = "*******"; there is not much else unless the zip file you downloaded is corrupt. You might try another download.
  16. Welcome to the forums Simon here are my notes for using a database -- database 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. ---------------------------
  17. For the fastest reply open a help desk ticket to the techs explaining what you want to do.
  18. In your cpanel > mail > Default Address click on Set default Address and put :fail: as the address, thats it.
  19. fixed. No you can not change the user name unless it is vulgar The names are like that for your security to make it harder for someone to break into your site.
  20. Yes, it is traffic coming into your site. Any access or traffic coming in or going out counts.
  21. Hi Raul, the first time I visited, I saw a white page with Fatal error: Call to undefined function: drupal_goto() in /home/cpanelname/public_html/modules/stop_ie/stop_ie.module on line 58 then I refreshed and it was ok. Of course in firefox, no problems
  22. You do want to limit the file types! do not allow .php for example.
  23. irfanview is an excellent free program to help reduce the dimensions to a smaller image like going from 1024x768 down to 400x300 You are just displaying a large dimension image as a smaller image, it is still a large image and takes up a lot of space and takes longer to load. If you reduce the dimensions to say 400x300 and re-save at 50% compression the images will take less space and display much faster.
  24. Wow! it is much faster great job all
  25. Wow! I even feel like a winner
×
×
  • Create New...