<% Option Explicit %> <% 'Set the response buffer to true Response.Buffer = True 'Set the script timeout to 90 seconds 'Server.ScriptTimeout = 90 'Whois function to query the whois server Private Function whoisResult(whoisURL, strMethod, strResultsStart, strResultsEnd) 'Dimension variables Dim objXMLHTTP 'Holds the XML HTTP Object Dim strWhoisResultString 'Holds the reult of the whois query 'Create an XML object to query the remote whois server Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") 'Alternative XML HTTP component, for version 3.0 of XMLHTTP 'Set objXMLHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP") 'Open a connection to the remote whois server objXMLHTTP.Open strMethod, whoisURL, False 'Send the request and return the data objXMLHTTP.Send 'Place the whois registry response into the result string strWhoisResultString = objXMLHTTP.ResponseText 'If the domain name is to short then tell them it's invalid If Len(strDomainName) < 3 Then 'Set the return result of the function to not valid whoisResult = "Not Valid - must be at least 3 characters" 'Else if there is an error ElseIF InStr(1, strWhoisResultString, "Error", vbTextCompare) Then 'Set the return result of the function to Taken whoisResult = "An Error has occured" 'Else there was a result Else 'Strip the whois result leaving the data we want whoisResult = resultFormater(strWhoisResultString, strResultsStart, strResultsEnd) End If 'Clean up Set objXMLHTTP = Nothing End Function 'Function to strip all non estential returned input Private Function resultFormater(strWhoisResultString, strResultsStart, strResultsEnd) 'Dimension variables Dim lngResultsStartPos Dim lngResultsEndPos 'Find the start position in the returned data of the result lngResultsStartPos = InStr(1, strWhoisResultString, strResultsStart, 1) + Len(strResultsStart) 'Find the end position in the returned data of the result lngResultsEndPos = InStr(lngResultsStartPos, strWhoisResultString, strResultsEnd, 1) 'Make sure the end position is not in error If lngResultsEndPos - lngResultsStartPos =< Len(strResultsStart) Then lngResultsEndPos = lngResultsStartPos + Len(strResultsStart) 'Now we know the start and end position of the result, strip the rest and return the result resultFormater = Trim(Mid(strWhoisResultString, lngResultsStartPos, (lngResultsEndPos - lngResultsStartPos))) End Function 'Function to strip non alphanumeric characters Private Function characterStrip(strTextInput) 'Dimension variable Dim intLoopCounter 'Holds the loop counter 'Loop through the ASCII characters up to - hyphen For intLoopCounter = 0 to 44 strTextInput = Replace(strTextInput, CHR(intLoopCounter), "", 1, -1, 0) Next 'Loop through the ASCII characters from hyphen to numeric charcaters For intLoopCounter = 46 to 47 strTextInput = Replace(strTextInput, CHR(intLoopCounter), "", 1, -1, 0) Next 'Loop through the ASCII characters numeric characters to lower-case characters For intLoopCounter = 58 to 96 strTextInput = Replace(strTextInput, CHR(intLoopCounter), "", 1, -1, 0) Next 'Loop through the extended ASCII characters For intLoopCounter = 123 to 255 strTextInput = Replace(strTextInput, CHR(intLoopCounter), "", 1, -1, 0) Next 'Return the string characterStrip = strTextInput End Function 'Dimension variables Dim strDomainName 'Holds the domain name to search for Dim strSuffix 'Holds the domain name suffix to search 'Read in the domain name to search strDomainName = Trim(Request.QueryString("domain")) strSuffix = Trim(Request.QueryString("suffix")) 'If a domain name has been entred then strip any unwanted characters from it If strDomainName <> "" Then 'Convert the domain name to check to lower case strDomainName = LCase(strDomainName) 'Remove www and http from in front strDomainName = Replace(strDomainName, "http://", "", 1, -1, 1) strDomainName = Replace(strDomainName, "www.", "", 1, -1, 1) 'Remove suffixes strDomainName = Replace(strDomainName, ".com", "", 1, -1, 1) strDomainName = Replace(strDomainName, ".net", "", 1, -1, 1) strDomainName = Replace(strDomainName, ".org", "", 1, -1, 1) strDomainName = Replace(strDomainName, ".biz", "", 1, -1, 1) strDomainName = Replace(strDomainName, ".info", "", 1, -1, 1) 'Remove any hyphens from the first and last characters If Left(strDomainName, 1) = "-" Then strDomainName = Mid(strDomainName, 2, Len(strDomainName)) If Right(strDomainName, 1) = "-" Then strDomainName = Mid(strDomainName, 1, Len(strDomainName)-1) 'Remove any hyphens double hyphens strDomainName = Replace(strDomainName, "--", "-", 1, -1, 1) 'Strip all non aphanumeric characters from the input strDomainName = characterStrip(strDomainName) End If Response.Buffer = True %> Reseller Web Hosting - Hosting Australia
Website Design Brisbane - Australian Hosting - Promotion - Sydney Melbourne Canberra Adelaide Perth Darwin Hobart
 
