Go Back   HostGator Peer Support Forums > Public Forums > Pre-Sales Questions

Notices

Reply
 
Thread Tools
  #1  
Old 05-15-2007, 06:48 AM
rcg_01es rcg_01es is offline
Hatchling Croc
 
Join Date: May 2007
Posts: 8
Default Pre-sales questions and considerations

Hello .

I’m thinking of moving my site to Hostgator, but first of all I want to know if my website will fit in a “Baby plan”. Its “properties” are these:

1). My website has five Coppermine galleries. Four of them are only used to store pics, and they are not visited. However, one gallery has several visitors which download an average of 250 Mbytes each day. Maybe in the future there will be one or two more galleries with visitors.

2). These galleries use GD2.

3). These five Coppermine galleries use five MySQL databases (unknown version; the host I have now has breakdown and I can’t verify the version). I guess I will have a lot of problems to move these databases from my old host to Hostgator, especially if MySQL versions are different in each hosting company, won’t I?

(I used phpmyadmin to manage these databases, with my old host)

4). I have been told that Hostgator has a limitation of 25 mysql connections per user. Does it mean that my site could only have 25 visitors at the same time? ( this is the main question, I think… )

5). Will I have the opportunity of testing my website when I upload my files into Hostgator (without still having changed my DNS)?

That’s all. Thank you very much.

Last edited by rcg_01es; 05-15-2007 at 06:51 AM.
Reply With Quote
  #2  
Old 05-15-2007, 07:25 AM
gtgeorge's Avatar
gtgeorge gtgeorge is offline
Emperor Croc
 
Join Date: Mar 2005
Posts: 2,258
Default Re: Pre-sales questions and considerations

The only real problems you will experience are with G2. Also if your current host isn't running phpsuexec you will need to make sure your 777 directories are chmod to 755.

The 25 connections refers to the actual connections to the db which should only be there as a user requests something. It usually allows for hundreds of users on the site at one time.
__________________
best regards,
George
Reply With Quote
  #3  
Old 05-15-2007, 09:02 AM
charlesgan's Avatar
charlesgan charlesgan is offline
Swamp Croc
 
Join Date: Mar 2007
Location: www.hostgatorreview.org
Posts: 350
Default Re: Pre-sales questions and considerations

for item 5)... usually you can test the site existance by using this url:
http://www.yourmaindomain.com/addondomainnamehere

usually i use this to test the site is added in hostgator cpanel.
so that i can begin the nameserver changes.
__________________
Charles Gan
Hostgatorreview.org webmaster
Reply With Quote
  #4  
Old 05-15-2007, 10:38 AM
Serra's Avatar
Serra Serra is offline
Veteran Croc
 
Join Date: Feb 2005
Location: Orange Park, FL
Posts: 5,067
Default Re: Pre-sales questions and considerations

Quote:
Originally Posted by rcg_01es View Post

5). Will I have the opportunity of testing my website when I upload my files into Hostgator (without still having changed my DNS)?
Not really. Not unless you have another domain name you can setup. You can always use the http://domainip/~username, but that is hit and miss at best.
__________________
Six stages of Dedi Ownership

Fashionable broken link
image included
Reply With Quote
  #5  
Old 05-15-2007, 11:18 AM
rcg_01es rcg_01es is offline
Hatchling Croc
 
Join Date: May 2007
Posts: 8
Default Re: Pre-sales questions and considerations

gtgeorge, charlesgan, Serra: Thank you for your comments .

Quote:
Originally Posted by gtgeorge View Post
The only real problems you will experience are with G2.
doesn't GD2 work with Hostgator?

Then I can't use my Coppermine galleries...

Quote:
Originally Posted by gtgeorge View Post
The 25 connections refers to the actual connections to the db which should only be there as a user requests something. It usually allows for hundreds of users on the site at one time.
Then, if there are 26 people watching my gallery (if they are watching pics, I suppose that they are requesting something to the db) will the site fail and be stopped?

Thanks for your patience
Reply With Quote
  #6  
Old 05-15-2007, 11:48 AM
riostyles riostyles is offline
Royal Croc
 
