Archive for the ‘Linux & PHP’ Category

Explained: Warning (Approaching resource limit)

Tuesday, February 23rd, 2010

If you receive an email from support@pipeten.co.uk or .com with the title “Warning (Approaching resource limit)” it means that you are approaching or exceeding some of the inclusive resources on your hosting package. Explanations of what these resources are and what each warning means can be found below:

  1. Mailbox Disk Quota
  2. Traffic Quota
  3. Databases: MySQL Quota or MSSQL Quota
  4. Linux Disk Quota or Windows Disk Quota or Reseller Disk Quota

If still in doubt, please don’t hesitate to contact support through the usual methods.

Tutorial: FTP to your hosting account with FileZilla

Monday, February 22nd, 2010

A quick FAQ on how to connect to your Pipe Ten shared hosting account using the popular FileZilla FTP client.

(more…)

UK – Service Modifications 01/03/2010 onwards [allow_url_fopen]

Monday, February 22nd, 2010

Brief: On Monday March 1st we will be changing a php.ini configuration option on all of our shared and reseller hosting servers which may affect your website code.

(more…)

Switch hosting platforms/operating systems

Friday, February 19th, 2010

There are a number of reasons you might want to switch hosting platforms/operating systems, sometimes you want to utilise the more advanced features and modules of PHP that are not available on Window and so need to switch to Linux or your new website is developed in .NET and thus you need a Windows package instead.

Their is no automated way to switch between platforms due to the underlying technologies, as such a new account is required in order to manually transfer your domains and data. To minimise any downtime during migration follow the steps below to test you site before making it live:

(more…)

Explained: Warning (Approaching resource limit) – Platform Disk Quota

Monday, February 1st, 2010

When you exceed 95% of your hosting packages inclusive web quota/storage you will receive an email from support@pipeten.co.uk or .com to the primary account contact with the subject “Warning (Approaching resource limit)”. This post provides further information on what can be done to stop receiving “Linux Disk Quota”, “Windows Disk Quota” or “Reseller Disk Quota” warnings.

(more…)

FTP uploads with FileZilla

Saturday, April 4th, 2009

Please see Tutorial: FTP to your hosting account with FileZilla for the latest version of this post.

Security note for Wordpress users

Thursday, November 6th, 2008

“It looks like sites which have not upgraded to 2.6.3 are being exploited in an interesting way whereby a hacker, probably using an automated script, is hacking into sites with the vulnerability and changing the settings of one of the dashboard modules to point to a different feed thereby encouraging people to go to a different site which is offering a dodgy upgrade.”

That was the response of Peter Westwood (one of the lead developers of popular blogging software provider Wordpress) upon news that some of its users with an outdated Wordpress installation may be prompted to download a more compromised version from a spoof website (wordpresZ.org).

It’s important that all customers verify the source, security and legitimacy of any software that they install to their Pipe Ten hosting accounts and pay special attention when upgrading.

Read more at The Register – Fake site punts Trojanised WordPress and additional analysis at the sources blog.

.htaccess cheat sheet

Sunday, November 2nd, 2008

A quick cheat sheet for working with .htaccess files and Apache under Linux. Many of these options/features are also available via the control panel. (more…)

Creating a .htaccess file

Tuesday, October 21st, 2008

If you have a Linux web hosting plan then you can use the following instructions to create an .htaccess file: (more…)

My cron tab seems to be failing

Thursday, October 2nd, 2008

If they are PHP files intended to be called by the command line then PHP binary should be used at
/hsphere/shared/php4/bin/php

or
/hsphere/shared/php5/bin/php

If it is intended to use them as if they were in the web browser then wget should be used, available at /usr/share/wget
i.e.
/usr/share/wget -v --delete-after http://domain.com/path/to/script.php

For more instructions on how to configure crontabs please take a look at the following instructions: http://www.pipeten.info/h-sphere/direct_access_to_server.html#crontab

For other web server configurations please contact support