Australian Website Design Services 

Navigation

Website Hosting

unix website servers brisbane
Unix & Windows Australian
Servers


Web Promotion
promotion australia
Submit to the Google database driven search engines -$99

site promotion
The Silver Plan's main advantages are a 48 hr refreshing database
- $299

site promotion
Gold Plan is a sponsored listing in Overture and Google. Pay Per Click. Promote to Yahoo Australia, Google, Altavista and network of partners.



Australian Shared Hosting Solutions

 FREE DESIGN QUOTE
FREE Website Quote
Simply fill in a short form.

Web Site Maintenance
We manage web updates and perform site maintenance.

Website Design

Simple and affordable websites built for your www.

Shopping Cart Solution
Straightforward, low cost online shopping cart.

Domain Name Registration

.com.au, .net.au, .org.au
Australian and World domains.
 Domain Name Registration

.com.au, .net.au, .com, .net, .org.au, .org
Register domain name now


Windows and Unix Servers

Technical Notes:

PHP5 Support Is Enabled on all Unix servers, with the option for you to be hosted on a PHP 4 server if preferred. MySQL and PostgreSQL Databases for our PHP Hosting.

Active Server Pages

ASP is a powerful server side scripting language ASP is a powerful tool for creating dynamic content, and for connecting to ODBC databases. Documents that have the .asp extension will be processed as an ASP document.

ASP can connect to databases, dynamically format the page, execute complex logic statements, and much more. Au Web Group supports the use of VBScript, JavaScript, and PerlASP(Unix) within Active Server Pages with VBScript set as the default scripting language.

You can easily build form to email solutions using ASP. All of the servers in Au Web Group server cluster have both ASPEmail and JMail components installed, so you can use those in your ASP pages.

We provide ASP.NET web hosting on our Windows web hosting service. Our Windows web hosting service is powered by the new Windows 2003 server, which natively supports ASP.NET through its .NET Framework. This means you can work with the latest standards and applications.

Supported languages on our ASP.NET hosting service: VB.NET, C#, and J#

ASP.NET Web Hosting with Microsoft SQL Database

In addition to our stable platform for ASP.NET hosting, we also provide Microsoft SQL Server database at an affordable price. This enables you to incorporate Microsoft's flagship database product into your online solutions.

ASP.NET Hosting with MySQL Database

Plus we also provide an open source database, MySQL on our ASP.NET Hosting service which is available to you at no additional costs.

Form to Email

A very common task for many websites is a form that submits its results to an email account. We commonly refer to this task as form to email. There are several ways to add form to email to your website(s) hosted at Au Web Group.

CGI-BIN

CGI lets you run a program on the server. Comment forms, message boards, and web counters are some of the common uses for CGI.

Each account comes with a private per domain CGI-BIN directory at no extra cost. That means you can start building a dynamic web site right away using CGI.

AU Web Group has support for Perl(Unix), Visual Basic 4, and Visual Basic 5 scripts.

Unix based Perl scripts

ALL Unix Perl scripts will work at Au Web Group.

1) You will need to chmod to 755 2) Perl Path /usr/bin/perl
3) Some pathnames will need to be changed, since the directory structures of might differ Unix.
4) Perl scripts must end in .pl or .cgi
5) $mailprog = '/usr/sbin/sendmail';

Server Side Includes

You can use simple SSI tags within pages to automate many frequent server side functions, such as including a common toolbar within multiple pages. Server side include tags can be used within any pages that have the .shtml filename extension.

Statistics

Log files give an accurate picture of who is coming to your site, what they viewed at your site, and where they came from. Each domain is given its own log file.

Using the Web Control Panel, you can see the web statistics for each domain. Type in http://www.yourdomain.com.au/webalizer

SSL - Secure Sockets Layer

Free Shared SSL and Low Cost SSL Certificates
We offer shared SSL certificates for FREE. If you prefer to have your own SSL certificate, we have partnered with one of the leading SSL certificate authorities to offer you low cost SSL certificates with free installation. You can also use your own SSL certificates.

Microsoft® FrontPage® 2002

Au Web Group supports Microsoft® FrontPage® 2002, which can be used to design and maintain websites.

High Performance MySQL Database Server
Host your dynamic web sites powered by PHP, Perl, Python, ASP or ASP.NET with our high performance MySQL database servers. MySQL is available for both Unix and Windows web hosting. By using a dedicated database server, we can deliver better performance for your web sites. MySQL databases are included in our packages free of charge.