Join Date: Jan 2006
Location: Rio de Janeiro, Brazil
Posts: 764
Default Re: Pre-sales questions and considerations

Quote:
Originally Posted by rcg_01es View Post
gtgeorge, charlesgan, Serra: Thank you for your comments .


doesn't GD2 work with Hostgator?

Then I can't use my Coppermine galleries...


Then, if there are 26 people watching my gallery (if they are watching pics, I suppose that they are requesting something to the db) will the site fail and be stopped?

Thanks for your patience
No, the connection (If properly wrotten as non permanent) takes place only the time to "Call" the picture, not during "Watching"

Coppermine works on HG and GD is active. Can be GD2, don't know, maybe somebody will step in! Reading php-info I have GD = bundled (2.0.28 compatible)

Last edited by riostyles; 05-15-2007 at 11:56 AM. Reason: Coppermine and GD
Reply With Quote
  #7  
Old 05-15-2007, 12:10 PM
gtgeorge's Avatar
gtgeorge gtgeorge is offline
Emperor Croc
 
Join Date: Mar 2005
Posts: 2,258
Default Re: Pre-sales questions and considerations

Yes GD will work and should be installed, I mistakenly saw it as G2 as in Gallery2 Coppermine will work fine. I have found that if you are missing a something required , like sometimes with some of the binaries or modules, HG will install them if you ask nicely in a support request.
__________________
best regards,
George
Reply With Quote
  #8  
Old 05-15-2007, 01:34 PM
joemailey joemailey is offline
Junior Croc
 
Join Date: Jan 2007
Posts: 177
Default Re: Pre-sales questions and considerations

The move should be simple back up your data base, change few paths in configuration of coppermine.

All your require is

Database backups
File backups.

Upload your files to hostgator.
Import your database backups via phpmyadmin.

change few config paths in coppermine. you done.

i've moved different stuff around like coppermine, gallery2,joomla,mambo.

i find it easy
Reply With Quote
  #9  
Old 05-15-2007, 03:11 PM
Serra's Avatar
Serra Serra is offline
Veteran Croc
 
Join Date: Feb 2005
Location: Orange Park, FL
Posts: 5,067
Default Re: Pre-sales questions and considerations

Quote:
Originally Posted by rcg_01es View Post
Then, if there are 26 people watching my gallery (if they are watching pics, I suppose that they are requesting something to the db) will the site fail and be stopped?
It is completely possible that 26 people would click on a link that required a db hit at the exact same second and if everything went perfect, one of them would see an error message.

However, that would require them to all access the db within a millisecond of each other. That is a lot harder than it sounds.
__________________
Six stages of Dedi Ownership

Fashionable broken link
image included
Reply With Quote
  #10  
Old 05-16-2007, 06:18 AM
rcg_01es rcg_01es is offline
Hatchling Croc
 
Join Date: May 2007
Posts: 8
Default Re: Pre-sales questions and considerations

Thank you to all of you for your comments. They are very useful and helpful to me .

I have another question: is there any way to test the speed of some websites hosted by Hostgator?. I would like to know how fast I see these sites. I suppose that this parameter is different in each geographic area, isn't it?

Thank you very much .


Edited: I answer myself ... I have found about two dozens of sites hosted by Hostgator. I suppose that now I should ping them to know their response times and compare. At first look, most of them are quite fast!

Last edited by rcg_01es; 05-16-2007 at 11:40 AM.
Reply With Quote
  #11  
Old 04-15-2008, 09:58 PM
TerryKing TerryKing is offline
Hatchling Croc
 
Join Date: Apr 2008
Posts: 4
Default Re: Pre-sales questions and considerations

Can someone point to a couple Gallery2 sites hosted on HostGator? I'd like to try the response from Over Here...

Regards, Terry King ..On the South China Sea in Shekou
terry@terryking.us
Reply With Quote
Reply

Bookmarks

Thread Tools

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 Off
HTML code is Off

Forum Jump

All times are GMT -6. The time now is 12:13 PM.

 
Forum SEO by Zoints