--

--



Home
Products & Services
- Broadband 2 Plus
- Broadband
- Capped Plans
- HiBIS
- Voice Over IP
- Dialup Access
- Turbo Dialup
- Website Services
- Equipment
- Telephone
- Mobile
Online Tools
- Order Tracker
Downloads
Contact Us
-Sales
-Helpdesk
Web Pages
   
   
   
   
 
   

TSN
Prices
TSN
Resellers
Sign Up Travellers
Mail
Manage
Account
Help
Desk
FAQ Search Web
Pages


Below you will find a list of the most commonly asked questions.
About TSN
What are TSN's Prices?
Is TSN 100% Australian Owned?

Business Web Hosting
(Advanced) How do I setup a DSNLess connection to an access database?
My frontpage forms don't work how can I fix them?
How do I setup my business email in outlook express 5/6
What are TSN's web hosting prices?
How do I manage my business web site?
Why does frontpage keeping flashing back my username and password when uploading?
I can't get my .cgi scripts to run - help!!

Computer Problems
I keep getting Illegal Operations

Email
What does .cc stand for?
How do I setup an already created tsn email account in outlook express 5.0/6.0?
How do I create an email account?
How do I delete stuck or big unwanted email?

Home Web Page
Where do I go to create my personal web page?
How do I upload my personal webpage?

TSN Connection Setup
Where can I find the local dialin numbers?
How do I get connected manually with XP if I don't have your setup CD?

Virus's
How can I scan for virus's?


Answers to questions that dont link direct to another page.
Is TSN 100% Australian Owned?

This is a common question and it is good to see so many Australian's supporting Australian companies. Yes, TSN is 100% Australian Owned and operated by the Saunders Family.
Maria - Manages the Accounts Department
Ken - Manages Expansion and New Ideas
Michael (Myself) - Manages the day to day operations of the business

We always hope to offer you the best service possible at a competitive rate. So if you have any problems or
queries please submit them through our suggestions box on our home page as we read the suggestions everyday and act on
them quickly if we can possibly do so.


(Advanced) How do I setup a DSNLess connection to an access database?
<%
'this page demonstrates a dnsless connection to an access database

Const adOpenForwardOnly = 0
Const adLockReadOnly = 1

'we will pull out the records where the persons name is = 'Nathan'
'this is asuming you have an access database in the root directory of your website folder called customers.mdb
'please make sure you change the directory of the database before making this code live.
'The TableName we will be usiong is called CustomerTable
'the fields we will be using are Name,Address,PhoneNumber,Town,ID (which is your autonumber and primary key)

'a good connection is recommended like this
ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" & Server.MapPath("/customers.mdb")
'Response.Write ConnectionString

'a bad connection is not recommended like this
'ConnectionString = "DRIVER={Microsoft Access Driver (*.mdb)};BDQ=" & Server.MapPath("/customers.mdb")

Sql = "Select * From CustomerTable Where Name = 'Nathan'"

Set rsName = Server.CreateObject("ADODB.Recordset")


'open up the recordset. You can only move forward in the recordset and you cant run updates from it
'this is one of the fastest ways to open up a recordset although dealing with tables with only about 500 - 1000 records in it it wont make much of a difference
rsName.Open Sql,ConnectionString,adOpenForwardOnly,adLockReadOnly

'%>
<!-- build up our display table -->
<table border="0" width="50%" align="center" bgcolor="black">
<tr>
<td bgcolor="lightblue" nowrap="nowrap"><font face="verdana" size="2"><b>ID</b></font></td>
<td bgcolor="lightblue" nowrap="nowrap"><font face="verdana" size="2"><b>Name</b></font></td>
<td bgcolor="lightblue" nowrap="nowrap"><font face="verdana" size="2"><b>Address</b></font></td>
<td bgcolor="lightblue" nowrap="nowrap"><font face="verdana" size="2"><b>Phone Number</b></font></td>
<td bgcolor="lightblue" nowrap="nowrap"><font face="verdana" size="2"><b>Town</b></font></td>
</tr>
<%
'loop through the record till all have been displayed
'rsName.EOF will = true when you are at the of the recordset
Do Until rsName.EOF
'to get the values out of our recordset there are 2 ways, not defaulting and defaulting
'1st way is rsName.Fields("Name").Value
'2nd Way is rsName("Name")
'in this example we will use defaulting
%>
<!-- start <%=rsName("Name")%>'s Record -->
<tr>
<td bgcolor="white" nowrap="nowrap"><font face="verdana" size="2"><%=rsName("ID")%></font></td>
<td bgcolor="white" nowrap="nowrap"><font face="verdana" size="2"><%=rsName("Name")%></font></td>
<td bgcolor="white" nowrap="nowrap"><font face="verdana" size="2"><%=rsName("Address")%></font></td>
<td bgcolor="white" nowrap="nowrap"><font face="verdana" size="2"><%=rsName("PhoneNumber")%></font></td>
<td bgcolor="white" nowrap="nowrap"><font face="verdana" size="2"><%=rsName("Town")%></font></td>
</tr>
<!-- end <%=rsName("Name")%>'s Record -->
<%
'move to the next record in our recordset
rsName.MoveNext
Loop
%>
</table>
<!-- end display table -->
<%
'close recordset because we no longer need it
rsName.Close
'release objects when you are finished with them
Set rsName = Nothing
%>


Why doesn't front page extensions work when trying to upload?

This document will be outlined in steps of things to check.

Step 1. Check your username and password are the correct username and password

Step 2. Frontpage extensions doesn't like running through a transparent proxy.
Check your IP Address matches this one 202.43.226.41
Consult with your network administrator to find out your IP Address


I can't get my CGI Scripts to run - Help!!

This document will be outlined in steps

Step 1. Change the name instead of using .cgi use .pl
This will execute perl

Step 2. If you have a site with alot of .cgi files and need a .cgi associatation setup
this can be done but a fee of $30 applies.
Please ring (02) 65892009 with your credit card handy


I keep getting Illegal Operations

This normally occurs when a program attempts to
do something that it shouldn't do. Causing the computer
to deny the program access to that facility.

This brings up a rather large error message on your
screen saying illegal operation

This can normally be fixed by upgrading to the latest
version of the product. Upgrades for major products can
be found by click on the product below:

Internet Explorer


What does .cc stand for?

Snipet taken for the registar website. It is good to see some re-investment back into the local community.

Cocos (Keeling) Islands - Though it may not mean much to dot-cc customers who only know of its world-wide functionality, the "cc" of dot-cc is technically a designation for the Cocos (Keeling) Islands, a territory of Australia located in the Indian Ocean with fewer than 700 residents.

eNIC Corporation acts as the administrator for what Internet technicians call a top level county code domain, assigned by the Internet Assigned Numbers Authority (IANA), an entity contracted by the U.S. Government.

Like the holder of a government broadcast or wireless-telephone license, administrators are expected to manage domains for the benefit of the Internet community. In that spirit, eNIC maintains very high standards of professionalism and reliability for customers, and also works directly with Cocos islanders to revamp their telecommunications systems and expand their economy. eNIC has funded the installation of a new GSM wireless telephone system, complete with access to the World Wide Web for businesses and schools.


How can I scan for virus's?

You can scan for virus's on your machine by using some new
software on the web from Trend Micro

Click Here To Scan Your Machine For Virus's

TSN makes no guarantee that this software will detect every virus
though it has managed to catch a few

Good Luck!!

 

 

 

TSN Internet.com.au • Phone: 13 14 86
PO Box 5293, Port Macquarie NSW 2444 • Fax: 1300 760 361
© Copyright TSN Internet.com.au 2004 Designed by Squiggle