Sussex based provider of affordable Business Internet & Ecommerce Solutions.

2023-08 | Price Increases – Web Hosting

2023-08 | Price Increases – Web Hosting

Unfortunately do constantly increasing prices from suppliers, we’ve had to make the decision to up our cpanel web hosting prices, and we’ve simplified our packages to Small, Medium, Large for Home & Business. Small – Our entry level package “Small” starts at £99.99 a year paid annually (it’s more if paid monthly due to processing […]

LAN (wired network) stuck on Identifying Network…are you running Virtual Box as well?

Had a weird one yesterday that stumped me. For the life of me, I couldn’t connect to my second sub network in my house, which has my private server lab in it. Whenever I plugged/unplugged the cable, DHCP wouldn’t work. Static IP set didn’t work either. I would get a message next to the adapter […]

IBM Keyboard – SK-8840 – Strange Characters / Numbers When Typing

IBM Keyboard – SK-8840 – Strange Characters / Numbers When Typing

If you own an SK-8840 (Rack Mount) and are trying to work out why when you’re typing, strange numbers or symbols are coming up, it has different layouts or modes. IN SHORT: Press Shift + Numlock Keys to change to turn off the Numpad overlay. More Info (taken from IBM Website): The SK8840 is an […]

cPanel WooCommerce wp_remote_post() failed. PayPal IPN won’t work with your server. Error: Unsupported SSL protocol version

cPanel WooCommerce wp_remote_post() failed. PayPal IPN won’t work with your server. Error: Unsupported SSL protocol version

UPDATE: Note, Curl 7.49 causes problems with WooCommerce. Such as Updates not working and showing a 404 page. If you turn Debug on in wp-config.php the 404 doesn’t happen, but you get errors such as:- Notice: Undefined offset: 3 class-wc-session-handler.php on line Notice: Undefined index: wp_the_query Tried 7.36 and it seems to work as of […]

How to change php.ini Options on all PHP Versions of CloudLinux cPanel

How to change php.ini Options on all PHP Versions of CloudLinux cPanel

If you wish to apply a php.ini variable to all PHP versions running inside Cloudlinux CageFS (that’s just how php runs alongside your native version). You need to edit the following file:- # nano /etc/cl.selector/global_php.ini An example would be the Woocommerce/Wordpress “max_input_vars”, which recommends it to be above 1700, otherwise very large menus will get cut […]

Centos 5.11 – USB Install – Device does not appear to contain Centos CDROM Images

Very frustrating if you’ve created a bootable USB stick with say Rufus or Yumi Multiboot USB Creator. Centos looks for the ISO not the extracted file, so when it tries to find the install media, it can’t. Solution: Put the ISO on the disk as well. Trying to get a Dell CS24-NV7 Server running virtualisation, […]

Slow SolusVM Xen Dom0 Network Speed Fixes

Slow SolusVM Xen Dom0 Network Speed Fixes

If you use Solusvm and Xen on a Centos installation, you may not even notice that by default the “peth0” which is the physical ethernet cable can actually default to Half Duplex, but it’s relatively easy to fix with just a few command. Centos Commands Bash Commands (run them on Dom0): The physical port is […]

WordPress All In One Security – Can’t Remember the URL

WordPress All In One Security – Can’t Remember the URL

You need to contact your hosting provider, or login to cpanel, and then phpmyadmin to alter the database which will disable the plugin. Login to Cpanel Open PhpMyAdmin Locate the WordPress Database (the name of this can be found in the configuration file in public_html) I advise taking a Database Backup at this point using […]

Ebay Scams – ATV & Plant Items

Ebay Scams – ATV & Plant Items

If you browse ebay long enough for certain types of items, you become aware of the typical sale price, and items that keep coming up time and again. I’ve noticed over a 4x month period, a steady stream of UTV/ATV such as Kubota RTV, John Deere Gators and Kawasaki Mule vehicle which are listed well […]

Fuel PHP – How To – Extending or Changing a Core Class

Fuel PHP – How To – Extending or Changing a Core Class

Hi Everyone, I’m going to be sharing a series of mini guides on the Fuelphp.com Framework as I learn it. For those that don’t know me, I’ve never been heavily in to OOP, and I whilst I use classes, I never leverage what’s possible with the latest changes in PHP5. I’ve noticed there’s good documentation […]