Top Level Category

Table of Contents

  1. Contents of Top Level Category
    1. General Sales Questions (Answers to the most commonly asked general...)
    2. OthelloConnect.net - ADSL / SDSL / DialUp / VoIP (Answers to common questions about ADSL...)
      1. Connect::Voip - IP Based Telephony (Voice over Internet Protocol (VoIP) Voice over...)
    3. OthelloNames.net - Domain Name Registration and Management (Information on Domain Name registration and...)
    4. OthelloHosts.net - Shared (Virtual) Hosting (Articles and FAQs about Email, Web, WAP,...)
      1. Databases (Articles about database creation, management,...)
      2. e-Commerce (Information about e-commerce and online payment...)
      3. Email / Web Mail (Information on your email and web mail hosting...)
      4. Getting Started (General answers and help on getting your new...)
    5. Control Panels (Information, How-To's and Articles about the...)
      1. Control Panel - Cobalt (Information on the Sun Cobalt control panel...)
      2. Control Panel - CPanel/WHM (Information on the CPanel / WHM control panel...)
      3. Control Panel - DirectAdmin (Information on the Direct Admin control panel...)
      4. Control Panel - Ensim Pro (Information on the Ensim Pro control panel system.)
      5. Control Panel - H-Sphere (Information on the H-Sphere control panel system.)
        1. Email
        2. Errors
        3. Flash Movies
        4. FTP
        5. General
      6. Control Panel - HELM (Information on the Helm for Windows control...)
      7. Control Panel - Plesk (Information on the Plesk control panel system.)
    6. OthelloServer.net - Dedicated Servers & VPS (Virtual Private Servers) (Frequently Asked Questions about Dedicated,...)
      1. Managed Server Solutions (Answers to questions about Managed dedicated...)
      2. Un-Managed Dedicated Server Solutions (Answers to questions about unmanaged dedicated...)
      3. Virtual Private Servers (Answers to your questions about VPS hosting. )
    7. Othello::NOC - Network and Infrastructure (General F.A.Q.s about our setup, hardware,...)
    8. Billing & Accounts (Information about your account / billing with...)
    9. Affiliates (Frequently Asked Questions About The Othello...)
    10. Web Design (Answers to common questions about html, web...)
      1. Scripting (Articles and Hint son ASP, PHP, CGI/Perl and more.)
        1. ASP
        2. CGI / Perl
        3. Databases
        4. FormMail / MailForm (Form to Email scripts)
        5. PHP
      2. Search Engines and S.E.Optimisation (Search Engines, Submissions and Optiomisations)

Top Level Category

Parent category to all other categories

Perl script error "CGI open of tmpfile: Permission denied" on Windows hosting.

Perl script error "CGI open of tmpfile: Permission denied"

With perl for windows sometimes the TMPDIR environment variable does not get set to the correct value. To work around this issue you can set the TMPDIR variable to be the same as TEMP using code similar to that shown below.
BEGIN { if ($^O =~ /MSWin32/i) { $ENV{'TMPDIR'}=$ENV{'TEMP'}; } } use CGI; 
Chris Burton

General Sales Questions

Answers to the most commonly asked general sales questions.

Do Othello offer re-seller services?

Yes, under each of our main brands we offer reselling of our services.

See each appropriate website for more specific details.
Support Admin

Do you offer phone support?

Telephone support is available for certain brands.

Please understand that mostly you will be explaining the problem to a support consultant who will be adding it to the Ticket System.
It is therefore much more efficient that you complete the ticket yourself and remain part of the "loop" for solutions.

In emergencies, or when you cannot get to a PC you should of course telephone us on +44 871 277 6875 (National rate - calls cost 10p/min)

Support Admin

What are your hours of operation?

HostAssist.co.uk online support is available 24/7/365.

The DataCentre is staffed 24/7 and support technicians are on hand at all times.

We only take sales and administration telephone calls Monday-Friday 10am to 4pm.

Support Admin

Do your CPanel hosting accounts come with BoxTrapper ?

At present we do not offer a BoxTrapper based spam prevention solution.

BoxTrapper is based around the challenge-response methodology and we have seen much valid email rejected by it, due to the general internet user(s) unwillingness to follow the acknowledgement procedures, failiure of the authentication processes, and lack of patching/fixes from the Control Panel authors to support BoxTrapper.

Experience with tens of thousands  of email users has shown that correctly configured SpamAssassin rules, combined with individual user whitelists, network-wide blacklists and integration with RBLS for both UCE and Malware filtering has dramatically cut the amount of spam arriving in mailboxes.

Whilst some junk will always manage to get through, we are continuously pro-active in reducing the quantity of unwanted and often unsuitable email that gets delivered to our clients, but concious that no valid emails are blocked.
Support Admin

How frequently do you backup the data on your servers ?

We make daily backups of server configuration files to our SAN, as well as daily, weekly and monthly off site backups to our NAS in another DataCentre.

We no longer use tape media (formerly backups were onto a Dell DLT3 MultiChanger) as tapes are fragile, wear out and slow to restore from.

We do *NOT* as a general rule backup customer data unless the Hosting / Colo / Server plan comes with that feature - please check if you are in any doubt.

Archive/Backup services are available as an optional extra - We recommend you *always* have backups yourself of any critical information.

Support Admin

Can I resell reseller accounts ?

Our web hosting control panels do not currently allow for sub-resellers.

There are two options if you wish to offer Reseller Accounts to your clientbase:

  1. Upgrade to a dedicated server.
    You can then have total control via CPanel or Plesk over the accounts on the machine, which includes the ability to have resellers of your own.
    With this option you get complete control over your resellers, including the administration of their features, disk-space and bandwidth/data-transfer allowances.
    Contact the Sales department for a quotation, we can even arrange to move all your existing hosted acounts seamlessly onto your own server for you.

  2. Resell our reseller plans at a higher price.
    First submit a ticket to the Accounts department so that we know you are responsible for the financials of the new reseller account.
    Then simply sign up for another reseller account with your clients details, but use your email address not your client's, otherwise they will recive the welcome confirmation. Once you have the welcome documents, you go into the control panel and update the contact information to be theirs for future account creation notifications. You then top and tail the welcome emails and forward them on.

Please note that as they have contracted for the account with you, we will be unable to support them directly, and they will remain your customer and your responsibility.

Support Admin

What are the types of RAID ?

Various levels of RAID exist...

RAID0 - Span

Adds the capacity of the disks together to make 1 larger volume.
Minimum 2 disks. e.g. 2*80Gb drives = 160gb volume.
Provides no redundancy - if any disk fails you lose everything.

RAID1 - Mirror

Automatically mirrors the contents of one disk to another identical drive.
Uses 2 disks. e.g. 2*80Gb drives = 80gb volume.
Provides basic redundancy - if a single drive fails it can be removed from eth RAID Array and all the data still exists of the other drive.

RAID5 - Stripe and Checksum

Stripes data across n-1 disks, using the final disk as a checksum drive.
Minimum 3 disks. e.g. 3*80Gb drives = 160gb volume.
Provides standard redundancy, if a single drive fails it can be replaced with no loss of data, as every single disk content can be rebuilt from knowing the contents of the remaining disks.

RAID6 - Stripe and Checksum with HotSpare

Stripes data across n-2 disks, using the one disk as a checksum drive and another as a standby drive.
Minimum 4 disks. e.g. 4*80Gb drives = 160gb volume.
Provides advanced redundancy, if a single drive fails it is automatically rebuilt onto the hotswap spare drive, with no loss of data or downtime, although access times are reduced during the rebuild.

RAID10 (raid1+0) - Span and Mirror

Adds the capacity of half of the disks together to make 1 larger volume. With the added failover of a complete mirror set of those drives.
Minimum 4 disks. e.g. 4*80Gb drives = 160gb volume.
Provides complete redundancy, if any drive fails, the data is simply read from the equivalent drive in the mirror set automatically. No loss of data and no downtime, although access times are not reduced as with RAID6, the failed disk can be replaced and will auto-rebuild.
Support Admin

Do you support RUBY ? Do you support Ruby on Rails / RoR ?

Yes, our CPanel 11.x based Business, E-Commerce and Developer Hosting packages support Ruby and Ruby on rails (RoR).
Support Admin

What version of PHP are you running ?

Our current main version of PHP is Server version: 5.0.4

Version Control

As a general rule, the versions of applications running on our PRODUCTION servers will be the latest stable release.

We also maintain BLEEDING EDGE systems for those clients who require specific/later versions.

Additionally, certain control panels require particular/older versions in order to operate correctly.

If you have a specific software version / revision requirement, please contact the Sales department to discuss the numerous options.

Support Admin

What version of TOMCAT are you running ?

Our current main version of TOMCAT is Server version: 5.5.7

Version Control

As a general rule, the versions of applications running on our PRODUCTION servers will be the latest stable release.

We also maintain BLEEDING EDGE systems for those clients who require specific/later versions.

Additionally, certain control panels require particular/older versions in order to operate correctly.

If you have a specific software version / revision requirement, please contact the Sales department to discuss the numerous options.

Support Admin

Does your control panel allow for file uploads not using FTP ?

Yes, business plans on most of our control panels have the facility to manage files through a browser as well as by FTP.

Access to this option depends on the service plan you have purchased, and HTTP file uploads / mangement is considerably slower than FTP based management.

Support Admin

How much is CPanel ? What CPanel licences do you offer ?

We work with a CPANEL authorised NOC partner, able to offer you discounted CPanel licences for both Internal [on our network as colo/dedicated server] or External [on your own network, outside of our datacentre] use.

Contact the Sales department to discuss your exact requirements.

Support Admin

How much is Plesk ? What Plesk licences do you offer ?

We are a PLESK authorised sales partner, able to offer you discounted Plesk licences for both Internal [on our network as colo/dedicated server] or External [on your own network, outside of our datacentre] use.

Contact the Sales department to discuss your exact requirements.

Support Admin

How much is Windows ? What Windows licences do you offer ?

We are a MicroSoft SPLA partner, able to offer you discounted MS licences for Internal [on our network on a colo / dedicated server].

Operating System Prices

Contact the Sales department to discuss your exact requirements.
Support Admin

How much is Direct Admin ? What DirectAdmin licences do you offer ?

We are a Direct Admin authorised hosting partner, able to offer you discounted DirectAdmin licences for both Internal [on our network as colo/dedicated server] or External [on your own network, outside of our datacentre] use.

Contact the Sales department to discuss your exact requirements.

Support Admin

How much is HELM ? What Helm licences do you offer ?

We have setup with a WHA authorised HELM partner an arrangement and are now able to offer you discounted HELM licences for both Internal [on our network as colo/dedicated server] or External [on your own network, outside of our datacentre] use.

Contact the Sales department to discuss your exact requirements.

Support Admin

How do I get to your London DataCentre (datacenter) ?

How to get to our Primary London DC @ Legend IPHouse (IPHouse-2)

Othello Technology Systems Ltd
IPHouse 2
Units 1 & 2
14 Lanrick Road
London
E14 0JF
United Kingdom

By Car

Please note that Lanrick Road is not listed in some "A to Z" type map books.
It is situated off the A13 at the entrance to the Blackwall Industrial Estate, Canning Town, London.

All 5 of Othello Technology Systems London DataCentres are outside London's "Congestion Charge" Zone and offer (limited) free parking to accompanied visitors, subject to pre-notification.

All visits must be booked in advance.

FROM OUTSIDE THE M25 (North of London)

Take the M25 around to the M11, and turn towards London.
Follow the M11 to its end, where it joins the dual carriageway A406 (North Circular Road).
On the A406 follow signs for Docklands, London - East and the A13.
At the end of the A406, follow the A13 towards The City and then follow signs for the Isle of Dogs.

As you turn off the A13 you wil reach the Leamouth roundabout with an Esso garage on one side.
Take the 5th exit back towards the A13, and get in the middle lane (left-hand lane of the two lanes going straight-over/right).
You will be crossing the A13 towards part of canning town, which *almost* straight over the A13. The road splits 4 ways, you want the 2nd lane which is Lanrick Road.

Continue for 500 metres to the left hand bend and the datacentre is on the right-hand side behind the imposing blue metal gates.

FROM INSIDE LONDON (North of the River)

Take your most convenient route to the northern end of Tower Bridge, and then eastward along The Highway and through the Limehouse Link tunnel.
Watch out there are cameras and the speed limit has been reduced to 30 MPH.

Follow signs for the Isle of Dogs.
Continue onto the roundabout at the end.
Take the 2nd exit towards the A13, and get in the middle lane (left-hand lane of the two lanes going straight-over/right).
You will be crossing the A13 towards part of canning town, which *almost* straight over the A13. The road splits 4 ways, you want the 2nd lane which is Lanrick Road.

Continue for 500 metres to the left hand bend and the datacentre is on the right-hand side behind the imposing blue metal gates.

FROM SOUTH-EAST OF THE RIVER

Go to North Greenwich, and then through the Blackwall Tunnel.
From the northern end of the tunnel follow signs for the A13 (eastward)
Once you reach the Isle of Dogs turn off, take the left-hand lane off the A13, but bear 2nd left into Lanrick Road, not immediately left towards the housing.

Continue for 500 metres to the left hand bend and the datacentre is on the right-hand side behind the imposing blue metal gates.

FROM SOUTH-WEST OF THE RIVER
Head for the City.
Cross the river and follow the Embankment eastward to Tower Hill.
From here go eastward along The Highway and follow instructions for FROM INSIDE LONDON (North of the River)

By Train

The nearest station is Canning Town on the Docklands Light Railway (DLR) an Jubilee Lines.
These are part of the London Underground network, and is covered by British Rail and London Underground Travelcards.
Canning Town station is in Zone 2.

 

On leaving Canning Town station, cross the road and turn left following the main rioad to the roundabout, under the flyover (overhead).
Cross the roundabout and head left up the walkway as if following the flyover into London, and the top are teh steps down into Lanrick road.
Come down the steps and 120 meters along the datacentre is on the right-hand side behind the imposing blue metal gates.

How to get to our Connectivity POP @ TelecityRedbus Meridian Gate (Interhouse 2)

Othello Technology Systems Ltd
4th Floor Interhouse II
Memaco House
215 Marsh Wall
Docklands
London
E14 9FJ
United Kingdom

PLEASE NOTE THERE IS NO CLIENT EQUIPMENT AT ANY OF OUR CONNECTIVITY-POP SITES

How to get to our Connectivity POP @ TelecityRedbus Sovereign House (Interhouse 3)

Othello Technology Systems Ltd
c/o Aexiomus & Cyberstrider
2nd Floor Interhouse III
Sovereign House
227 Marsh Wall
Docklands
London
E14
United Kingdom

PLEASE NOTE THERE IS NO CLIENT EQUIPMENT AT ANY OF OUR CONNECTIVITY-POP SITES

How to get to our Connectivity POP @ TelecityRedbus Harbour Exchange (Interhouse 1)

Othello Technology Systems Ltd
c/o Aexiomus & Cyberstrider
8th Floor Interhouse I
6/7 Harbour Exchange
Docklands
London
E14
United Kingdom

PLEASE NOTE THERE IS NO CLIENT EQUIPMENT AT ANY OF OUR CONNECTIVITY-POP SITES

How to get to our Connectivity POP @ Telehouse (East)

Othello Technology Systems Ltd
c/o DataHop.IT
Telehouse East
Coriander Avenvue
Docklands
London
E14
United Kingdom

PLEASE NOTE THERE IS NO CLIENT EQUIPMENT AT ANY OF OUR CONNECTIVITY-POP SITES

Support Admin

Can i keep my domain with xyz registrar ?

Certainly, you may register and maintain your domain with whomever you choose.

We would of course prefer to have your domain in our management systems, so that we can resolve any issues that arise, and that way you only have 1 a$$ to kick if something goes wrong, but we fully understand that it is your domain and you should determine which organisationis responsible for renewals etc.

To utilise your domain with our services only requires that you either:

  1. set your nameservers to the appropraite NS for the services you require or
  2. add the necessary A/MX/PTR records to your own nameservers for DNS to work
Many of our hosting and reseller plans come with a free domain or transfer, so financially moving your domain to us could also save you money.
Support Admin

What is your address ?

As an international company we have a variety of addresses, depending on what is being sent and which of our various Points of Presence in each country it is destined for.

 

The Head-Office for all correspondence is ...

Othello Technology Systems Ltd
1st Floor
Number One Poultry
London
EC2R 8JR
United Kingdom

 

The DataCentre addresses for system deliveries are ...

UK

Othello.UK.IPH

Othello Technology Systems Ltd
IPHouse 2
Units 1 & 2
14 Lanrick Road
London
E14 0JF
United Kingdom

Othello.UK.IPH

Othello Technology Systems Ltd
Suite DFM3.J3.A7
Telehouse North
Coriander Avenue
London
E14 2AA
United Kingdom

 

USA

Othello.US.PTX

Othello Technology Systems Ltd
Planet DLLSTX2
Stemmons Freeway
Dallas
TX
United States of America

Othello.US.NNY

Othello Technology Systems Ltd
c/o Net Access Corporation
9 Wing Drive
Cedar Knolls
New Jersey
NJ 07927
United States of America

 

NL

Othello.NL.EAX

Othello Technology Systems Ltd
c/o EuroAccess - Easynet
Capronilaan 2
1119NR
Schipol-Rijk
Schipol
Netherlands

Othello.NL.KAM

Othello Technology Systems Ltd
KPN DC3
RAI
Amsterdam
Netherlands

 

Support Admin

How soon can you create my hosting account ?

Many of our systems are fully automated, so account creation is often near-instant when paid online.

There are some occasions where manual checking and verification of details are necessary, or a specific/custom configuration is required, and we will advise you of any delays.

We aim to have all accounts setup and ready for use within 1 business day.

Support Admin

Do you support JAVA applets & JSP servlets ?

Yes, we offer TomCat based Java hosting services.

Because JSP can be very server resource intensive we have setup specific systems for clients requiring JAVA and associated features.

Please contact the Sales department to discuss your exact requirements.

Support Admin

What version of APACHE are you running ?

Our current main version of APACHE is Server version: 2.0.54

Version Control

As a general rule, the versions of applications running on our PRODUCTION servers will be the latest stable release.

We also maintain BLEEDING EDGE systems for those clients who require specific/later versions.

Additionally, certain control panels require particular/older versions in order to operate correctly.

If you have a specific software version / revision requirement, please contact the Sales department to discuss the numerous options.

Support Admin

Where is your data centre (datacenter) located?

We operate out of multiple POPs

Our main DataCentre is the OthelloSuite, IPHouse 2, London Docklands - at the heart of the UK and EU internet.

We also operate satelite PoPs with our own routers, servers etc at:

Support Admin

What payment options do you accept ? How can I pay ?

We currently accept a number of payment methods:
Support Admin

What version of MySQL are you running ?

Our current main version of MYSQL is Server version: 4.1.12

Version Control

As a general rule, the versions of applications running on our PRODUCTION servers will be the latest stable release.

We also maintain BLEEDING EDGE systems for those clients who require specific/later versions.

Additionally, certain control panels require particular/older versions in order to operate correctly.

If you have a specific software version / revision requirement, please contact the Sales department to discuss the numerous options.

Support Admin

What is Fantastico De Luxe ?

 Fantastico De Luxe is the leading auto installer for cPanel servers.
It provides end users the ability to quickly install most of the leading open source applications required on web sites.

Main Features

Fantastico De Luxe is the leading auto installer for cPanel servers.
It integrates with your cPanel and gives you and your web-hosting customers the ability to install of any of the supported scripts in:
  1. add-on domains
  2. subdomains
  3. top level directories (root of main domain and/or any addon domain/subdomain)

Additional features User Page

  1. Overview page (lists all installed apps)
  2. Select language
  3. Email notifications to user for installations/removals
  4. Display a warning when logged in using root or reseller password. You can't proceed to install in these cases.

Scripts being installed by Fantastico De Luxe

The following scripts can be autoinstalled using Fantastico De Luxe. Installation procedure takes a few seconds and can be performed by novices without the need of setting up MySQL databases, importing structure, chmoding files and without the need of other tasks usually associated with installations:
Please note version numbers of applications is subject to change as new updates or security patches are released.

Blogs

b2evolution (0.9.0.10)
Nucleus (3.15)
pMachine Free (2.3)
WordPress (1.2.2)

Portals/CMS

Drupal (4.5.1)
Geeklog (1.3.10)
Mambo Open Source (4.5.1a)
PHP-Nuke (7.5)
phpWCMS (1.1-RC4-1)
phpWebSite (0.10.0 english)
Post-Nuke (0.750-Gold)
Siteframe (3.1.6)
Typo3 (3.7.0)
Xoops (2.0.7.3)

Customer Support

Crafty Syntax Live Help (2.9.8)
Help Center Live (1.2.6)
osTicket (1.2.7)
PHP Support Tickets (1.7)
Support Logic Helpdesk (1.2)
Support Services Manager (1.0b)

Discussion Boards

Invision Board (Disabled) (1.3)
phpBB2 (2.0.11)
SMF (1.0)

E-Commerce

CubeCart (2.0.3)
OS Commerce (2.2 MS2)
Zen Cart (1.2.2d)

FAQ

FAQMasterFlex (1.0)

Guestbooks

ViPER Guestbook (1.26)

Image Galleries

4images Gallery (1.7.1)
Coppermine Photo Gallery (1.3.2)

Mailing List

PHPlist (2.8.12)

Polls and Surveys

Advanced Poll (2.03)
phpESP (1.6.1)
PHPSurveyor (0.98final)

Project Management

PHProjekt (4.2.1)
dotProject (1.0.2-1)

Site Builder

Soholaunch Pro Edition (4.7 (Build 2004_11a))
Additional Licence Fees apply

Wiki

PhpWiki (1.2.6)
TikiWiki (1.8.4.1)

Other Scripts

Dew-NewPHPLinks (2.0.1.0a SEF)
Moodle (1.4.3)
Noah’s Classifieds (1.3)
Open-Realty (1.1.5b)
phpAdsNew (2.0)
PHPauction (2.1)
phpCOIN (1.2.1b)
phpFormGenerator (2.09c)
WebCalendar (0.9.45)
Support Admin

Which applications can come with my Ensim hosting account ?

Certain Ensim based packages come with the PowerTools including:

Exact version numbers are subject to change as security patches are released

Rob Golding

What Operating Systems are your servers using ?

We operate a comprehensive range of systems, including all flavours of Linux and Windows.

In the main our systems are running either Windows 2003 Standard or Fedora Core (Linux).

Rob Golding

Do you offer telnet or shell access to hosting servers?

For security reasons we do not offer telnet or ssh (shell) access to any hosting accounts on shared servers.

If you require a shell prompts for managing your domains/applications, we can supply a dedicated or virtual-private server as required.

Please contact the Sales Team for quotations of VPS and Dedicated Servers.

Rob Golding

Do you offer fixed/dedicated IP Addresses for hosting and how much do they cost ?

Yes, we can offer a dedicated/fixed IP address for £5.00/m each.

If you purchase an SSL certificate from us for your hosting, it includes a fixed IP address.

IP address blocks can be purchased in sizes of 8/16/32/64/128/256 blocks for dedicated and collocated servers, at a lower rate of £2.00/month/ip.
However you will need to complete the necessary RIPE justification for for all IP Address allocations.

Please contact the Sales Team to discuss your IP Address requirements.

Rob Golding

What is the typical load average on your shared hosting web servers ?

Typically we keep load on our servers at under 1.00.

At certain times (during log-rotate, overnight backup etc.) the load does increase, however it is our policy *NOT* to overload servers, preferring performance and client satisfaction over short-term profits.
Rob Golding

Can I pay monthly / quarterly / annually ?

With most of our packages a variety of payment terms are available.

If in doubt or you have specific requirements, please contact the Accounts Team.
Rob Golding

Do you charge VAT ? Who gets charged Value Added Tax (Sales Tax) ?

As a VAT registed UK Supplier, we are obliged by UK Customs & Excise to charge VAT on all internet services provided (domains, hosting, dedicated servers, collocation, racks, transit, connectivity, consultancy etc.) as the place of supply is the United Kingdom.
Rob Golding

What types of scripting do you support ? What scripts can I use ?

Othello Technology Systems provides a comprehensive ramge of hosting services, offering every kind of operating system and control panel to suit your exact requirements.

Depending on your choice of hosting plan, our sytems can support:

The type of scripting available depends on your hosting plan, if you need more help, please contact the sales team and they will be able to advise.

Rob Golding

What is ADSL ?

ADSL, or Asymmetric Digital Subscriber Line technology is a means of transmitting digital information at high speed down existing copper telephone cables.

It is permanently 'switched on', unlike normal dial up access and is asymmetric in that it uses most of the available bandwidth downstream (towards you) to make collecting your email and browsing the web as fast as possible.

This makes it particularly suitable for end-users who expect to receive more data than they transmit, use of corporate intranets, and reception of digital audio-visual material (streaming media).

The technology also supports a statndard analogue connection (voice line) on the cable, which enables you to make voice or fax calls simultaneously with internet access.

ADSL (BroadBand) can be enhanced with additional services like Connect::VoIP (Voice over IP) giving you a cheaper telephone calls, conference calling and many more features.

Rob Golding

What are the benefits of ADSL based services for Home and Business ?

ADSL based services allow Home Users to:

Additionally, ADSL based services will allow SME's and Corporates to:

Rob Golding

What can I used my ADSL connection for ?

Connect::ADSL's high-speed connections with huge bandwidth allocations has the potential to enhance access to existing services and applications and stimulate the development of new ones:
Rob Golding

Can I get BroadBand where I am ?

There are a number of factors that will determine whether you will be able to take get an ADSL connection. If you are in any doubt, please contact us for a test on your specific line.
  1. You must be a BT telephone subscriber
    You must have a valid contract for the use of a BT analogue direct exchange line forming part of the BT network over which the ADSL service will be provided. Note that if you rent your premises, you must have a valid contract for a BT or Calls & Access provided PSTN line. It is not suitable that the contract be held with your landlord rather than yourself.
    What does all that mean ? Simply that *you* must have a BT Line and are responsible for paying the BT telephone bills.
  2. Whether BT has upgraded your telephone exchange to ADSL technology
    It is expected that by the end of March 2006 *all* BT Exchanges countrywide will be Connect::ADSL compatible.
  3. How far you are from the local BT Telephone Exchange
    ADSL Speeds are dependant on the length of the copper wires connecting you to the telephone exchange - the further you are, the slower the DSL connection will be.
  4. That there are no incompatible services on your PSTN line
    Redcare, Alarm lines, ISDN, low-user tarrifs and certain types of internally wired telphone extensions can stop you receiving ADSL
  5. That you have sufficient mains power sockets close to the telephone master box.
    Some installations require BT to fit NTE (Network Terminating Equipment) in your premises, you must have a 13amp power outlet within 2 metres of where the phon-line enters the property
If you can meet all of the requirements, then you CAN get ADSL.
Rob Golding

What services on my BT line are incompatible with ADSL ?

ADSL service is not compatible with these BT services: It is only possible to provide a single broadband service over a single BT or Calls & Access PSTN exchange line.
Rob Golding

Is my fax compatible ADSL ?

FAX Machines work over the standard analogue part of a telephone line

There is no reason why your fax would not work after upgrading to ADSL.

You WILL have to install an ADSL filter to the telephone socket connecting your FAX to the BT Box.

Rob Golding

Will ADSL affect my normal voice telephone connection ?

Voice telephone handsets work over the standard analogue part of a telephone line

There is no reason why your normal telephone would not work after upgrading to ADSL.

You WILL have to install an ADSL filter to the telephone socket connecting your phone to the BT Box. You may notice a slight change to how your telephone voice sounds at the other end after you have ADSL installed. This is normal for ADSL lines and is not in anyway a fault or something that can be recified.

Your telephone Answering machine similarly will continue to work, but MUST be connected to an ADSL Filter before plugging into the BO Box, to stop feedback being recorded.

Rob Golding

Will ADSL affect my burglar alarm, monitoring service or security system ?

ADSL Services are not compatible with security / monitor / alarm systems.

You should obtain a separate telephone line for such critical services, and keep your normal telephone line for ADSL and voice-calls.

Rob Golding

Can you help / migrate my accounts / websites /emails / databases ?

If you were a ...
using one of:
  • cPanel/WHM
  • Plesk
  • Ensim

  • with your previous host, then Othello Technology Systems can migrate your accounts over quickly, free of charge and usually without downtime.

    If it was a different control panel, or you didnt have full root access then we can advise only, and cannot guarantee a successful transfer.

    Support Admin

    How do I order Addons like more IP Addresses, extra Bandwidth/Transfer, additional Disk etc.

    Adding additional features to your existing Products and Services can be done online through the My:Othello Client portal

    Currently you can order:

     

    1. Login to the My:Othello Client Portal at http://billing.othellotech.net
    2. Click on the link for "My Products" to see a list of your Servers / Collocation / Reseller / Shared Hosting Accounts.
    3. Click on the "[View Details]" button next to the item you wish to order additional features for.
    4. Click on "Account Addons" to view and order the available extras for that product.

     

    Support Admin

    How do I get SSH / Shell access to my hosting plan ?

    Clients on the Othello::Hosts::Developer packages already have access to :
    compilers
    dev-kits/api's
    framework creation tools
    and we are pleased to announce, can now have access to jailed-shell SSH access.

    To get Jailed SSH access enabled for your account for the rapid deployment and configuration of Ruby and Ruby on Rails applications...

    Acceptable forms of ID include
    * Passport
    * Photo Driving Licence
    * Staff Pass (.sch.uk, .nhs.uk, .police.uk, .gov.uk, .ac.uk validated email addresses *ONLY*)

    We will enable your jailed shell access for you on verification on of your hotsing account information and validation of the prrof of identity.

    Rob Golding

    What Ruby Gems are installed on the Ruby and Ruby on Rails (RoR) Developer Hosting plans ?

    ruby on rails logo
    Ruby Version: 1.8.6
    Rails Version: 2.0.2

    The following Ruby Gems are installed as standard on the Othello::Hosts::Business hosting packages for use in your Ruby and Rails applications...

    The following Ruby Gems are installed as standard on the Othello::Hosts::Developer hosting packages for development of your Ruby and Rails applications...

    New gems now available for developers...

    Rob Golding

    Shared/Virtual Hosting Mailing Policy and Limits.

    Mail Limits

    SMTP/Outbound

    There is a 300 per hour email limit per domain. This limit is applied towards mailman mailing lists, php scripts, and local smtp connections (standard email connections).

    If you send over this amount in any hour most of the e-mails will bounce back with a undeliverable error or be silently discarded.

    POP3/Inbound

    Our servers have a limit set of 30 pop checks per hour per domain. If you attempt to exceed this you will get a connection refused or wrong password / login incorrect error message. Simply wait for an hour and your account will automatically be unlocked - there is no need to contact support.
    To prevent this from happening again please ensure and automated mailbox checking (in your local mail server or mail program [i.e. Outlook etc]) is set to no more frequently than 10 minutes.

    Mailing Lists Rules

    Any mailing list larger than 3,000 will require a semi-dedicated (VPS) or dedicated hosting solution - shared hosting is not an appropraite solution for large mailing lists.
    1. Anytime you send a message to your mailing list, no matter how large the list of recipients, you must throttle the sending. We recommend you throttle your mail program to a maximum of 1 email every 10 seconds (i.e. 360 messages/hour).
      If the mailing list software you're using does not allow you to throttle you must switch to something that does . We recommend phplist which can be found in your control panel under fantastico for free/open-source users with lists upto 1000 addresses, and Active Campaign 1-2-All for commercial use.

      If your mailer is not set to throttle and you try sending to a list of 1000, the server will try sending all 1000 in 1 second which is simply not possible. This will cause the server load to go up significantly, causing all processes to slow down. Any domain which causes a servers load to go > 1.0 will be automatically suspended, the process terminated. Therefore if you choose not to throttle your mailing list you will most likely be spending the next 24 hours suspended for crashing the server.
    2. Any mailing list processes should be sent during off-peak times to prevent your normal mail send/recieve slwoing down. Off-peak is defined as 8pm to 8a Monday to Friday and all day Saturday and Sunday.
    3. You are EXPRESSLY FORBIDDEN to mail to a mailing list you were given or purchased.
      No matter how it was sold to you, THIS IS SPAMMING because they never agreed to you personally sending them mail, and will not be tolerated. We do not care how you attempt to justify it - sending spam will result in the immediate termination of your hosting account account with no refund.
    4. Unsolicited bulk email being sent from your account is notacceptable and could result in termination of your hosting account. ISPs take a zero tolerance stance against sending of unsolicited commrcial or bulk emails.
    5. Any mailling list which has international recipients MUST comply with all guidelines set forth by the CanSpam legislation - see US CANSPAM
    6. No Direct SMTP mailers are allowed - for example DarkMailer.
      Any mail that is sent through our servers *MUST* be relayed through the local Mail Transfer Agent / MTA (localhost:25) for virus scanning, spam checking and delivery by our mail servers.
    7. All recipients of your mailing list must have explicity agreed to be emailled by you.
      You agree unconditionally to...
    Rob Golding

    I didnt get your welcome email - where has my signup email gone ?

    If you cannot find the initial emails sent in your mail inbox, please check your “Spam” or Bulk mail folders for the email.

    Make sure you add billing@othellotech.net to your email whitelists or "buddy list".

    How to add us to your Yahoo whitelist:

    1. Open your Yahoo mailbox
    2. Click "Mail Options"
    3. Click "Filters"
    4. Next, click "Add Filter"
    5. In the top row, labeled "From Header:" make sure "contains" is selected.
    6. Click in the text box next to that drop-down menu, and enter the address billing@othellotech.net
    7. At the bottom, where it says "Move the message to:" select "Inbox" from the menu.
    8. Click the "Add Filter" button again.

    For AOL, here's how to receive our emails:

    1. Go to "Mail Controls"
    2. Select the screen name we're sending your e-mail to
    3. Click "Customize Mail Controls For This Screenname."

    For AOL version 7.0: In the section for "exclusion and inclusion parameters", include these domains:
    othellotech.net and hostassist.co.uk

    For AOL version 8.0: Select "Allow e-mail from all AOL members, e-mail addresses and domains”. Then…
    1. Click "Next" until the Save button shows up at the bottom
    2. Click "Save."

    To receive our emails with Hotmail, please follow these steps:

    1. Click the "Options" tab
    2. Under "Mail Handling" select "Safe List"
    3. In the space provided, enter the address billing@othellotech.net
    4. Click "Add"
    5. When you see the address you entered in the Safe List box, click "OK.
    6. Repeat for support@othellotech.net
    Support Admin

    What is SHOUTcast ?

    SHOUTcast is a freeware audio streaming technology, devoped by Nullsoft (producers of WinAMP).

    SHOUT cast uses MP3 encoding of the audio content and HTTP as the transport protocol to broadcast Internet Radio over the web.

    With a SHOUTcast Streaming Media Hosting package from www.OthelloHosts.net you can become an online DJ today !
    Rob Golding

    OthelloConnect.net - ADSL / SDSL / DialUp / VoIP

    Answers to common questions about ADSL SDSL/SHDSL Dial UP Voice over IP

    Can I change the speed of my broadband ?

    Yes you can upgrade your ValueADSL.co.uk broadband to any of our other products.
    This is called a service regrade, and can often be done next day.

    Please contact sales to discuss your exact requirements.
    Support Admin

    How fast can my broadband go / whats the fastest broadband ? What speed is Connect::ADSL ?

    Currently at BT exchanges the fastest ADSL/SDSL that can be supplied depends on line types, exchange equipment, and distance from exchange to telephone master socket in the property.

    Presently this is

    Using bonded-ADSL it is now possible to link upto 4 separate ADSL Lines from the same provider into an aggreagte broadband service, capable of 4 times the speed ...
    Fixed : 8Mb/s download, 1Mb/s upload !

    ValueADSL.co.uk is one of the select few ISPs able to offer a fully managed bonded ADSL service of 2, 3 or 4 connections, including

    Please contact the sales team to discuss your requirements.

    Support Admin

    How quickly can I get broadband ?

    Usually we can provision a new ADSL connection within FIVE working days.

    Migrations from an existing ADSL provider normally take  7 days to complete. Your internet service remains with the original ISP until cut-over date. There should be no loss of service, only a router reboot with the new configuration.

    SDSL can take upto TWENTY working days to complete.
    Support Admin

    Can I switch to your broadband ?

    Moving ADSL from one provider to another is called DSL Migration.

    ValueADSL.co.uk are very happy for you to upgrade your existing broadband by migrating to our high-speed, low-contention services.

    Please contact sales to discus your requirements. Unlike many providers we can also provision your new service as any of our products, not just like-for-like, saving you the time, expense and downtime of a regrade.

    Support Admin

    How to Use Connect::VOIP with your existing SIP device ...

    You need an Connect::VOIP username and password in order to make free and ultra-cheap calls via our network.
    First sign up with Connect::VOIP and create your login.

    If you need help entering the configuration into your SIP device, please check the manual that came with your SIP phone or router.

    Settings

    In order to call via the Connect::VOIP network, enter these settings...

    Username Your Connect::VOIP username
    Password Your Connect::VOIP password
    SIP/Proxy registrar sip.othelloconnect.com
    Domain/Realm othelloconnect.com
    STUN server stun.othelloconnect.com

    Codecs Supported

    If you have audio problems, we suggest...
    Use a STUN server (if supported by your device)
    Use the G.711 codec
    Rob Golding

    What is ADSL ?

    ADSL, or Asymmetric Digital Subscriber Line technology is a means of transmitting digital information at high speed down existing copper telephone cables.

    It is permanently 'switched on', unlike normal dial up access and is asymmetric in that it uses most of the available bandwidth downstream (towards you) to make collecting your email and browsing the web as fast as possible.

    This makes it particularly suitable for end-users who expect to receive more data than they transmit, use of corporate intranets, and reception of digital audio-visual material (streaming media).

    The technology also supports a statndard analogue connection (voice line) on the cable, which enables you to make voice or fax calls simultaneously with internet access.

    ADSL (BroadBand) can be enhanced with additional services like Connect::VoIP (Voice over IP) giving you a cheaper telephone calls, conference calling and many more features.

    Rob Golding

    What are the benefits of ADSL based services for Home and Business ?

    ADSL based services allow Home Users to:

    Additionally, ADSL based services will allow SME's and Corporates to:

    Rob Golding

    What can I used my ADSL connection for ?

    Connect::ADSL's high-speed connections with huge bandwidth allocations has the potential to enhance access to existing services and applications and stimulate the development of new ones:
    Rob Golding

    Can I get BroadBand where I am ?

    There are a number of factors that will determine whether you will be able to take get an ADSL connection. If you are in any doubt, please contact us for a test on your specific line.
    1. You must be a BT telephone subscriber
      You must have a valid contract for the use of a BT analogue direct exchange line forming part of the BT network over which the ADSL service will be provided. Note that if you rent your premises, you must have a valid contract for a BT or Calls & Access provided PSTN line. It is not suitable that the contract be held with your landlord rather than yourself.
      What does all that mean ? Simply that *you* must have a BT Line and are responsible for paying the BT telephone bills.
    2. Whether BT has upgraded your telephone exchange to ADSL technology
      It is expected that by the end of March 2006 *all* BT Exchanges countrywide will be Connect::ADSL compatible.
    3. How far you are from the local BT Telephone Exchange
      ADSL Speeds are dependant on the length of the copper wires connecting you to the telephone exchange - the further you are, the slower the DSL connection will be.
    4. That there are no incompatible services on your PSTN line
      Redcare, Alarm lines, ISDN, low-user tarrifs and certain types of internally wired telphone extensions can stop you receiving ADSL
    5. That you have sufficient mains power sockets close to the telephone master box.
      Some installations require BT to fit NTE (Network Terminating Equipment) in your premises, you must have a 13amp power outlet within 2 metres of where the phon-line enters the property
    If you can meet all of the requirements, then you CAN get ADSL.
    Rob Golding

    What services on my BT line are incompatible with ADSL ?

    ADSL service is not compatible with these BT services: It is only possible to provide a single broadband service over a single BT or Calls & Access PSTN exchange line.
    Rob Golding

    Is my fax compatible ADSL ?

    FAX Machines work over the standard analogue part of a telephone line

    There is no reason why your fax would not work after upgrading to ADSL.

    You WILL have to install an ADSL filter to the telephone socket connecting your FAX to the BT Box.

    Rob Golding

    Will ADSL affect my normal voice telephone connection ?

    Voice telephone handsets work over the standard analogue part of a telephone line

    There is no reason why your normal telephone would not work after upgrading to ADSL.

    You WILL have to install an ADSL filter to the telephone socket connecting your phone to the BT Box. You may notice a slight change to how your telephone voice sounds at the other end after you have ADSL installed. This is normal for ADSL lines and is not in anyway a fault or something that can be recified.

    Your telephone Answering machine similarly will continue to work, but MUST be connected to an ADSL Filter before plugging into the BO Box, to stop feedback being recorded.

    Rob Golding

    Will ADSL affect my burglar alarm, monitoring service or security system ?

    ADSL Services are not compatible with security / monitor / alarm systems.

    You should obtain a separate telephone line for such critical services, and keep your normal telephone line for ADSL and voice-calls.

    Rob Golding

    What is the minimum ADSL / SDSL / Leased Line period ?

    Othello Technology telephony services including : have a 12 month minimum contract period, after which 30 days notice of cancellation is required.

    Should your line be disconnected by BT during your 12 month contract period, you will immediately become liable for the remainder of the contract term.

    Rob Golding

    Who do I report ADSL / SDSL / Leased-Line faults to ?

    If you have a fault with an Othello Technology Connect service, you shoudl in the first instance report them to us, using the online support service at www.hostassist.co.uk

    We will then perform a number of line tests to determine the nature of the fault, and escalate to the appropriate internal department or external company.

    The only exception to this is if the fault affects yor voice telephony services, in which case you should report the fault to BT in the normal manner

    Rob Golding

    What are the ADSL contention ratios ? Explain contention ...

    Can you explain how the contention ratios work ?

    The various BroadBand technologies each have an associated contention ratio - essentially how many people *might* be using the same allocated bandwidth at any time.

    At peak times if *everyone* who has ADSL at that exchange are connected at the same time, it means you will be guaranteed only 1/Nth of the connection speed you are subscribing to. Where N is the contention level.

    Home ADSL
    50:1
    The BT Exchange connection can be shared by upto 50 concurrent users (N = 50)

    Low-Contention Home ADSL
    40:1
    The BT Exchange connection can be shared by upto 40 concurrent users (N = 40)

    Business ADSL
    20:1
    The BT Exchange connection can be shared by upto 20 concurrent users (N = 20)

    Low-Contention Business ADSL
    10:1
    The BT Exchange connection can be shared by upto 10 concurrent users (N = 10)

    Uncontended ADSL
    1:1
    The BT Exchange connection is *exclusive* to you and not shared by other users (N = 1)

    Each connection being is given its own port on the exchange terminating equipment (DSLAM) for that contention service, so it has no effect on your business DSL connection how many home users connect to the exchange.

    Rob Golding

    How do I improve my VoIP call quality ?

    A VoIP call is simply a packet of data being transmitted over the internet, and is subject to potential problems such as packets loss and transfer delays/jitters. There are a number of things that can affect your QoS (Quality of Service).
    1. Upgrade Your Internet Connection
      VoIP is highly dependent on data-transfer speed (upload and download). If experience hissing or pauses during a Connect::VoIP call then the first thing to examine is your ISP connection. Switching to an Othello Technology Connect::ADSL service from an over-crowded generic ISP will enhance your data-transfer rates and reduce hops to the VoIP services
    2. Improve Your Contention Ratio
      Contention is the number of people connecting to the internet through the same BT Exchange conection. At any given time there will be many other users connected to the same equipment, and the more users connected and downloading simultaneously the slower your service will operate. Many ISPs run contention as high as 400:1 - yes 400 users sharing the same BT connection ! Pipex, AOL, Wanadoo are set at 100:1
      Switching to a low-contention Connect::ADSL service, or upgrading your existing ISP connection to a lower contention ratio will improve performance - for effective VoIP we recommend 40:1 or less (1:1 DSL being the absolute best)
    3. Optimise your Configuration
      A typical home computer is little short of appallingly optimised. M$-Windows and Mac OS X are by default poorly setup to handle the transfer rates of a broadband connection. There are many free applications which will change your networking settings enabling the best use of the internet.
    4. Upgrade Your VoIP Phone
      If you are using a soft-phone (computer based voip) rather than a handset, then make sure you upgrade to the latest version. Never rely on beta software, use only released stable releases. Keeping your software up to date allows you to experience mprovements in the codecs (compression/decompression) technology used for your calls. Selecting a high-quality headset makes soft-phone voice quality (spoken and listened to) as clear as standard PSTN landlines.
      For soft-phones, we recommend using an ethernet link not wifi, to ease processing requirements on your workstation/laptop, this reduces interference and significantly improves the codec processing.

      If you are using a VoWiFi handset (phone that uses a wireless network to make a call) then the greatest improvement to call quality is to improve the strength of your WiFi signal.

      If you are using Connect::VoIP with a standard telephone and adapter, switching to a quality DECT VoIP phone, from an Argos £4.99 unit makes a huge difference. Another advantage of using a DECT phone and adapter is that you can still make an emergency call or standard landline calls in the event your internet connection is unavailable.

    5. Reduce Simultaneous Connections/Calls
      A VoIP call requires 32Kb/s dedicated bandwidth, So multiple simultaneous calls or using your conection for BitTorrent/FTP/iTunes etc will deteriate the call quality. So pause downloads etc whilst calling, and limit calls over ADSL to a maximum of 4 at the same time.
      A call can drop out completely or experience noticable delays while media is downloading, simply because the connection cannot handle so much data or so many packets. Stop any non-essential internet traffic while you make your calls, or get a dedicated Connect::ADSL line for business VoIP calls.
    Rob Golding

    Why does my email not arrive at hotmail ? Missing / Lost emails to xyz@hotmail.com

    We hear this several times a day everyday.

    It is NOT going to be, and never has been a problem with any of our servers or services ... EVER.

    We cannot fix something which is another ISPs issue.


    THESE ARE ALL HOTMAIL *PROBLEMS* SO PLEASE CONTACT THEM AND NOT US FOR SOLUTIONS


    The emails will be delivered quite correctly to Hotmail (unless they 're incoming mailservers are down yet again - Hotmail.com are averaging 3 outages a day as at 1st August 2007 ! In which case our correcty configured and managed email servers will keep trying until MSN email servers come back online again)

    For some idea just how bad Hotmail's systems are for delivering email see Hotmail Fail To Deliver Email

    The decision on what happens to your emails now they have been delivered to hotmail are 100% entirely down to them and there is NOTHING we can do to change their system(s).

    In many cases of claims of mail not arriving at xyz@hotmail.com it is most often because it has been caught by the hotmail aggresive junk filter - junk being a good description for the hotmail technologies !.
    Almost 90% of all VALID mail sent to hotmail addresses goes into the junk folder or simply vanishes ...

     

    If by some miracle your email is still considered valid after all that, then the final test is if someone (not necessarily the recipient of your current email) has once tagged an email you sent as spam because they are either

    - these will also mean your mail to anyone @hotmail gets junked.

     Here are the tools to help you "investigate" and troubleshoot the issue...

    MSN's Email Wizard

    http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/

    M$ guidlines

    http://postmaster.msn.com/Guidelines.aspx

    Hotmail troubleshooting

    http://postmaster.msn.com/Troubleshooting.aspx

     


    THESE ARE ALL HOTMAIL *PROBLEMS* SO PLEASE CONTACT THEM AND NOT US FOR SOLUTIONS


     

    Support Admin

    Connect::Voip - IP Based Telephony

    Voice over Internet Protocol (VoIP) Voice over Broadband (VoB) Voice over Wireless (VoW/VoWiFi)

    How do I improve my VoIP call quality ?

    A VoIP call is simply a packet of data being transmitted over the internet, and is subject to potential problems such as packets loss and transfer delays/jitters. There are a number of things that can affect your QoS (Quality of Service).
    1. Upgrade Your Internet Connection
      VoIP is highly dependent on data-transfer speed (upload and download). If experience hissing or pauses during a Connect::VoIP call then the first thing to examine is your ISP connection. Switching to an Othello Technology Connect::ADSL service from an over-crowded generic ISP will enhance your data-transfer rates and reduce hops to the VoIP services
    2. Improve Your Contention Ratio
      Contention is the number of people connecting to the internet through the same BT Exchange conection. At any given time there will be many other users connected to the same equipment, and the more users connected and downloading simultaneously the slower your service will operate. Many ISPs run contention as high as 400:1 - yes 400 users sharing the same BT connection ! Pipex, AOL, Wanadoo are set at 100:1
      Switching to a low-contention Connect::ADSL service, or upgrading your existing ISP connection to a lower contention ratio will improve performance - for effective VoIP we recommend 40:1 or less (1:1 DSL being the absolute best)
    3. Optimise your Configuration
      A typical home computer is little short of appallingly optimised. M$-Windows and Mac OS X are by default poorly setup to handle the transfer rates of a broadband connection. There are many free applications which will change your networking settings enabling the best use of the internet.
    4. Upgrade Your VoIP Phone
      If you are using a soft-phone (computer based voip) rather than a handset, then make sure you upgrade to the latest version. Never rely on beta software, use only released stable releases. Keeping your software up to date allows you to experience mprovements in the codecs (compression/decompression) technology used for your calls. Selecting a high-quality headset makes soft-phone voice quality (spoken and listened to) as clear as standard PSTN landlines.
      For soft-phones, we recommend using an ethernet link not wifi, to ease processing requirements on your workstation/laptop, this reduces interference and significantly improves the codec processing.

      If you are using a VoWiFi handset (phone that uses a wireless network to make a call) then the greatest improvement to call quality is to improve the strength of your WiFi signal.

      If you are using Connect::VoIP with a standard telephone and adapter, switching to a quality DECT VoIP phone, from an Argos £4.99 unit makes a huge difference. Another advantage of using a DECT phone and adapter is that you can still make an emergency call or standard landline calls in the event your internet connection is unavailable.

    5. Reduce Simultaneous Connections/Calls
      A VoIP call requires 32Kb/s dedicated bandwidth, So multiple simultaneous calls or using your conection for BitTorrent/FTP/iTunes etc will deteriate the call quality. So pause downloads etc whilst calling, and limit calls over ADSL to a maximum of 4 at the same time.
      A call can drop out completely or experience noticable delays while media is downloading, simply because the connection cannot handle so much data or so many packets. Stop any non-essential internet traffic while you make your calls, or get a dedicated Connect::ADSL line for business VoIP calls.
    Rob Golding

    OthelloNames.net - Domain Name Registration and Management

    Information on Domain Name registration and management

    How long should it take DNS to propagate throughout the Internet ?

    DNS Propogation can be anywhere between 12 to 96 hours, depending on the frequency that ISPs around the world update their DNS servers.

    In order to reduce traffic (and therefore cost) a number of ISPs including:

    have started caching DNS results to cut down the number of queries made.

    This can further extend DNS resoliution times by anything upto a week.

    You can check the current DNS settings for your domain at
    DNS Report

    Support Admin

    Can i keep my domain with xyz registrar ?

    Certainly, you may register and maintain your domain with whomever you choose.

    We would of course prefer to have your domain in our management systems, so that we can resolve any issues that arise, and that way you only have 1 a$$ to kick if something goes wrong, but we fully understand that it is your domain and you should determine which organisationis responsible for renewals etc.

    To utilise your domain with our services only requires that you either:

    1. set your nameservers to the appropraite NS for the services you require or
    2. add the necessary A/MX/PTR records to your own nameservers for DNS to work
    Many of our hosting and reseller plans come with a free domain or transfer, so financially moving your domain to us could also save you money.
    Support Admin

    How can I transfer my domain to you?

    To transfer a domain to us, simply go to Domain Transfers
    and follow the simple on-screen instructions.

    For gTLD domains (.com .net .org .biz .info) you must first UNLOCK the domain with the existing registrar and then ask them for the EPP Transfer Code which is needed as part of the transfer process.

    For Nominet UK domains (.co.uk .org.uk .me.uk .ltd.uk .plc.uk) you then simply change the TAG to "OTHELLO" - you may need to ask your existing domain registrar to do this.

    For othelo cTLDs please see the on-screen instructions on our Domain Transfers Page

    Once the domain has successfully been transferred to us you will be able to manage it at OthelloNames.net Client Portal

     

    Support Admin

    I want to register a domain that has expired, but it says domain not available.

    For .com,.net and .org Expired domains are retained by the registry by available for the previous registrant to renew. Below are details on how this process works:

    * After a domain expires, most registrars have a grace period of 1 - 45 days, during which time the previous registrant can reactivate the domain by simply renewing it. Our registrar current grace period is 29 days; however, there is no guaranteed grace period, and this time frame is subject to change without notice. We encourage previous owners to renew as quickly as possible to avoid disappointment caused by losing the domain.

    * After the grace period, the domain is deleted from the registrar database. The domain is held for an additional 30 days (Redemption Period) by the registry. Note: This only applies to .com, .net, and .org domain names and there is currently a fee of around £100 - 250 (depending on registry, domain and exchange rate) to the registry to recover the domain.

    * This is followd by 5 more days (Pending Delete status), and will be dropped for anyone to purchase after that time.

    You can check the status of a domain via a whois lookup - it will tell you the status of the domain (i.e., Redemption Period). The "updated date" is usually when the the 30 redemption period began.

    For .EU domains as soon as the domain expires it is put in to a quarantine for 40 days - while in the quarantine it can be restored to the original owner at a higher cost than the standard renewal would have been. After the 40 days if it is not restored the domain is dropped and is available for anybody to register again.
    Support Admin

    How can I change my domain TAG?

    Please note that only UK domains use "TAGS"

    To Change Tags to us...
    If it is a UK domain (ie ends in ".uk") you can simply change the TAG to "OTHELLO" - you may need to ask your existing domain registrar to do this.
    Once it has been transferred to us you will be able to manage it via the Client Portal at  http://www.MyOthello.net/

    To Change Tags to another registrar
    If you wish to change the TAG away from us, you must raise a support ticket requesting the Domains Team make the change for you.
    Support Admin

    What does the transfer email look like?

    When you transfer a .com / .net / .org domain into us, an authorisation email will be sent to the email contacts for the domain name.
    You should make sure that the email is not put in a spam folder or accidentally deleted as this must be authorised for the transfer to succeed, the details of the email will similar to ...

     

    From : info@transfer-approval.com

    Subject : Domain Transfer Request for {your domain name}

    Body : STANDARDIZED FORM OF AUTHORIZATION

    DOMAIN NAME TRANSFER - Initial Authorization for Registrar Transfer

    Attention: dc-hosting
    Re: Transfer of {YOUR DOMAIN NAME}

    OthelloReg.net has received a request from Domains Team (dc-hosting) on {DATE} for us to become the new registrar of record.

    You have received this message because you are listed as the Registered Name Holder or Administrative contact for this domain name in the WHOIS database.

    Please read the following important information about transferring your domain name:

    * You must agree to enter into a new Registration Agreement with us.  You can review the full terms and conditions of the Agreement at
     
    <
    http://transfer-approval.com/u.asp?id={UNIQUE ID} >

    * Once you have entered into the Agreement, the transfer will take place within five (5) calendar days unless the current registrar of record denies the request.

    * Once a transfer takes place, you will not be able to transfer to another registrar for 60 days, apart from a transfer back to the original registrar, in cases where both registrars so agree or where a decision in the dispute resolution process so directs.

    If you WISH TO PROCEED with the transfer, you must respond to this message by using the following URL (note if you do not respond by 24 May 2005, {YOUR DOMAIN NAME} will not be transferred to us):
     
    <
    http://transfer-approval.com/u.asp?id={UNIQUE ID} >
     
    YOU MUST CLICK THIS LINK TO CONTINUE THE TRANSFER PROCESS

    If you DO NOT WANT the transfer to proceed, then don't respond to this message.

    If you have any questions about this process, please contact support@othellotech.net.

     
    Support Admin

    What is your Nominet IPS TAG (IPS-TAG) ?

    Our Nominet IPS-TAG is "OTHELLO" - when your .uk domain has been transferred to us you will be able to manage it via our Client portal at http://www.MyOthello.net
    Support Admin

    Can I register just a domain?

    Can I register just a domain?

    Yes you can register just a domain without any associated hosting services at OthelloNames.net Domain Registration

    Support Admin

    I was a DC-DOMAINS.com (dc domains .com) customer - how do I manage, update, see or renew my domain ?

    DC-Domains.com has become OthelloNames.net

    To register new domains and transfer your domain names to us go to our Domain Registration Website at www.Othellonames.net

    To self-manage your existing domain names visit the new Client Portal at http://www.Myothello.net
    - it uses the same details you used at dc-domains.com (email address and password)

    You can click "My Domains" and see a list of your currently owned domain names and on each you want to change click "View Details" and then the renew button, or you can wait until 21 days before expiry and you'll get an automated invoice to pay

    If you would like them to "auto-renew" you can simply add "add funds" to your account which will be spent on the renewals as they are required completely automatically.

    Any you dont want anymore you can mark as "allow to expire", and (unless you return to change back to "invoice for renewal" will simply be cancelled at the end of their registered term.

    Rob Golding

    How to Transfer your .UK domain from Namesco / Names.co.uk to your OthelloNames.net Account ...

    Namesco Ltd at www.names.co.uk are one of the Nominet .UK Registrars that charge for you to be able to move (transfer) your domain to another company.

    At the time of writing, this charge was £10+vat (11.75) per domain to update the Nominet IPS-KEY (TAG).

    To Transfer your .uk domain away from names .co.uk to OthelloNames.net ...

    Nominet will then confirm with us the migration (which we will auto-accept because you requested it) and as soon as the transfer completes (between 30 minutes and 48 hours depending on when NamesCo release the domain, you will get an automated email informing you the domain is ready to manage in the Domaiounr management section of the Client Portal

    Support Admin

    OthelloHosts.net - Shared (Virtual) Hosting

    Articles and FAQs about Email, Web, WAP, Database and Document Hosting

    Do your CPanel hosting accounts come with BoxTrapper ?

    At present we do not offer a BoxTrapper based spam prevention solution.

    BoxTrapper is based around the challenge-response methodology and we have seen much valid email rejected by it, due to the general internet user(s) unwillingness to follow the acknowledgement procedures, failiure of the authentication processes, and lack of patching/fixes from the Control Panel authors to support BoxTrapper.

    Experience with tens of thousands  of email users has shown that correctly configured SpamAssassin rules, combined with individual user whitelists, network-wide blacklists and integration with RBLS for both UCE and Malware filtering has dramatically cut the amount of spam arriving in mailboxes.

    Whilst some junk will always manage to get through, we are continuously pro-active in reducing the quantity of unwanted and often unsuitable email that gets delivered to our clients, but concious that no valid emails are blocked.
    Support Admin

    How do I access the Cobalt control panel ?

    Your Sun Cobalt control panel is accessed at http://{domain}/siteadmin

    i.e. if your domain was MyCobaltSite.co.uk then your Sun Cobalt CP logon would be at ...
    http://MyCobaltSite.co.uk/siteadmin

    Support Admin

    Why am I seeing a 500 Internal Server Error ?

    The most common reasons for a web page to report 500 Internal Server Error are, in order:
    1. script not uploaded in correct format
      Usually this means that you have FTP'd the script to your webspace in BINARY instead of ASCII. The only time a cgi script should be uploaded in BINARY is if it is an encrypted php for ioncube.
    2. file permissions set incorrectly
      For scripts to execte correctly they should be world-executable, and not world-writable - i.e. CHMOD 755
      Any script you try to run that hasn't been set with chmod 755 will result in an internal server error.
    3. Your script is accessing files outside of your hosting path
      Any script trying to access files outside of your own directory tree will have that access denied. This is a security measure. Please ensure all the files required by your script are within the directory sructure allocated to you.
    4. You have incorrectly set the path to Perl in your script.
      Try /usr/bin/perl
    5. error within the script itself
      Often this is you have used invalid Perl arguments
    6. missing a required PERL module(s)
    7. script attempts to use restricted system/executable commands
    8. script is banned from our systems
      example of banned scripts are

    Always check your Error Logs when troubleshooting any script problems.

    We don't provide support for customer script installation, but if you are having serious problems, please submit a support ticket with as much detail as possible and we will see if we can help (please be aware an consultancy fee of £75+vat will apply)

    Support Admin

    Can I resell reseller accounts ?

    Our web hosting control panels do not currently allow for sub-resellers.

    There are two options if you wish to offer Reseller Accounts to your clientbase:

    1. Upgrade to a dedicated server.
      You can then have total control via CPanel or Plesk over the accounts on the machine, which includes the ability to have resellers of your own.
      With this option you get complete control over your resellers, including the administration of their features, disk-space and bandwidth/data-transfer allowances.
      Contact the Sales department for a quotation, we can even arrange to move all your existing hosted acounts seamlessly onto your own server for you.

    2. Resell our reseller plans at a higher price.
      First submit a ticket to the Accounts department so that we know you are responsible for the financials of the new reseller account.
      Then simply sign up for another reseller account with your clients details, but use your email address not your client's, otherwise they will recive the welcome confirmation. Once you have the welcome documents, you go into the control panel and update the contact information to be theirs for future account creation notifications. You then top and tail the welcome emails and forward them on.

    Please note that as they have contracted for the account with you, we will be unable to support them directly, and they will remain your customer and your responsibility.

    Support Admin

    Do you support RUBY ? Do you support Ruby on Rails / RoR ?

    Yes, our CPanel 11.x based Business, E-Commerce and Developer Hosting packages support Ruby and Ruby on rails (RoR).
    Support Admin

    When are my Web Stats updated ?

    The statistics are updated from 3 A.M. GMT every day.

    Support Admin

    What version of PHP are you running ?

    Our current main version of PHP is Server version: 5.0.4

    Version Control

    As a general rule, the versions of applications running on our PRODUCTION servers will be the latest stable release.

    We also maintain BLEEDING EDGE systems for those clients who require specific/later versions.

    Additionally, certain control panels require particular/older versions in order to operate correctly.

    If you have a specific software version / revision requirement, please contact the Sales department to discuss the numerous options.

    Support Admin

    What version of TOMCAT are you running ?

    Our current main version of TOMCAT is Server version: 5.5.7

    Version Control

    As a general rule, the versions of applications running on our PRODUCTION servers will be the latest stable release.

    We also maintain BLEEDING EDGE systems for those clients who require specific/later versions.

    Additionally, certain control panels require particular/older versions in order to operate correctly.

    If you have a specific software version / revision requirement, please contact the Sales department to discuss the numerous options.

    Support Admin

    My CGI script is not working, what permissions do I need to set for them to function properly?

    CGI scripts should be set to 755.
    Owner:Read/Write/Execute Group:Read/Execute World:Read/Execute
    You can set the permissions using your FTP application (often uder a setting called chmod).
    CGI scripts should be placed in the cgi-bin directory tree.
    Support Admin

    How do I access the Ensim control panel ?


    Your Ensim control panel is accessed by a web browser at http://{domain}/admin

    i.e. if your domain was aconixhosting.com then your Ensim CP logon would be at ...
    http://aconixhosting.com/admin

    Support Admin

    How do I create a MySQL Database in the Ensim control panel ?

    To add a database (subject to hosting plan resources available) through your Ensim control panel:
    Ensim will prefix the database name with [yourdomain_com_-_] so if you choose [blob] as your database name, the actual name of the database for use in your website scripts will be [yourdomain_com_-_blog]

    In brief ...

    Detailled explanation:

    When you load your control panel you should see something resembling the following screen...
    ensim_mysql_setup_1

    Click the [MySQL Admin Tool] link next to the database icon.

    If you do not have a database icon, click the [Services] link in the left navigation panel. Then click the pencil icon in the row labelled [MySQL]

    You should then be presented with options to:

    If you click List Databases you will see all current MySQL databases for your hosting account...
    ensim_mysql_setup_2
    Notice the format of the database name which is prefixed with yourdomain_com_-_

    Click the [Create Database] link. This will show the screen where you can create a database ...
    ensim_mysql_setup_3

    Type the database name you want into the entry field and click [Save].

    This will create your database and take you to the list database screen, where you should see the database you created.

    Support Admin

    How can I block people from specific IP Addresses so they cannot access my web site ?

    To block certain IP Addresses from accessing your web site ...

    You can add the following to the .htaccess file in your www directory:

    <Limit GET>
    order deny,allow
    deny from 63.11.187.103
    </Limit>
    (change the ip address to the appropriate ip you wish to block)

    This will block them from seeing not only your web pages, but any pages in subdirectories below the main site. If you wish to block them from seeing only one, or a small subset of, subdirectories, place the above code in the .htaccess file of the highest level directory that you want blocked.

    Support Admin

    What are MIME types and how do I add a MIME type to the server ?

    MIME types are a standard way of specifying the type of a document.

    A web server uses MIME types to tell browsers what type of document the server is sending. For files, the server determines the MIME type by the file's extension (the file extension is the last part of file name, such as .htm for HTML document, or .jpg for JPEG graphic etc).

    There is a standard set of MIME types defined at the server level, however, you aren't limited to the types defined there. MIME types may also be added through the use of the AddType directive in your .htaccess files.

    How do I add a MIME type ?

    A MIME type can be added by creating or adding to the file called .htaccess in the directory containing the document you want to set the MIME type for. The file should contain a line in the following format: i.e. AddType application/futuresplash spl
    Support Admin

    Can i keep my domain with xyz registrar ?

    Certainly, you may register and maintain your domain with whomever you choose.

    We would of course prefer to have your domain in our management systems, so that we can resolve any issues that arise, and that way you only have 1 a$$ to kick if something goes wrong, but we fully understand that it is your domain and you should determine which organisationis responsible for renewals etc.

    To utilise your domain with our services only requires that you either:

    1. set your nameservers to the appropraite NS for the services you require or
    2. add the necessary A/MX/PTR records to your own nameservers for DNS to work
    Many of our hosting and reseller plans come with a free domain or transfer, so financially moving your domain to us could also save you money.
    Support Admin

    How do I access the Plesk control panel ?

    Your Plesk Reloaded 7.x control panel is accessed at http://{domain}/plesk

    i.e. if your domain was designRweb.co.uk then your Plesk CP logon would be at ...
    http://designRweb.co.uk/plesk

    You do not need to (and possibly cannot) access it by IP address.

    The control panel information is encrypted with SSL, but it is a standard application self-signed certificate which may give you a security error to acknowledge first.

    If you view the certificate (issued under name plesk) and then install the certificate, you will bypass the security message on all future visits.

    Support Admin

    How soon can you create my hosting account ?

    Many of our systems are fully automated, so account creation is often near-instant when paid online.

    There are some occasions where manual checking and verification of details are necessary, or a specific/custom configuration is required, and we will advise you of any delays.

    We aim to have all accounts setup and ready for use within 1 business day.

    Support Admin

    Do you support JAVA applets & JSP servlets ?

    Yes, we offer TomCat based Java hosting services.

    Because JSP can be very server resource intensive we have setup specific systems for clients requiring JAVA and associated features.

    Please contact the Sales department to discuss your exact requirements.

    Support Admin

    What version of APACHE are you running ?

    Our current main version of APACHE is Server version: 2.0.54

    Version Control

    As a general rule, the versions of applications running on our PRODUCTION servers will be the latest stable release.

    We also maintain BLEEDING EDGE systems for those clients who require specific/later versions.

    Additionally, certain control panels require particular/older versions in order to operate correctly.

    If you have a specific software version / revision requirement, please contact the Sales department to discuss the numerous options.

    Support Admin

    How do I access the CPanel control panel ?

    Your CPanel control panel is accessed by a web browser at http://{domain}/cpanel

    i.e. if your domain was BeyondPerception.net then your CPanel CP logon would be at ...
    http://BeyondPerception.net/cpanel

    Support Admin

    How to Backup your MySQL DB databases

    Backup command for mysql databases

    For those looking to get a regular backup of your MySQL database, the command to add as a cron.job ...

    /usr/bin/mysqldump -u{mysql_username} -p{mysql_password} {mysql_db_name} |gzip |uuencode {mysql_db_name}backup.sql.gz |mail -s \"database backup\" {emailaddress}

    replace :

    Please only add the backups as jobs *after* 2am to keep load down on the server duriung peak hours, and be warned it will use up your bandwidth/data-transfer allocation quickly, so weekly backups are recommended over daily ones if your DB is relatively static.

    Support Admin

    What is the server path to my files ?

    The path to your files will vary depending on the control panel you use...

    Plesk (linux)

    /usr/local/psa/home/vhosts/{yourdomain.ext}/httpdocs/

    CPanel (linux)

    /home/{username}/public_html/

    Cobalt (linux)

    /home/sites/{www.yourdomain.ext}/web/

    HSphere (linux)

    /home/web/{yourdomain.ext}/html/

    Ensim Pro (linux)

    /home/virtual/{yourdomain.ext}/var/www/html/

    Direct Admin (linux)

    /home/{username}/www/

    HSphere (windows)

    *to add*

    HELM (windows)

    *to add*

    Plesk (windows)

    *to add*
    Support Admin

    What version of MySQL are you running ?

    Our current main version of MYSQL is Server version: 4.1.12

    Version Control

    As a general rule, the versions of applications running on our PRODUCTION servers will be the latest stable release.

    We also maintain BLEEDING EDGE systems for those clients who require specific/later versions.

    Additionally, certain control panels require particular/older versions in order to operate correctly.

    If you have a specific software version / revision requirement, please contact the Sales department to discuss the numerous options.

    Support Admin

    How do I create a MySQL database in Cpanel ?

    MySQL databases can be created through the cpanel control panel:
    1. Login to your control panel
    2. Click on the MySQL Databases icon.
      This may be under the Server or Database sections depending on the theme of your control panel
    3. Enter a name for your database in the Db input field
      Click the Add Db button.
    4. Go back to the MySQL Administration page by clicking the go back link
    5. Scroll down to where it says Database Users and create a new username and password for your database
      Click the Add User button.
    6. Go back to the MySQL Administration page by clicking the go back link
    7. Scroll down to where it says Database Users and select the new user and the database
      Click the Add User to DB button.

    Remember:Your cpanel username is used as a prefix to databases and database users.
    So if you created a database named mydb for access by your cgi scripts and applications it\'s actually going to be called cpaneluser_mydb. Similarly with database users.

    Details of the MySQL DB and DB User can be seen in the control panel in the MySQL Administration page.

    You may add MySQL Databases and Users as long as there are remaining resources available in your hosting plan.

    Support Admin

    How do I create a MySQL database in Plesk ?


    MySQL databases can be created through the plesk control panel:
    1. Login to your control panel
    2. Select the domain you want to the database associated with.
    3. Click on the Databases icon.
    4. Enter a name for your database in the Database Name input field
      Click the Add button.
    5. Enter a name for the database owner in theNew User input field
      Click the Add button.
    6. Enter and confirm a password for the new DB User
      Click the Update button.

    Details of the MySQL DB and DB User can be seen in the control panel in the Database Administration page.

    You may add MySQL Databases and Users as long as there are remaining resources available in your hosting plan.

    Support Admin

    How do I repair a damaged MySQL table, rebuild index or prepare for backup ?

    It is always worth trying a repair of MySQL tables before backing them up to shrink the files-sizes and check for inconsistencies in the indices...

    from the SSH prompt, change directory to the location of the database
    (usually /var/lib/mysql/databaseName)
    and execute the MySQL ISAM Check command:
    myisamchk -r *.MYI

    Support Admin

    What is Fantastico De Luxe ?

     Fantastico De Luxe is the leading auto installer for cPanel servers.
    It provides end users the ability to quickly install most of the leading open source applications required on web sites.

    Main Features

    Fantastico De Luxe is the leading auto installer for cPanel servers.
    It integrates with your cPanel and gives you and your web-hosting customers the ability to install of any of the supported scripts in:
    1. add-on domains
    2. subdomains
    3. top level directories (root of main domain and/or any addon domain/subdomain)

    Additional features User Page

    1. Overview page (lists all installed apps)
    2. Select language
    3. Email notifications to user for installations/removals
    4. Display a warning when logged in using root or reseller password. You can't proceed to install in these cases.

    Scripts being installed by Fantastico De Luxe

    The following scripts can be autoinstalled using Fantastico De Luxe. Installation procedure takes a few seconds and can be performed by novices without the need of setting up MySQL databases, importing structure, chmoding files and without the need of other tasks usually associated with installations:
    Please note version numbers of applications is subject to change as new updates or security patches are released.

    Blogs

    b2evolution (0.9.0.10)
    Nucleus (3.15)
    pMachine Free (2.3)
    WordPress (1.2.2)

    Portals/CMS

    Drupal (4.5.1)
    Geeklog (1.3.10)
    Mambo Open Source (4.5.1a)
    PHP-Nuke (7.5)
    phpWCMS (1.1-RC4-1)
    phpWebSite (0.10.0 english)
    Post-Nuke (0.750-Gold)
    Siteframe (3.1.6)
    Typo3 (3.7.0)
    Xoops (2.0.7.3)

    Customer Support

    Crafty Syntax Live Help (2.9.8)
    Help Center Live (1.2.6)
    osTicket (1.2.7)
    PHP Support Tickets (1.7)
    Support Logic Helpdesk (1.2)
    Support Services Manager (1.0b)

    Discussion Boards

    Invision Board (Disabled) (1.3)
    phpBB2 (2.0.11)
    SMF (1.0)

    E-Commerce

    CubeCart (2.0.3)
    OS Commerce (2.2 MS2)
    Zen Cart (1.2.2d)

    FAQ

    FAQMasterFlex (1.0)

    Guestbooks

    ViPER Guestbook (1.26)

    Image Galleries

    4images Gallery (1.7.1)
    Coppermine Photo Gallery (1.3.2)

    Mailing List

    PHPlist (2.8.12)

    Polls and Surveys

    Advanced Poll (2.03)
    phpESP (1.6.1)
    PHPSurveyor (0.98final)

    Project Management

    PHProjekt (4.2.1)
    dotProject (1.0.2-1)

    Site Builder

    Soholaunch Pro Edition (4.7 (Build 2004_11a))
    Additional Licence Fees apply

    Wiki

    PhpWiki (1.2.6)
    TikiWiki (1.8.4.1)

    Other Scripts

    Dew-NewPHPLinks (2.0.1.0a SEF)
    Moodle (1.4.3)
    Noah’s Classifieds (1.3)
    Open-Realty (1.1.5b)
    phpAdsNew (2.0)
    PHPauction (2.1)
    phpCOIN (1.2.1b)
    phpFormGenerator (2.09c)
    WebCalendar (0.9.45)
    Support Admin

    Do you offer telnet or shell access to hosting servers?

    For security reasons we do not offer telnet or ssh (shell) access to any hosting accounts on shared servers.

    If you require a shell prompts for managing your domains/applications, we can supply a dedicated or virtual-private server as required.

    Please contact the Sales Team for quotations of VPS and Dedicated Servers.

    Rob Golding

    Do you offer fixed/dedicated IP Addresses for hosting and how much do they cost ?

    Yes, we can offer a dedicated/fixed IP address for £5.00/m each.

    If you purchase an SSL certificate from us for your hosting, it includes a fixed IP address.

    IP address blocks can be purchased in sizes of 8/16/32/64/128/256 blocks for dedicated and collocated servers, at a lower rate of £2.00/month/ip.
    However you will need to complete the necessary RIPE justification for for all IP Address allocations.

    Please contact the Sales Team to discuss your IP Address requirements.

    Rob Golding

    What happens if I exceed my allocated monthly bandwidth/data-transfer allowance?

    You will receive an automatic email warning you that you have reached/exceeded 80% of your package limit.

    Once you have exceeded your limit, your account is suspended for the rest of the current month.

    You should contact us and purchase more bandwidth/upgrade your plan prior to exceeding your bandwidth allowance to keep your website online, and keep email working normally.

    Please contact the Sales Team to discuss your Bandwidth/Transfer requirements.

    Rob Golding

    What do I need to do to get my Perl / ASP / PHP script to work ?

    Before mosts script will run on a hosting server, it has to be uploaded into your /cgi-bin/ directory (in ASCII mode unless encoded) and made executable (CHMOD 755).

    You may also need to set the correct extension on the file:

    We recommend that each script is placed in it's own sub-directory within /cgi-bin/

    Rob Golding

    Why dont my PHP pages work ?

    Please note that PHP is only available on certain server platforms and specified hosting plans, you should first check that the plan and system you are using comes with PHP enabled - contact the sales team for upgrades and migrations.

    There are two causes of PHP pages not to work correctly

    1. The page does not have the correct .php extension
    2. You have an error in your script
    Rob Golding

    Why dont my SSI pages work ?

    Please note that SSI (SHTML) is only available on certain server platforms and specified hosting plans, you should first check that the plan and system you are using comes with SSI enabled - contact the sales team for upgrades and migrations.

    There are THREE causes of SSI pages not to work correctly

    1. The page does not have the correct .shtml extension
    2. You have an error in your script
    3. Your OthelloHost plan does not support SSI

    The definitive guide for SSI use with your OthelloHost package is http://httpd.apache.org/docs/howto/ssi.html

    Rob Golding

    Why dont my JAVA / JSP pages work ?

    Please note that JAVA/JSP is only available on certain server platforms and specified hosting plans, you should first check that the plan and system you are using comes with JAVA/JSP enabled - contact the sales team for upgrades and migrations.

    There are two causes of JSP pages not to work correctly

    1. The page does not have the correct .jsp extension
    2. You have an error in your script
    Rob Golding

    How do I serve up WAP / WML Pages ?

    To serve WAP/WML pages from your domain ...
    1. Make a new folder /wap for your wap pages
    2. Set the extension of your wap deck to .wml (WAP Markup Language)
    3. Upload the deck in ASCII format
    4. Create a file called .htaccess [Note the DOT!] with the following content :
                AddType text/vnd.wap.wml               wml           AddType text/vnd.wap.wxml              wxml           AddType image/vnd.wap.wbmp             wbmp           AddType applicationtext/vnd.wap.wmlc   wml           AddType text/vnd.wap.wmlscript         wmls           AddType application/vnd.wap.wmlscriptc wmlsc           AddType application/vnd.wap.wbxml      wbxml           AddType application/vnd.wap.sic        sic           AddType application/vnd.wap.slc        slc 
    Rob Golding

    How do I backup and restore my Website and databases ? How do I move my sites from my current host to Othello ?

    If your old host is also using WHM/CPanel then there is a reasonably simple procedure to move your site, emails and databases to Othello. If they are not using cpanel the best way to move your site is by uploading and downloading it all manually using a tool such as FTP excatly as you did when publishing it the first time.

      Backup your site
    1. Login to your old cpanel and click "backup"
    2. Once in backup click "download a home directory backup" This will backup all your email accounts, files, and a few other things. It will not backup your mysql databases.
    3. If you have any mysql databases you will download them now.
    4. If you have any Alias/ Filter Backups download them.
    You have now backed up your entire site.

      Restore your site
    1. Login to your new cpanel and click "backup"
    2. Under "restore a home backup" Click "Browse" and find the home backup you have you have already downloaded, and click upload.
    3. Do the same for your mysql databases.
    4. Do the same for your Alias/Filters.
    You have now restored your entire site.

    Fixing Databases after restore After you have restored your database you may get an error when trying to view a page that users the database (forum, script, phpmyadmin etc).
    Warning: mysql_connect(): Access denied for user: 'domain_dbse@localhost' (Using password: YES) in
    /home/domain/public_ht