FAQ section for TN3! Productions' web hosting service - If you do not find the answer to your question here, you can send your questions through here.
Frequently Asked Questions
- What control panel do you have?
- Can I see a demo of CPanel?
- Can I upgrade my account?
- What payment methods do you accept?
- Do you accept international customers?
- Do I have to register a new domain name with TN3?
- If I buy a reseller account do I have to resell?
- What features will resold accounts have?
- Can I host more than one domain on one account?
- Do you provide payment processing for resellers?
- Do you provide domain name registration?
- If I register my domain with you who will be the domain owner?
- Can I change the DNS details?
- Can I change the whois details?
- What should I set my DNS to?
- Where is my CPanel?
- Why does it take up to 72 hours for DNS propagation?
- How long does it take to get my account set-up?
- What is my FTP address?
- What is my FTP username/password?
- What FTP software can I use?
- Where do I upload my files to?
- Can I add more FTP accounts?
- Can I restrict a FTP account to just a subdomain?
- How can I ftp into a resold account before domain propagation?
- What should I enter in Frontpage when I upload?
- What is the absolute path to sendmail?
- What is the absolute path to my cgi folder?
- How do I CHMOD files?
- What is the easiest way to install a forum?
- How do I send email from a PHP script?
- I want some pre-written scripts, where can I find some?
- What is the path to Perl?
- What is my mail server for sendmail?
- What CHMOD should I set cgi files to?
- How do I send mail from PHP?
- What are my mail settings?
- How do I create more email accounts?
- What is my mail server login details?
- Is webmail installed?
- I created a sub-domain, where does it point to?
- Where can I find my domain usage stats?
- At first I was offered a choice of 2 CPanel themes, now I only have one?
- I have forgotten my password
- My contact details have changed since sign-up
- I have just started using ICQ, can you add that to my details?
- What is the naming structure of my databases?
- How can I manage my databases?
- What is the naming structure of my database users?
- Do you have phpMyAdmin installed?
- What will it say on my credit card statement?
- I have a query about the transaction, who should I contact?
- How do I cancel my account?
- Can TN3 install my SSL certificate?
- I don't want to purchase my own SSL certificate, what can I do?
- When should I use a secure connection
- I am a reseller, can my resold accounts have access to this SSL?
- I get the warning: "Do you want to display non-secure content?"
Answers
Pre-Sales
- What control panel do you have?
CPanel V10. This is one of the most popular webhosting control panels and allows you to take full control over your webspace
[Back to top]
- Can I see a demo of CPanel?
Our Demo CPanel can be found here
[Back to top]
- Can I upgrade my account?
Yes. At any time you wish. The upgrade process is seamless.
[Back to top]
- What payment methods do you accept?
For Australian residents, We accept Cheque, Money Order, Direct Deposit/Transfer, Visa, Mastercard, Bankcard. Payment can also be made through Paymate.For international customers, we accept Visa and Mastercard through Paymate.
[Back to top]
- Do you accept international customers?
Yes we do.
[Back to top]
- Do I have to register a new domain name with you?
Absolutely not! The domain name registration service we provide is for customers who do not have a domain name or who want additional domain names.
[Back to top]
- If I buy a reseller account do I have to resell?
No. You are free to decide how you use your allocated diskspace/bandwidth. You do not have to sell your webspace. For example you may give free webspace to your friends or family, or host all your domains on one account.
[Back to top]
- What features will resold accounts have?
They will have the same features as our virtual hosting accounts. As a reseller you may restrict any of the features on the accounts you create.
[Back to top]
- Can I host more than one domain on one account?
You can on any one of our reseller accounts but not on our virtual hosting accounts.
[Back to top]
- Do you provide payment processing for resellers?
No, if you need this service, then you must arrange your own payment processor.
[Back to top]
Domain Registration
- Do you provide domain name registration?
Yes. Please fill in this form.
[Back to top]
- If I register my domain with you who will be the domain owner?
The domain will be registered to you. You will have full ownership and control.
[Back to top]
- Can I change the DNS details?
Yes. All changes can be made via an automated online form.
[Back to top]
- Can I change the whois details?
Yes. All changes can be made via an automated online form.
[Back to top]
Account Set-Up
- What should I set my DNS to?
Our nameservers are:
ns1.inperth.com
Please allow between 24-72 hrs for your domain to propagate throughout the internet.
ns2.inperth.com
[Back to top]
- Where is my CPanel?
Your CPanel can be found at http://www.domain.com/cpanel/ or http://ip_address/cpanel/
[Back to top]
- Why does it take up to 72 hours for DNS propagation?
DNS changes takes time to spread out around the whole of the internet. Most ISPs update their DNS cache once every 24 hours.
[Back to top]
- How long does it take to get my account set-up?
Please allow 24 hours for account activation, although in most cases it is done within a few hours.
[Back to top]
FTP and Frontpage
- What is my FTP address?
ftp.domain.com (where domain.com is your domain name) or you can use the IP address assigned to you.
[Back to top]
- What is my FTP username/password?
They are the same as the username/password you have chosen when you signed up.
[Back to top]
- What FTP software can I use?
There are many other FTP software available.
You can use any FTP program. A list of recommended FTP software FileZilla Free http://filezilla.sourceforge.net/ Ws-ftp LE Free http://www.ipswitch.com Cute FTP Shareware http://www.cuteftp.com
[Back to top]
- Where do I upload my files to?
You will need to upload your files into the public_html folder of your webspace. The public_html folder is where the web server looks for access webpages.
[Back to top]
- Can I add more FTP accounts?
Yes. Login to CPanel and click the "FTP Manager" icon. Create new accounts in the next screen.
[Back to top]
- Can I restrict a FTP account to just a subdomain?
Yes. For example: Login to CPanel. Create a new FTP account with name "dummy". Create a new subdomain with name "dummy". Now that FTP account can only have access to the subdomain.
[Back to top]
- How can I ftp into a resold account before domain propagation?
Use the IP address that was assigned..
[Back to top]
- What should I enter in Frontpage when I upload?
File > Publish Web.
Location: http://www.yourdomain.com
Username: Your account username
Password: Your account password
Your Frontpage designed page will automatically be uploaded to your public_html folder and any Frontpage web bots you used will be active.
[Back to top]
Scripts
- What is the absolute path to sendmail?
Sendmail is located in "/usr/lib".
[Back to top]
- What is the absolute path to my cgi folder?
Your CGI folder is located at "/home/username/public_html/cgi-bin"
[Back to top]
- How do I CHMOD files?
Most FTP software will allow you to change the CHMOD of your files. Please read the help file for your program for the instructions. In most cases you simply right click the file inside the program. Alternatively you can use SSH to CHMOD your files.
[Back to top]
- What is the easiest way to install a forum?
PHPBB forum can be installed from CPanel with one simple click. Login to CPanel. Click the "Forums/BBS" icon. For more details on PHPBB forum visit their homepage
[Back to top]
- How do I send email from a PHP script?
Use the php function mail();
[Back to top]
- I want some pre-written scripts, where can I find some?
The CGI Resource Index
hotscripts.com
sourceforge.com
freshmeat.net
[Back to top]
- What is the path to Perl?
#!/usr/bin/perl
[Back to top]
- What is my mail server for sendmail?
mail.domain.com
[Back to top]
- What CHMOD should I set cgi files to?
They must be set to 755 in order for them to work.
[Back to top]
- How do I send mail from PHP?
Use the PHP function "@mail".
[Back to top]
- What are my mail settings?
Configure your email client to access:
Incoming mail - mail.domain.com
Outgoing mail - mail.domain.com
[Back to top]
- How do I create more email accounts?
Go into your domain's CPanel and click "Add/remove accounts". On the next screen click "Add Account" which appears near the bottom of the page.
[Back to top]
- What is my mail server login details?
The default email address is accountusername@domain.com and the email login name is accountusername. Additional email accounts will have the login name of name@domain.com.
[Back to top]
- Is webmail installed?
Yes. It is located at http://yourdomain.com/webmail/. Note, the forward slash (/) at the end is essential!
[Back to top]
CPanel
- I created a sub-domain, where does it point to?
When you create a sub-domain (e.g. test.domain.com) in CPanel the program will create a folder "/home/username/public_html/test". You should upload all web pages for test.domain.com in this folder.
[Back to top]
- Where can I find my domain usage stats?
They are accessible from your CPanel. Please bear in mind that the stats are analyzed once a day and so might be up to 1 day old.
[Back to top]
- At first I was offered a choice of 2 CPanel themes, now I only have one?
CPanel remembers your first choice of themes. If you would like to change your choice of theme then email support.
[Back to top]
Support
- I have forgotten my password
Email us and we will mail your account details to the sign-up email.
[Back to top]
- My contact details have changed since sign-up
Email us and we will update our database.
[Back to top]
- I have just started using ICQ, can you add that to my details?
Email us and we will update our database
[Back to top]
Mysql
- What is the naming structure of my databases?
The name of your databases will have the form: username_nameofdatabase
[Back to top]
- How can I manage my databases?
Login to CPanel and click the "SQL database" icon. from this screen you can add SQL users and create databases.
[Back to top]
- What is the naming structure of my database users?
The name of your database users will have the form: username_databaseusername
[Back to top]
- Do you have phpMyAdmin installed?
Yes. Login to CPanel. Click the "SQL databases" icon. At the bottom of the screen is the link to phpMyAdmin.
[Back to top]
Billing
- What will it say on my credit card statement?
Charges for the transaction will appear on your credit card statement under the name Paymate (if you're using Paymate to pay).
[Back to top]
- I have a query about the transaction, who should I contact?
Questions regarding your order should be sent through here.
[Back to top]
- How do I cancel my account?
We will be sorry to lose your custom but simply Email us and we will terminate your account and stop all future credit card transactions.
[Back to top]
SSL
- Can you install my SSL certificate?
Yes. There will be a once off installation fee of AU$30.
[Back to top]
- I don't want to purchase my own SSL certificate, what can I do?
We can setup a "self-signed" SSL certificate for you (AU$30). A self-signed certificate allows your user to connect to your site securely (just like a purchased certificate). However, it's not a trusted certificate so a warning message will appear in the user's window informing them of such. If they click "OK", then everything should work and the data will be encrypted.
[Back to top]
- When should I use a secure connection
Due to the fact that the encryption method for SSL requires a lot of calculations and resources it will mean webpages will be slow to load. You should only use the secure connection for pages that do contain confidential material that you want to keep secure. You should not use it for every webpage on your site.
- I get the warning: "Do you want to display non-secure content?"
You must use relative links to images and not absolute links. For example, do not use: http://www.domain.com/images/background.gif on the pages you wish to keep secure. Use /images/background.gif. The reason this is necessary is because your html code is instructing your browser to download the image using insecure http instead of secure https.
[Back to top]
| Home - About - Services - Hosting Packages - Domain Names - Support - Contact - Order |