Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-22-2005, 01:54 AM
a squared's Avatar
a squared a squared is offline
 
Join Date: Jul 2005
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default GoDaddy as a host for vBulletin

I’ve read quite a bit about members’ experiences with GoDaddy as a host. None of which is great by any standard. But, one thing that everyone has failed to mention is if they have been using a shared or a dedicated server. The reason that I ask is that we are currently on a shared server with another host and of course PHP is being run in safe mode. And even with the search function turned off. We are experiencing databases outages 2-3 times a day due to the old 1226 exceeded the 'max_questions' resource (current value: 50000). Anyway, the host is unwilling to turn off safe mode. And, I understand why. So, I can’t hold that against them. In the end it’s time to move to another server or host. The owner of the forum that I am working on has a buddy that has recently picked a dedicated server at GoDaddy. Can any of you give me your experiences with GoDaddy’s dedicated servers? And what should I ask this fellow to do to optimize his server for hosting a small to medium size vBulletin forum. I know he has PHP installed (although I don’t know which version yet) and that safe mode is turned off. The current population is 560, slowly but steadily growing, and an average users online number is 25-50. I do expect some more growth in the upcoming year. The ezBoard forum we moved away from had over 2600 members.
Reply With Quote
  #2  
Old 11-22-2005, 03:52 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Safe mode has nothing to do with the max connection error. If your host is allowing you to have multiple MySQL users, and is measuring the connections per user, there might be a solution for you to trick your current host.
Reply With Quote
  #3  
Old 11-22-2005, 05:32 AM
Dead End Society's Avatar
Dead End Society Dead End Society is offline
 
Join Date: Jul 2004
Location: Cleveland, OH
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I started out with them and had to leave, my forum was so slow and we had many downtimes. The support was terrible as well.
Reply With Quote
  #4  
Old 11-22-2005, 05:57 AM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've never used Vb on godaddy hosting, but I have set several html and asp sites up,, I was not pleased with them, my boss ( who is the reason I used godaddy, they have hosting with them ) doesn't no 2 sh*ts about webdesing and hositing, but i expressed my deep feelings about how i dislike godaddy.
and also i belive the sever he used is a windows one, took me a week or talking to him, and talking to godaddy so I could CHMOD a few files on a site I was working on :|
i give them the lowest rating possible,
but they are good to buy url's from ..lol this is the ony things i use em for
Reply With Quote
  #5  
Old 11-22-2005, 03:52 PM
a squared's Avatar
a squared a squared is offline
 
Join Date: Jul 2005
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MarcoH64, I've confirmed that there is no limit on users for MySQL. And you've intriged me. Could you elaborate on you statement, "...there might be a solution for you to trick your current host".

Dead End Society and Loco Macheen were you on dedicated servers?

PS it isn't my choice on hosting either.
Reply With Quote
  #6  
Old 11-22-2005, 04:42 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry no time to post a finished solution for you now, i am on my way out. But what you basically do is create more MySQL users (and give them permission to the database). Then you change the ./includes/config.php to choose a random username out of the list, so you are spreading the load over a few users.

I think there are some examples posted at vb.com, but not sure.
Reply With Quote
  #7  
Old 11-22-2005, 05:16 PM
melodiq melodiq is offline
 
Join Date: Jun 2005
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Don't Use Godaddy As A Webhost!!!!
Reply With Quote
  #8  
Old 11-23-2005, 01:38 AM
a squared's Avatar
a squared a squared is offline
 
Join Date: Jul 2005
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MarcoH64, I've found it found it!!! A simple array. This thing should really be a sticky somewhere. Thank you for your help! :up:


PHP Code:
// ****** DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$users[] = 'xxxxxxx';
$users[] = 'xxxxxxx';
$users[] = 'xxxxxxx';
$users[] = 'xxxxxxx';
$users[] = 'xxxxxxx';
$users[] = 'xxxxxxx';
$dbusername $usersrand(0, (count($users) - 1)) ];
$dbpassword 'xxxxxxx'
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:53 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07294 seconds
  • Memory Usage 2,235KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete