<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:atom="http://www.w3.org/2005/Atom">


    <channel>
    
    <title>XILO Communcations Ltd. : Blog</title>
    <link>http://blog.xilo.net/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>XILO Communications Ltd.</dc:creator>
    <dc:rights>Copyright XILO Communications Ltd. 2011</dc:rights>
    <dc:date>2011-12-23T10:59:01+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.xilo.net" />
    <atom:link href="http://blog.xilo.net/rss_2.0/" rel="self" type="application/rss+xml" />

    

    <item>
      <title>Seasons Greetings</title>
      <link>http://blog.xilo.net/article/967/</link>
      <guid>http://blog.xilo.net/article/967/#When:10:59:01Z</guid>
      <description><![CDATA[
        <p>As this year draws to a close, we&#8217;d like to take this opportunity to wish you a very merry Christmas and a happy New Year.</p><p>We&#8217;d like to thank you for your custom this year and we look forward to serving you well in to 2012.</p>

<p>During the festive season, our telephone support hours will be open as follows with normal service resuming on Tuesday 3rd January.</p>

<p>Friday 23rd December - 10am - 1pm<br />
Saturday 24th December - Closed<br />
Sunday 25th December - Closed<br />
Monday 26th December - Closed<br />
Tuesday 27th December - Closed<br />
Wednesday 28th December - 10am - 5pm<br />
Thursday 29th December - 10am - 5pm<br />
Friday 30th December - 10am - 1pm<br />
Saturday 31st December - Closed<br />
Sunday 1st January - Closed<br />
Monday 2nd January - Closed<br />
Tuesday 3rd January - 10am - 5pm</p>

<p>Our on-call engineer will be available for managed servers or enhanced care broadband lines. The support centre will be manned throughout the festive season including Christmas, Boxing and New Year&#8217;s day to answer any emails or tickets that are raised.</p>

<p>Once again, have a lovely Christmas and New Year, from the team at XILO.</p>
      ]]>
      </description>
      <dc:subject>Announcements,</dc:subject>
      <dc:date>2011-12-23T10:59:01+00:00</dc:date>
    </item>

    <item>
      <title>New Be powered ADSL2+ services</title>
      <link>http://blog.xilo.net/article/964/</link>
      <guid>http://blog.xilo.net/article/964/#When:16:42:59Z</guid>
      <description><![CDATA[
        <p>We&#8217;d like to release tentative pricing for our Be ADSL2+ service.</p>

<p>Unlike Be&#8217;s own product our base service will be up to 16Mb instead of their up to 12Mb.</p><p>Our packages are as follows:</p>

<p>Be 16 (1.3Mb upload)<br />
£14.99 per month (£12.49 ex VAT)</p>

<p>Be 24 (1.3Mb upload)<br />
£20.99 per month (£17.49 ex VAT)</p>

<p>Be 24 Advanced (2.5Mb upload)<br />
£26.99 per month (£22.49 ex VAT)</p>

<p>All packages are unmetered, one-month rolling contract as standard.</p>

<p>Existing customers are able to migrate to the service free of charge by contacting us via your account. If you wish to check availability, please do so at <a href="http://blog.xilo.net/?URL=https%3A%2F%2Fmy.xilo.net%2Fadslcheck.php">https://my.xilo.net/adslcheck.php</a>.</p>

<p>Although we say tentative pricing, we expect this to be launch pricing.</p>
      ]]>
      </description>
      <dc:subject>Announcements,</dc:subject>
      <dc:date>2011-11-24T16:42:59+00:00</dc:date>
    </item>

    <item>
      <title>Blocking certain countries from viewing your website</title>
      <link>http://blog.xilo.net/article/951/</link>
      <guid>http://blog.xilo.net/article/951/#When:01:09:16Z</guid>
      <description><![CDATA[
        <p>We&#8217;re often asked if there is an easy way to block certain countries from viewing sites hosted on our servers. Whilst it has been possible in the past, it was complex and tricky to implement.</p>

<p>You may want to block individual counties from accessing your site because of a high amount of &#8220;comment spam&#8221; on your blog, or maybe you have a site that you need to restrict to certain countries due to the content being region specific. This is all possible using a quick .htaccess rule.</p>

<p>Since our switch to the LiteSpeed, this is very easy to implement and we&#8217;re going to give a brief guide on how to do this.</p><p>We&#8217;ve added a sample rule that blocks 6 locations where we see the most comment spam originate from on our own community forums; Brazil, China, India, Indonesia and Russia. We&#8217;re also going to add a filter for Anonymous Proxies.</p>

<p>You will need to create a .htaccess file and upload this to the directory you want to protect, or if the whole site, create in public_html.</p>

<p>Our sample content looks like this:</p>

<blockquote>
<p>RewriteEngine on</p>

<p>GeoIPEnable On<br />
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^(A1|BR|CN|IN|ID|RU)$<br />
RewriteRule ^(.*)$ <a href="http://blog.xilo.net/?URL=http%3A%2F%2Fwww.google.co.uk%241">http://www.google.co.uk$1</a> [L]</p>
</blockquote>

<p>If the visitors IP address matches one of the counties listed on the &#8220;RewriteCond&#8221; line, it will then send them to <a href="http://blog.xilo.net/?URL=http%3A%2F%2Fwww.google.co.uk">http://www.google.co.uk</a> as shown on the &#8220;RewriteRule&#8221; line. As it uses mod_rewrite, you could adapt this to only allow listed countries instead of rejecting them or even show specific content and languages for different regions.</p>

<p>When entering the country, the ISO code should be used. As an example, for United Kingdom you should use GB and not UK. There are also some addition codes to cover special locations as follows:</p>

<blockquote>
<p>A1 - Anonymous Proxies<br />
A2 - Satellite Providers<br />
EU - Europe<br />
AP - Asia and Pacific (ASIAPAC)<br />
US - America but also includes overseas military bases regardless of country.</p>
</blockquote>

<p>We hope you find this new feature very useful and this is one of many improvements that we are rolling out on all <a href="http://www.xilo.net/shared_web_hosting/">shared</a>, <a href="http://www.xilo.net/reseller_hosting/">reseller</a> and <a href="http://www.xilo.net/premium_hosting/">premium hosting</a> servers over the next few weeks.</p>
      ]]>
      </description>
      <dc:subject>Hints and Tips,</dc:subject>
      <dc:date>2011-09-25T01:09:16+00:00</dc:date>
    </item>

    <item>
      <title>August Domain Promotion &#45; .co £10.99</title>
      <link>http://blog.xilo.net/article/940/</link>
      <guid>http://blog.xilo.net/article/940/#When:14:31:47Z</guid>
      <description><![CDATA[
        <p>We&#8217;re pleased to announce that we have lowered the cost of new .co registrations.</p><p>Until 31st December 2011, the pricing of new .co registrations is now £10.99. This is a saving of £9 on the standard new registration cost.</p>

<p>.co domains are a realistic alternative to the already saturated .com suffix. Many names are still available so why not <a href="http://www.xilo.net/redir/domain_register/">search for your ideal name</a> today?</p>

<p>There is no limit on the number of domains that can be purchased during this offer but all domains will renew at the standard rate. The offer is only valid for 1 year registrations.</p>
      ]]>
      </description>
      <dc:subject>Special Offers,</dc:subject>
      <dc:date>2011-08-29T14:31:47+00:00</dc:date>
    </item>

    <item>
      <title>Shared Hosting Package Upgrades</title>
      <link>http://blog.xilo.net/article/928/</link>
      <guid>http://blog.xilo.net/article/928/#When:02:34:20Z</guid>
      <description><![CDATA[
        <p>We&#8217;re happy to announce that we have upgraded the bandwidth allowance on all Shared Hosting packages.</p><p>The increases have been across the board for SH-1 all the way up to SH-10 and a short summary is shown below:</p>

<blockquote>
<p>SH-1: 10GB > 100GB<br />
SH-2: 25GB > 200GB<br />
SH-5: 50GB > 300GB<br />
SH-7: 75GB > 400GB<br />
SH-10: 100GB > 500GB</p>
</blockquote>

<p>If you are on an older shared hosting package that isn&#8217;t listed, you are able to upgrade your account immediately via <a href="https://my.xilo.net/">My XILO</a> by clicking <strong>Your Packages</strong> and then selecting <strong>Upgrade / Downgrade</strong>.</p>

<p>There is no additional cost and the monthly package price remains the same as it has always been.</p>
      ]]>
      </description>
      <dc:subject>Announcements,</dc:subject>
      <dc:date>2011-07-30T02:34:20+00:00</dc:date>
    </item>

    <item>
      <title>Invoice Extensions due to Playstation Network breach</title>
      <link>http://blog.xilo.net/article/912/</link>
      <guid>http://blog.xilo.net/article/912/#When:09:07:26Z</guid>
      <description><![CDATA[
        <p>A number of customers have contacted us regarding their accounts asking for extensions to be able to make payment due a change of credit card.</p><p>Recently, a gaming service for Playstation users was breached and it is estimated that details of over 100 million users were stolen. Sony advises that this does not include raw card details as they were encrypted.</p>

<p>We appreciate that some of our customers will want to be cautious and have cancelled their cards and ordered new ones from their card issuer.</p>

<p>If you have an invoice due and require an extension, please raise a ticket on your account for billing and we&#8217;ll be happy to offer a 7 day extension.</p>
      ]]>
      </description>
      <dc:subject>Miscellaneous,</dc:subject>
      <dc:date>2011-05-04T09:07:26+00:00</dc:date>
    </item>

    <item>
      <title>Testers Required : Email Filtering</title>
      <link>http://blog.xilo.net/article/884/</link>
      <guid>http://blog.xilo.net/article/884/#When:14:36:19Z</guid>
      <description><![CDATA[
        <p>We&#8217;re looking for about 25 users to try a new email filtering service for us.</p><p>There is no charge during the trial and the service is provided as-is for us to gain feedback on the effectiveness of a new product.</p>

<p>To register an interest, you need to be an existing hosting customer - if you&#8217;d like to help, please email us at beta@xilo.net from your account registered address.</p>
      ]]>
      </description>
      <dc:subject>Miscellaneous,</dc:subject>
      <dc:date>2011-01-25T14:36:19+00:00</dc:date>
    </item>

    <item>
      <title>.info and .mobile promotion has been extended</title>
      <link>http://blog.xilo.net/article/876/</link>
      <guid>http://blog.xilo.net/article/876/#When:17:26:04Z</guid>
      <description><![CDATA[
        <p>We&#8217;re happy to announce that we&#8217;ve extended discounted pricing on .info and .mobi registrations.</p><p>Until 31st March 2011, all new .info and .mobi registrations will be charged at £2.99 and £5.99 respectively.</p>

<p>All registrations are valid for 1 year and will renew at their standard rate, at the time of renewal.</p>

<p>This offer ends on 31st March 2011.</p>
      ]]>
      </description>
      <dc:subject>Special Offers,</dc:subject>
      <dc:date>2011-01-10T17:26:04+00:00</dc:date>
    </item>

    <item>
      <title>.me domain registrations only £8.99</title>
      <link>http://blog.xilo.net/article/875/</link>
      <guid>http://blog.xilo.net/article/875/#When:17:20:45Z</guid>
      <description><![CDATA[
        <p>Due to a promotion at the .me registry, all new registrations for new .me domains are currently reduced by £10.</p><p>All registrations are valid for 1 year and will renew at their standard rate, at the time of renewal.</p>

<p>.me is a great alternative to .me.uk and many great names are still available.</p>
      ]]>
      </description>
      <dc:subject>Special Offers,</dc:subject>
      <dc:date>2011-01-10T17:20:45+00:00</dc:date>
    </item>

    <item>
      <title>Beat the VAT increase!</title>
      <link>http://blog.xilo.net/article/870/</link>
      <guid>http://blog.xilo.net/article/870/#When:19:46:15Z</guid>
      <description><![CDATA[
        <p>As you may be aware, the rate of VAT is due to increase on 4th January to 20%.</p><p>If you have an invoice already due for service, paying this prior to the 4th will enable you to make a saving.</p>

<p>For customers that have a monthly or quarterly service, you may be able to make additional savings by paying for the year in full - please contact us to change your billing cycle before 4th January.</p>

<p>It is also possible to renew many domains ahead of time, some for up to 5 years in advance via the &#8220;Renew Domains&#8221; link in My XILO.</p>

<p>Any invoices paid after 00:00 on 4th January will be billed at the standard rate of VAT at 20%.</p>
      ]]>
      </description>
      <dc:subject>Announcements,</dc:subject>
      <dc:date>2010-12-29T19:46:15+00:00</dc:date>
    </item>

    
    </channel>
</rss>
