|
#1
|
||||
|
||||
|
Everyone is always complaining that there are many hidden pages and hard to find pages on HostGator (And rightfully so!
) So I figured I would compile this list of all of the pages that aren't normally linked to, or hard to find. Here you go!http://www.hostgator.com/ticket/ - Almost anything you will ever need to add-on to your account including site studio, templates, transfers, restores, upgrades, cancellations, and more. You can also use the ticket system here to submit trouble tickets instead of sending via email. http://www.hostgator.com/help/ - Knowledge Base, TONS of information available here about HostGator and webhosting in general. http://www.hostgator.com/gettingstarted.shtml - Shared - How to get started with your account, good information and tutorials. http://www.hostgator.com/resellerinfo.shtml - Reseller - How to get started with your account, good information and tutorials. https://secure.hostgator.com/billing/ - Access your HostGator billing account. Sign in with your EMAIL and password on file. These will never changed from the default not matter what you do to your actual hosting account. http://www.hostgator.com/domains/ - You can purchase, transfer and manage your HostGator domains here. http://www.hostgator.com/overselling.shtml - The reason why overselling is not allowed on HostGator. http://www.hostgator.com/merchants.shtml - Information on Merchant Accounts and which ones to choose from. http://www.hostgator.com/sitestudio.shtml - Site Studio information http://www.hostgator.com/tips.shtml - Avoid being scammed by web hosts! http://www.hostgator.com/backup.shtml - How to backup and move your site from another host using CPANEL. http://www.hostgator.com/ssl.shtml - All about SSL's and how to use the shared SSL's. http://www.hostgator.com/cgitroubleshoot.shtml - CGI troubleshooting. http://www.hostgator.com/company.shtml - Company and Datacenter information. http://www.hostgator.com/contact.shtml - Contact us page, phone numbers and address information. http://www.hostgator.com/dns.shtml - How to change your DNS. http://www.hostgator.com/tutorials.shtml - Tutorials for Various features. http://www.hostgator.com/enomreseller.shtml - About enom reseller accounts. http://www.hostgator.com/mailpolicy.shtml - Our mail policy and mail limits. http://www.hostgator.com/moving.shtml - How to switch hosts with no downtime! http://www.hostgator.com/outlooktroubleshoot.shtml - Outlook troubleshooting, a must read for any new customer. http://www.hostgator.com/reviews.shtml - Reviews and places to find reviews about HostGator! http://www.hostgator.com/services.shtml - Misc. services we offer or direct you to. http://www.hostgator.com/templatedownload.shtml - Downloads for reseller templates. http://www.hostgator.com/whmautopilot.shtml - All about autopilot! All done! Whew, long list! Hope that helps everyone and I will be updating it with any new pages that come up. Feel free to reply with any mistakes or errors with the links, or if there is something outdated on one of these pages. (Which there is bound to be!) Thanks! Last edited by JZ; 09-11-2005 at 07:31 AM. |
|
#2
|
|||
|
|||
|
Thanks Jay. Support here is pretty darn good.
__________________
http://www.unofficialalpine.com |
|
#3
|
|||
|
|||
|
server stats ?
|
|
#4
|
|||
|
|||
|
Quote:
-JZ |
|
#5
|
|||
|
|||
|
I wanna know, how come you only show like 25 servers on there? Vito isn't on there either.
__________________
|
|
#6
|
||||
|
||||
|
Thanks Jay
__________________
___________________________________________ ...To Know Where No One Has Known Before...
|
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
||||
|
||||
|
You could always add more details to the Sitemap, because not everyone checks the forums.
|
|
#9
|
||||
|
||||
|
this URL http://www.hostgator.com/tollfree.shtml is no longer working !
add http://hostgator.com/formmail.shtml? Cheers, Vt
__________________
Vtrain is Linux User #237333 on http://counter.li.org/ "Don't meddle in the affairs of sysadmins, for they are subtle and quick to anger." Last edited by vtrain; 01-02-2006 at 02:44 AM. |
|
#10
|
||||
|
||||
|
Quote:
Toll free was removed because we no longer use the same system. |
|
#11
|
||||
|
||||
|
Quote:
__________________
Vtrain is Linux User #237333 on http://counter.li.org/ "Don't meddle in the affairs of sysadmins, for they are subtle and quick to anger." |
|
#12
|
|||
|
|||
|
Quote:
Before I spend time researching this, can someone tell me, yes or no, can this script be adapted with a form drop box, to select different recipiant's; ie select sales dept, service dept, office etc, and a seperate email address for them? Thanks, Tom |
|
#13
|
||||
|
||||
|
Here is the code with a drop down for departments:
HTML Code:
<html> <head> <title>FormMail Demo</title> </head> <body> <form action="http://www.mydomain.com/cgi-sys/formmail.pl" method="post"> <p> <input type="hidden" name="subject" value="FormMail E-Mail"> Whatever you want to say here<br /> <br /> <input type="text" name="email" size="20" value="Visitor E-Mail"> <br /> <input type="text" name="tellme" size="20" value="E-Mail Content"> <br> <select name="recipient"> <option value="service@here.com">Service</option> <option value="support@here.com">Support</option> <option value="sales@here.com">Sales</option> </select> <br /> <br /> <input type="submit" name="submit" value="E-Mail Me!"> <input type="hidden" name="redirect" value="http://yourdomain.com/redirecto.html"> </p> </form> </body> </html> |
|
#14
|
|||
|
|||
|
Wow Serra
, thats too easy! Thanks for the info, I will put it to use.I understand that 'contact us form mails' are commonly exploited. Any one care to comment as to why this here is considered 'secure'. The email addresses are still visable in the source code, aren't these 'harvestable' by scripts? Just curious, like I say, I'm not a coder. Good day, Tom Since this discussion has gotten 'off topic' from the threads original intention, maybe it should be moved to a more relevant forum
|
|
#15
|
||||
|
||||
|
Quote:
|
|
#16
|
||||
|
||||
|
Quote:
|
|
#17
|
||||
|
||||
|
|
|
#18
|
|||
|
|||
|
Quote:
either My eyesight is worse than I thought or Are you a mind reader? or do you have a crystal ball? |
|
#19
|
||||
|
||||
|
Quote:
__________________
quietFinn - netFinn Finland "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss |
|
#20
|
|||
|
|||
|
Gators'blog?
Wiki (step-by-step how-tos) ?
|
|
#21
|
|||
|
|||
|
Thanks for this list!
http://www.aggzzu.bedavahostum.info/my-image3.jpg |
|
#22
|
||||
|
||||
|
Thanks also for the list.
|
|
#23
|
|||
|
|||
|
HAI,
While I was search for free file hosting in online, i have found ziddu.com, which is superb website for file hosting, file sharing, upload videos, download movies and earn money etc.,, I am using ziddu.com for the last one year. If you know about such type of websites, please let me know. Because Ziddu.com allows 2 GB file hosting at a time [ no more than 2 GB ], after it will be finished we will host another file [2GB]. I want more file hosting webistes [ more than 2 GB in one time ] so..... |
|
#24
|
|||
|
|||
|
I've always used YouSendIt.com
|
|
#25
|
||||
|
||||
|
This post is now, officially, my favourite. THANK YOU for making this sticky.
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|