Jump to content

BruZZi

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by BruZZi

  1. Thomas, that's because the logo was always clickable (I've been using both since the beginning). But, I made the Total Choice Hosting text clickable as well. Also can you please remove the " Under Construction" . Thanks.
  2. Ok, I don't want start another thread so I have another question... Now that I'm using both Domain Names my Bandwidth simply doubled. Well, I expected to have an increase but not twice as much. Is that the way it's supposed to be??? .
  3. . Can you guys please update the info with my new Domain Name www.bruzzi.ws Thanks. .
  4. Nevermind... I asked Support to make www.bruzzi.ws my default Domain Name. The only thing I don't understand is that I can't use "?" on the end of the path : http://www.bruzzi.ws/plasma-faq/index.php? for the Redirect option or I get an error page when I try to access my site using www.bruzzi.ws . Well, It works without problems not using the "?" so no big deal. Thanks again. .
  5. Jimuni, Since I'm not planning to make a front page a prefer this way> Shorter name. BTW: The redirect did it. cajunman4life, I thought about doing that but didn't want bother to reinstall the software again. TCH-Bruce, thank you so much for the info. I just have another question. I recently registered the Domain Name - www.bruzzi.ws - which is parked on the original www.glaucobruzzi.com cPanel uses www.glaucobruzzi.com as default so I have no problem using the "Redirect" option to make it go straight to http://www.bruzzi.ws/plasma-faq/index.php or http://www.glaucobruzzi.com/plasma-faq/index.php But what about www.bruzzi.ws ??? Is there a way that I can make it point to http://www.bruzzi.ws/plasma-faq/index.php as well ??? .
  6. Hi, I'm using vBulletin Software on my Read-Only site. Don't want to use a front page. How can I make my Domain Name to point straight to Forum Index : http://www.bruzzi.ws/plasma-faq/index.php? ... instead of showing the folders of my public_HTML as you can see here: www.bruzzi.ws *My Forum is located at the plasma-faq folder Here's an example of what I'm trying to do. Like the HiDefForum: http://www.highdefforum.com/ http://www.highdefforum.com/index.php? Any downside by doing that ???
  7. Thanks. It's already working.
  8. Hi I have a READ-ONLY Forum using vBulletin software. And I would like to change my Domain name from www.glaucobruzzi.com to www.bruzzi.ws (it was registered here couple days ago). So here's my question. Can TCH make a page/url to re-direct from the old Domain name www.glaucobruzzi.com to the new www.bruzzi.ws ??? TIA
  9. I'm also from Brazil (Rio de Janeiro), but I have been living in New York for the last 15 years.
  10. Thanks.
  11. 1. http://www.glaucobruzzi.com/plasma-faq/index.php? 2. BruZZi's Plasma FAQ 3. Frequently Asked Questions about Panasonic Plasma TVs/Displays and more. (Still under construction) 4. Personal Nature (Not a blog) 5. Bottom of every page.
  12. Thanks for the fast reply. I purchased the Domain Name with Total Choice Hosting so I'll contact support to fix that. .
  13. I'm using the logo at the top (changed the colors a little bit. ) .
  14. Don't know if I need to use a support ticket to do that ?!? I've been using " 216.180.241.242 " since I signed with Total Choice Hosting couple months ago. I want to use my domain name www.glaucobruzzi.com Here's my site: http:// 216.180.241.242 /~glaucob/forum/index.php? Thanks. Sorry, for the double thread. I wasn't sure where to post it. .
  15. Sorry, I've been so busy working on my "Home Page" , I forgot to thank you guys. I was able (After reading this thread ) to create a database and install vBulletin with no problems. Thank you so much !!! I really appreciate the help and welcome. :dance:
  16. Hi, I'm trying to install Vbulletin software on my webpage but for some reason I can't connect to the server. I got the following message on the step 2 : Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/glaucob/public_html/forum/includes/db_mysql.php on line 140 The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file. Here's my config.php file: --------------------------------------------------------------------------------------------------- // ****** DATABASE SERVER NAME ****** // This is the hostname or IP address of the database server. // It is in the format HOST:PORT. If no PORT is specified, 3306 is used. // If you are unsure of what to put here, leave it at the default value. $servername = '216.180.241.242'; // ****** DATABASE USERNAME & PASSWORD ****** // This is the username and password you use to access MySQL. // These must be obtained through your webhost. $dbusername = 'xxxxxx'; $dbpassword = 'xxxxxxxx'; // ****** DATABASE NAME ****** // This is the name of the database where your vBulletin will be located. // This must be created by your webhost. $dbname = 'forum'; // ****** TECHNICAL EMAIL ADDRESS ****** // If any database errors occur, they will be emailed to the address specified here. // Leave this blank to not send any emails when there is a database error. $technicalemail = 'glaucobruzzi@hotmail.com'; // ****** PERSISTENT CONNECTIONS ****** // This option allows you to turn persistent connections to MySQL on or off. // The difference in performance is negligible for all but the largest boards. // If you are unsure what this should be, leave it off. // 0 = Off; 1 = On $usepconnect = 0; // ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ****** // This setting allows you to change the name of the folders that the admin and // moderator control panels reside in. You may wish to do this for security purposes. // Please note that if you change the name of the directory here, you will still need // to manually change the name of the directory on the server. $admincpdir = 'admincp'; $modcpdir = 'modcp'; // ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ****** // The users specified here will be allowed to view the admin log in the control panel. // Users must be specified by *ID number* here. To obtain a user's ID number, // view their profile via the control panel. If this is a new installation, leave // the first user created will have a user ID of 1. Seperate each userid with a comma. $canviewadminlog = '1'; // ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ****** // The users specified here will be allowed to remove ("prune") entries from the admin // log. See the above entry for more information on the format. $canpruneadminlog = '1'; // ****** USERS WITH QUERY RUNNING PERMISSIONS ****** // The users specified here will be allowed to run queries from the control panel. // See the above entries for more information on the format. // Please note that the ability to run queries is quite powerful. You may wish // to remove all user IDs from this list for security reasons. $canrunqueries = ''; // ****** UNDELETABLE / UNALTERABLE USERS ****** // The users specified here will not be deletable or alterable from the control panel by any users. // To specify more than one user, separate userids with commas. $undeletableusers = ''; // ****** SUPER ADMINISTRATORS ****** // The users specified below will have permission to access the administrator permissions // page, which controls the permissions of other administrators $superadministrators = ''; // Prefix that your vBulletin tables have in the database. // For example: $tableprefix = 'vb3_'; $tableprefix = ''; // Prefix that all vBulletin cookies will have // For example $cookieprefix = 'bb'; ---------------------------------------------------------------------------------------------------- I'm using the user name and password given on the email sent by TCH. Can someone tell me what I'm doing wrong ??? .
×
×
  • Create New...