The WordPress Better WP Security plugin is a great way to secure your WordPress site from those who may want to attack or hack your site. You can monitor user logins, database backups, intrusion detections, and more. This article will explain how to install, configure, and use the basic options in the WordPress Better WP Read More >
InMotion Hosting Contributor
WordPress BulletProof Security plugin configuration
One popular WordPress plugin that is recommended and gets 5 starts is the BulletProof Security plugin. The BulletProof Security plugin secures your .htaccess and other files in your WordPress site. This article will explain how to install, configure, and use the basic options in the BulletProof Security plugin. Install the BulletProof plugin Log into the Read More >
Changing the Document Root for Your Domain
InMotion Hosting is able to change the Document Root location where your Primary Domain points to. This allows the file structure to be maintained as the developer has referenced the files in the website’s code. This article will explain how to get the document root changed for your primary domain. VERY IMPORTANT: Changing a primary Read More >
How to fix the fopen and magicquotes error in Prestashop
When configuring your Prestashop ecommerce site you may run into a problem in the configuration that gives an error for magicquotes or fopen. (See snapshot to the right) This is caused by a configuration setting in your php.ini that needs to be changed. Check your configuration Required parameters: OK Optional parameters: Please fix the following Read More >
Check Your Server Information on a VPS or Dedicated Hosting account
When managing your server with InMotion Hosting, you can utilize the WebHost Manager (WHM) of your VPS or Dedicated hosting server to find what type of server you have. The below steps will explain how to view your server processor information, system information, current memory usage, and current disk usage. Important! You can only view Read More >
How to Create a Custom PHP Contact Form with Validation
PHP is a great scripting language that allows many dynamic functions in your site. You can create custom contact forms, form validation, and email responses using PHP. This article will explain the basics in creating an email form that validates the inputs, produces errors when inputs are typed incorrectly, and send an email to you Read More >
Fixing the “An unrecoverable error occurred” error in Drupal
When installing a New Drupal installation or upgrading your Drupal you may experience the following error. “An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (32 MB) that this server supports.” What causes this error? There are several reasons this error may be thrown. There may be an issue with the Read More >
Allowing email reuse in phpBB
When adding users to a phpBB forum, when testing or debugging your user registrations, you may run into an errors like the following. The entered email address is already in use. This error occurs when you try to enter the same email address multiple times when registering user accounts. When you are running tests on Read More >
Fixing “The specified forum image does not exist” error in phpBB
When editing or creating a forum in phpBB, you may encounter the following error: (See image to the right) Warning The specified forum image does not exist What causes this Warning? This error is caused by a broken image link in your phpBB forum settings or a missing image file on your server. Simply removing Read More >
How to insert an iFrame / YouTube video in PHP-Fusion
You can insert iframes and YouTube videos in your PHP-Fusion pages through the editor in the Admin panel. Below are the steps on how to insert an iframe / YouTube video in PHP-Fusion page or article. Steps to insert an iFrame or YouTube video Log into your PHP-Fusion Admin Panel. Find the article you want Read More >
How to upgrade joomla 1.5 to 2.5
Recently there has been a large increase in security issues with Joomla 1.5. Joomla 1.5 was first released in January 22nd 2008 which ended in its development in Joomla! 1.5.26 in March 27th 2012. Joomla documentation states, “Joomla! 2.5 is the current LTS (Long Term Support) version. The previous LTS version, Joomla 1.5, is still Read More >
Changing the banner/logo in PHP-Fusion
By default PHP-Fusion has their logo at the top of the site. This logo can be customized to your liking. In order to change the logo, you will need to be able to access the server files to upload your own image. The Default image can be seen in the snapshot to the right. The Read More >
Editing the site introduction in PHP-Fusion
New Installations of PHP-Fusion will have a brief introduction on the home page of the site. This is called the Site Introduction. By default the site will say “Welcome to your site“. This section can be left blank if you want no site introduction or you can add whatever text you want. The following article Read More >
PHP-Fusion Main Site Settings Overview
You can change the appearance of different areas of your PHP-Fusion website through the Main Settings in your Administrator Panel. Areas like the Site name, Site Banner, Footer text, Themes and more can be updated through the Settings section of your PHP-Fusion Admin Panel. This article will briefly explain the Main Settings section in your Read More >
How to install a free theme to your PHP-Fusion site
Like most free open source software, PHP-Fusion has the ability to install themes to your site. There are many free themes online you can use for your PHP-Fusion site. In this article we will teach you how to upload your own theme to your server. For teaching purposes, we will install the “Birds Fusion” theme. Read More >
Switching your PHP-Fusion theme
PHP-Fusion has the option to change themes within the Admin panel. There are several theme pre-installed with your PHP-Fusion program by default. In this tutorial, we will change the theme to the “Atlantis” theme that comes with PHP-Fusion. Steps to change your theme How to login to the PHP-Fusion Admin Panel. Click the Admin panel Read More >
How to change/reset my PHP-Fusion password
In PHP-Fusion, you can reset your password in the Administrative Dashboard in the Admin Profile. If you lost your password and cannot access the Dashboard, you can have the password reset by using the forgot password link at the login screen. This article will explain how to change and reset your Admin password in PHP-Fusion. Read More >
Installing PHP-Fusion manually
In the event you cannot install PHP-Fusion on your server using Softaculous, you can install PHP-Fusion manually by downloading the files from the PHP-Fusion site. To get started installing PHP-Fusion manually, you will need to download the “PHP-Fusion v7.02.06 (full) 7.02.06” files. Visit the following link and click the Download icon for PH-Fusion. https://www.php-fusion.co.uk/downloads.php?cat_id=23&download_id=264 You Read More >
Installing PHP-Fusion with Softaculous
PHP-Fusion is a Free Open Source software that can be installed on your server. To install PHP-Fusion on your server, you can use the Softaculous software installer found in your cPanel. This article will explain the step by step process of installing PHP-Fusion on your server. Steps to install PHP-Fusion Login into your cPanel. Go Read More >
How to create an external link in PHP-Nuke
You can create links to external sites through the PHP-Nuke WYSIWYG editor in the admin dashboard. In the tutorials below, we are going to make a link that takes you to https://google.com when clicked. Creating an external link Log into your PHP-Nuke Dashboard. Edit the page you want to insert a link into. Highlight the Read More >