High Performance PostgreSQL Database Server
Our PostgreSQL database service is available to PHP, Perl, Python, ASP or ASP.NET. PostgreSQL database is available for both Unix and Windows web hosting. PostgreSQL databases are included in our packages free of charge. It provides most modern database functionalities that are still missing from MySQL such as transactions, stored procedures and subqueries.

Microsoft SQL Server 2005 (MSSQL)
Utilise the MS SQL server for heavy duty and data sensitive web applications linked via ASP or ASP.NET scripts. Our MSSQL server is a low cost solutions ideal for your small to medium scale deployment.

Domain Aliasing
Point several domain names to your web site for free. For example, you can have www.yourbusiness.com, www.your-business.com and www.yourbusiness.com.au all pointing to the same web site.

Sub Domains
Create multiple sub-domains for free. For example if you have the domain name "blogg.com", you can have joe.blogg.com (or www.joe.blogg.com), jane.blogg.com, tom.blogg.com, etc.

Custom DNS Records
We provide an online DNS editor so that you can add custom DNS records to your domain names.

Dedicated IP Address
We can provide dedicated IP address to your domains / web sites should it be required.

Unix Hosting Features
Shell Access via SSH - We provide secure shell access to perform tasks that are often hard or impossible to do otherwise.

Cron Jobs
Schedule jobs to be performed at a certain time via our crontab facility, for example to perform clean up or reminder mailouts or to check and respond to incoming emails automatically.

Features
Unix
Windows
User Friendly and Powerful Control Panel
Detailed Web Access Statistics and Analysis
Service Level Guarantee
Comprehensive Technical Support
True Multi Domain
Free Sub-Domains
Free Domain Aliases / Pointers
Custom DNS Records
Dedicated IP Address1
FREE Spam and Junk Mail Tagging Feature
FREE Virus Protection
Unlimited Email Accounts (POP3)
Free Mail Forwarding
Free Mail Aliasing
Free Auto-Responder
Free Mailing Lists
Catch All Feature
Web Mail Access
Online Address Book and Calendar
POP3, IMAP Protocols
Secure POP3, SMTP, Webmail
Custom MX Records
Mail Alias for the entire domain
Sub-FTP Accounts
Virtual FTP Site and Accounts2
Anonymous FTP2
FTP
Publishing via Sub-FTP Accounts
Microsoft Front Page Publishing
Shell Access via SSH
scp
rsync
Secure FTP (sftp)
FTP Over SSH
PhpBB Online Community
osCommerce
FormMail Script
Web Chat Script
CGI Web Counter
Guest Book
ASP Web Counter
Easy App Open Source Scripts Collection
PHP (more information)
Perl (more info)
Python
ASP  
ASP.NET
ISAPI DLL
MySQL Database
PostgreSQL Database
Microsoft SQL Server (MSSQL)1
Microsoft Access (MDB)
Free ODBC DSN
MySQL Web Based Interface
PostgreSQL Web based Interface
MSSQL Web based Interface
Dedicated IP Address1
Free Shared SSL (Secure Site)
Dedicated SSL (Secure Site)1
Ready to install Shopping Cart (osCommerce)
Compatible with other shopping cart
Commonwealth Bank / Dialect Solutions
MasterCard Internet Payment Gateway (MIGS)
E-Way
Camtech Payment Gateway
St. George Bank IPG (Internet Payment Gateway)
Open SSL Libraries (to conduct secure transactions with other payment gateways such as Authorize.net, PaySystems, WorldPay, LinkPoint, PayPal, etc).
Raw Log Files
Error Log Files
Password Protected Directories
.htaccess
GD2 Libraries
ImageMagick Libraries
Custom Error Pages
Page Redirection
Custom MIME Types
Custom Directory Index
mnoGoSearch Site Search Engine
Custom DNS Records
Apache mod_rewrite
Apache Multi Views
Separate Email and Database Server
Daily Backup
RAID1 HDD Mirroring
Data center with 24/7 on-site technicians
Automated 24/7 System, Network and Service Monitoring and Alerting
Redundant High Speed Backbones
UPS and Generator Backup

Notes:

1. Will incur extra costs.
2. Freely Available however it requires a dedicated IP address which costs extra.

 

Web Design | Web Hosting | Domain Names | Web Promotion

QLD NSW VICTORIA WA SA NT TAS ACT
© Au Web Group
2004
Main Production Studio
Ph/Fax: 07 5471 6064
admin@auwebgroup.com
Contact Us
Web design - hosting LINK resource
Networking Australia Wide:
Brisbane, Sunshine Coast, Gold Coast, Maroochydore, Noosa, Coolum Beach, Coolangatta, Mount Gravatt
Rockhampton, Gladstone, Cairns, Coolangatta, Tweed Heads, Victoria, North Queensland, New South Wales, Sydney, Darwin, Nortern Territory, Perth