How to Login to the OpenCart Dashboard

After installing OpenCart, the next step is to login to the OpenCart Admin Dashboard. The OpenCart Dashboard is where you can customize the look of your eCommerce website, as well as add and edit products. In this tutorial we will show you how to log into the OpenCart Dashboard. The screen shot below illustrates the screen that you will see when you successfully Read More >

Finding your Version Information in PrestaShop 1.6

If you are troubleshooting a problem or planning modifications for your PrestaShop 1.6 installation, then you should know your version information. Luckily, finding the version and server information is a simple task. This tutorial walks you through finding the version that you are using. Finding Your Version in the PrestaShop Back Office PrestaShop has several Read More >

Create Combinations Manually in PrestaShop 1.6 Administrator

Products are often sold in variations called product combinations. These combinations do not physically change the product, but allow you to sell it in different sizes, colors, etc. The following tutorial walks you through the steps of manually creating combinations in the PrestaShop Administrator interface. Login to the PrestaShop Administrator Dashboard. Hover over Catalog in Read More >

WordPress Critical Security Announcement

As of today, several vulnerabilities were discovered and patched within WordPress. The most critical of these is a cross-site scripting vulnerability which allows malicious comments to be left, and when seen, can execute unauthorized code as the administrator user in versions 3.0-3.9.2. Although 4.0 is not affected by this particular vulnerability, several other vulnerabilities were Read More >

Setting up Authorize.net in VirtueMart

Starting with VirtueMart 2.0.2, you can use Authorize.net as your payment gateway option. This allows you to use their popular service for processing credit card transactions. You must install VirtueMart, and have an Authorize.net account before attempting to follow this tutorial. How to Setup Authorize.net in VirtueMart Login to the Joomla dashboard. In the navigation Read More >

Display categories in the left panel in PrestaShop 1.6

Left-hand navigation is fairly standard across the web. Because of this, many visitors will look to the left hand panel of your store for category lists and other information. This quick article will assist you in presenting category information on the left hand panel using the PrestaShop 1.6 default theme. This way you can make Read More >

Automating your Logaholic Stats

Once you have installed Logaholic onto your account, you may want to set it to run automatically every 24 hours. Below we describe how to do this so you can keep track of your website stats on a daily basis. How to Automate Logaholic Log into your cPanel admin dashboard. Locate and click on the Read More >

Two Factor Authentication for cPanel

Everyone wants their account to be as secure as possible, even with using a random strong password your account can still be hacked. Two Factor Authentication provides an extra step to access your cPanel account. In this guide we will be discussing how to set up, configure, and use the Two Step Authentication option provided Read More >

Banning known hack sources from your WordPress site

Preventing malicious attacks before they are even attempted is often one of the best defenses against your website becoming hacked. Of course, there is no replacement for a securely developed site, but a large majority of attacks can be blocked by simply banning malicious sources from your WordPress site. In this article, we will show Read More >

Preventing WordPress brute force attacks with iThemes Security

As WordPress brute force attacks are on the rise and without any signs of slowing down, preventing brute force attacks on your WordPress site is critical to your site’s security and stability. In this article, we will show you how to use iThemes Security to easily block brute force attacks using their cloud-based database. First, Read More >

Installing the Solid Security (iThemes Security) WordPress Plugin

Solid Security, formerly known as iThemes Security, is an excellent WordPress plugin that will assist you in doing things such as protecting from brute force attacks, automatically backing up your WordPress database, and much more. In this article, we will show you how to easily install the Solid Security plugin. Now that you have successfully Read More >

Drupal 7 Critical Update

Issue: Drupal has released a critical update (Drupal 7.32) for Drupal 7. They are urging everyone to update to this latest vesion. Status: Drupal update 7.32 has been released. Who is impacted? Websites running on Drupal 7, that have not updated to Drupal 7.32. Why was this update released? Drupal released a security advisory on Read More >

Creating a Child Theme in WordPress

If you want to modify a WordPress theme, you should create what’s called a child theme. A child theme allows you to make updates that would not be overwritten by updates to the theme. Theme updates occur on a regular basis, usually in response to updates to WordPress. If the modifications were made to the Read More >

How to Import & Export Role Definitions in Moodle

In this tutorial: Exporting Role Definitions Importing Role Definitions Beginning with Moodle 2.6 is the ability to Import and Export Role definitions. This allows you to share your role definitions, or use them on other Moodle sites. In this tutorial we will show you how to Import and Export Role Definitions in Moodle. Exporting Role Read More >

Displaying Additional Name Fields in Moodle

Starting with Moodle 2.6, you have the ability to display additional name fields. This is helpful when you have users with foreign characters in their names (such as Japan), and you also want to display a name in Roman Characters, or with phonetic spelling. In this tutorial, I will show you how to display additional Read More >

The add_action WordPress function

The add_action function is arguably the most used function in WordPress. Simply put, it allows you to run a function when a particular hook occurs. In this article, we will introduce you to the add_action function and teach you how to use it in your first WordPress plugin. For example, if you wanted to add Read More >