logo
cube
     

left_temp right_gif

 

 

 

Alpha5 Web Hosting was created to allow both Developers and users to run Alpha5 V6 and V7 Applications.

 

Cost and reliability were a prime concern and Edwards Micros who run the Server have a long History in the field of Web Design.

 

Edwards Micros design, write and host Website for many business clients. Optimisation of Web sites can improve rankings as can the correct choice of domain name and key words, Edwards Micros assist their clients in this and all aspects of thier clients Web Presence.

 

There are no set charges or cancellation fees for our services.

 

Please note that our server has a UK specification and is optimised for UK users. Should you require hosting eleswhere in the world please contact us and we will endevour to find a Hosting Company in your country.

 

 

 

 

 

sub_gif

Alpha5 Hosting offers:

 

  • No Setup charge
  • Uk Specified Server
  • V8 Was License
  • Domain Hosting
  • 50 Email addresses
  • 1gb Domain Space
  • Full FTP server
  • POP3 Server
  • Mail Forwarding
  • Free Technical Support
  • ASP
  • CGI
  • PHP
  • Mysql (optional)
  • MSsql (optional)
left_gif   bottom

 

 

© 1998-2008All Rights Reserved Alpha5 Hosting & Edwards Micros All Rights Reserved Edwards Micros 12 Tudor Road, Worle, Somerset UK BS22 7UQ
Blue Cube and the Name Alpha5 are © Alpha Software Inc
Since January 2006 this site has been visited <% 'Dimension variables Dim fsoObject 'File System Object Dim tsObject 'Text Stream Object Dim filObject 'File Object Dim lngVisitorNumber 'Holds the visitor number Dim intWriteDigitLoopCount 'Loop counter to display the graphical hit count 'Create a File System Object variable Set fsoObject = Server.CreateObject("Scripting.FileSystemObject") 'Initialise a File Object with the path and name of text file to open Set filObject = fsoObject.GetFile(Server.MapPath("hit_count.txt")) 'Open the visitor counter text file Set tsObject = filObject.OpenAsTextStream 'Read in the visitor number from the visitor counter file lngVisitorNumber = CLng(tsObject.ReadAll) 'Increment the visitor counter number by 1 lngVisitorNumber = lngVisitorNumber + 1 'Create a new visitor counter text file over writing the previous one Set tsObject = fsoObject.CreateTextFile(Server.MapPath("hit_count.txt")) 'Write the new visitor number to the text file tsObject.Write CStr(lngVisitorNumber) 'Reset server objects Set fsoObject = Nothing Set tsObject = Nothing Set filObject = Nothing 'Display the hit count as text 'Response.Write(lngVisitorNumber) 'Loop to display graphical digits For intWriteDigitLoopCount = 1 to Len(lngVisitorNumber) 'Display the graphical hit count Response.Write("") Next %> 4520 times