When you are running a WordPress website, you may want to let people register or create their own profiles. This is important if you want to let visitors to your site create a community of subscribers and even contributors. In this guide we will show you how to allow users to register for your WordPress Read More >
InMotion Hosting Contributor
How to Create a WordPress User in the Dashboard
When you are creating a WordPress website, there may be times when you need to allow a user to access the Dashboard. A good way to accomplish this is to create a new user. In this tutorial we will show you how to manually create a new user from the WordPress Dashboard. We also have Read More >
ecbiz135 Unplanned Maintenance
Status: Problem is currently being addressed by our System Administration Team. Who is impacted? Those users on ecbiz135.inmotionhosting.com. Learn more about how to find out which server you’re on here. Estimated time until resolution: A complete resolution is expecetd for tonight around 11 PM EST 2013.05.08 11:30 am EST Shared server ecbiz135 was failed over Read More >
Setting Up Zone Rate Shipping in osCommerce
In this article we will walk you through the installation and configuration of the Zone Rates shipping module, which charges a specific price per weight for a specific Tax Zone. As an example, you can create a zone for Australia, and charge $5.00 for up to 4.99lbs, $10.00 for 5.00lbs-9.99lbs, and $15.00 shipping for anything Read More >
Setting Up Per Item Shipping in osCommerce
In this guide, we will walk you through setting up the per item shipping module in your osCommerce estore. This creates a standard shipping price for a an item, that is added to the total for each item you purchase. As an example, if an item has a shipping price of $5.00, and you purchase Read More >
Setting Up Flat Rate Shipping in osCommerce
In this guide we will walk you through the installation and setup of the Flat Rate shipping module in osCommerce. This lets you provide one standard shipping price for customers in a specific tax zone that purchase products from your osCommerce powered store. For example, you can charge a flat $3.00 rate for anyone in Read More >
Viewing Renewal Dates in the Account Management Panel
By default, bill items with us will automatically renew. In this guide we will show you how to view the renewal dates for your active bill items in the Account Management Panel (AMP). How to View Renewal Dates: Login to your Account Management Panel (AMP). Click Billing link in the main menu. You will then Read More >
How to View Your PHP Version in cPanel
When you are managing a website, there may be times when you need to know what version of PHP your server is running. For example, you may be installing a new software, and want to make sure your server meets the minimum PHP website hosting requirements. In this tutorial we will show you how to Read More >
Adding Paypal to osCommerce
In this guide we will walk you through installing and configuring the Paypal module in osCommerce, which lets you accept Paypal payments. Paypal is one of the most common tools for accepting money, with millions of users. This module does not require users to have a paypal account to check out, and it will allow Read More >
How to Add a Product Attribute in osCommerce
In this guide we will show you how to add a product attribute to your osCommerce website. This allows you to add additional options to an existing product. For example you can sell a T-shirt and add more options, such as colors, and let customers choose from a drop-down menu. You can also add additional Read More >
How to Add a Product to osCommerce
After installing osCommerce, one of the first things you will want to do is add a product, which can be accomplished in the Admin panel of osCommerce. In this guide we will walk you through adding a product to your osCommerce store. Adding a Product: Login to the Admin Section of osCommerce. Click the Catalog Read More >
How to Secure Your osCommerce Site with the htaccess/htpasswd
The first time you access the Administrators section in the admin panel for osCommerce, you will see a message stating “This osCommerce Online Merchant Administration Tool installation is not additionally secured through htaccess/htpasswd means. Enabling the htaccess/htpasswd security layer will automatically store administrator username and passwords in a htpasswd file when updating administrator password records.” Read More >
How to Secure the configure.php File for osCommerce
After installing osCommerce you will see a message similar to “I am able to write to the configuration file: /home/userna99/public_html/includes/configure.php. This is a potential security risk – please set the right user permissions on this file.” In this tutorial I will show you how to modify the permissions of the configure.php file, so it is Read More >
Recommended WordPress Security plugins
Security is one of the top priorities for website owners, and there are many different plugins available for WordPress to cover this need. Below are our recommended WordPress security plugins with the reasons that make them great. Wordfence As one of the most popular plugins in WordPress, Wordfence provides firewall protection and security scanning for Read More >
500 Error when using the User Manager after Upgrading to Joomla 2.5
In this tutorial we will show you how to fix the 500 error that occurs with the User Manager after updating to Joomla! 2.5. The error may look similar to this: 500 – An error has occurred. Table ‘deb44536_joom1.jos_user_notes’ doesn’t exist SQL=SELECT n.user_id, COUNT(n.id) As note_count FROM jos_user_notes AS n WHERE n.user_id IN (97,86,98,66,85,91,92,101,78,80,103,81,72,69,84,68,89,49,73,48,60,83,71,75,96,51,99,76,70,57,52,88,59,44,100,67,45,46,104,95,63,77,56,65,90,87,55,93,62,79,58,61,53,42,82,102,64,74,50,94) AND Read More >
Joomla 1.6-Media Manager Not Uploading Error
In this tutorial we will show you how to fix the error in Joomla 1.6 that stops you from uploading files using the Media Manager. You may also be prompted to open the joomla.json file, when you attempt to upload. Fix the Media Manager Upload issue: Using FTP or the File Manager, edit the configuration.php Read More >
Joomla – Refresh Manifest Cache failed: Extension is not currently installed
In this tutorial we will show you how to fix the “manifest cache” error in Joomla! You may be receiving errors after upgrading to Joomla 2.5.9 that look similar to this: Refresh Manifest Cache failed: Extension is not currently installed. or this: Error on updating manifest cache: (type, element, folder, client) Fixing the Manifest Cache Read More >
What Is High System Resource Usage?
In this article, I’m going to take a few moments to explain what high system resource usage is, and some of the common things that tend to lead to these conditions happening on your server. What Is Resource Usage? On servers, there is a limited amount of resources available for use at any one given Read More >
Installing an Addon in PHP-Fusion
In this tutorial we will show you how to install an Addon or Infusion in PHP-Fusion. Infusions allow you to expand the functionality of your website by adding things such as bulletin boards, or a site search. In our tests we are installing a guest tracking infusion. How to Install an Addon: Download the Addon Read More >
Forcing PHP-Fusion to work over SSL
In this tutorial we will show you how to make visitors use the secure SSL address (https://) for your PHP-Fusion website. This is important if you want data from the site transmitted over an encrypted ssl connection. We must first update the setting in the Admin Panel, then use the .htaccess to force people to Read More >