How to upload a custom banner in the Builder

When working with the builder, you may want to have you own banner uploaded to your site. You can create a custom banner that can match the existing site. Below will walk you through the steps to download, edit, and upload a custom banner to your Premium Web Builder site. Important! This article is using Read More >

PHP files do not show the changes

If you are on a VPS or Dedicated server and you cannot see the changes to your PHP files when you update them, it is most likely caused by APC on your server or caching in your CMS (Content Management System) software. If you are using caching in your CMS you will need to consult Read More >

Inserting a slideshow in MediaWiki

In MediaWiki, you can have multiple images fade or slide in an image slider. There are a few steps to do this, which involves editing source code files. Before we get started, you will need to obtain the “Extension:JavascriptSlideshow“. The Extension can be obtained at the following URL. https://mediawiki.absolutewebdev.com/index.php?title=Special:Version Download the JavascriptSlideshow-1.0.1.zip file to your Read More >

Google flagged site due to mod_userdir

There are occasions on our shared servers, when Google may send you a notice saying your website is hacked. The notice will include your domain name; however, the username at the end is not your username. Google hack notification showing a similar url like the following: https://example.com/~baduser If you receive a notice like this from Read More >

How to Delete an AWStats Data File

When managing a new website, your webserver may save old data that you don’t want to show in your AWStats statistics. These stats can be cleared out by removing them from your tmp/awstats folder. The stats are stored in text files in regards to the subdomains. To delete a specific domain stats, you can find Read More >

Nivo Carousel Scroll Settings

The Nivo Carousel module has different slider options that can be set to change the animation of the carousel. These options are allow the carousel to have different speeds, easement (how fast or slow the image transitions), and other behaviors applied to the slide transitions. Below is are the steps to find the Slide settings Read More >

Installing plugins in DokuWiki

When working with DokuWiki there arises many instances where you will need to install a plugin. Plugins give functionality to your site that the default installation does not have available. DokuWiki has an relatively easy way to install plugins through the administrators dashboard. Below are the steps to install a plugin in DokuWiki. Steps to Read More >

Configuring the Multilingual Plugin in DokuWiki

Once you have the Multilingual plugin installed, you will need to configure and set up your pages in different languages. The Multilingual plugin creates a namespace for each language. Each language can be represented by a text link or by a flag that represents the language. See the image below for what the flags look Read More >

How to Lookup WHOIS Information for a Domain

When maintaining a domain name, sometimes the domain registrar and domain information needs to be retrieved. To retrieve the information of your domain, you will need to look up the WHOIS information. This can be done several ways. When looking up your WHOIS information , the information provided looks like the following (google.com was used Read More >

How to upgrade your PHP version

InMotion Hosting offers PHP hosting with servers that cater to different PHP versions to meet individual customer requirements. Dedicated and VPS server users can upgrade to newer PHP versions if needed. On Shared servers (not available on all servers), PHP versions can be changed through cPanel. Information regarding supported PHP versions in AlmaLinux 8 is Read More >

Setting up the Multilingual feature in TikiWiki

To set up your TikiWiki site to allow different languages, you will need to follow quite a few steps. The language functionality in TikiWiki is set within the administrator section. You do not need to edit any code in TikiWiki; however, you need to set Multilingual and install the Multilingual_Wiki profile. The following steps will Read More >

How to change the admin language in TikiWiki

TikiWiki has a built in feature that allow you to change the language of your administrator dashboard. Some wiki software requires you to edit the code for the languages to work. For TikiWiki, you do not have to edit the code. The TikiWiki administration section has the “i18n Internationalization” feature that allows an easy language Read More >

Installing the Multilingual Plugin for DokuWiki

DokuWiki is capable of making a multil language site. This functionality is not installed in new DokuWiki installations by default. In order to get the multi language functionality to work, you will need to use the “Multilingual Plugin“. The “Multilingual Plugin” does not translate your pages into a language. The plugin makes namespaces particular to the Read More >

How to change the DokuWiki admin language

When you initially install DokuWiki you can set it up for a particular language. In the event you want to change the language for the DokuWiki interface, you can change the configuration file code to allow a different language. The Image to the right shows what the administrator section looks like with English as the Read More >

Language code list for PHP programs

Websites that are geared for multi-language support have special codes you can use to display your admin sections in the language of your preference. An example of where this is used is the interface language of programs like MediaWiki, DokuWiki, or TikiWiki. To do change your administration language, you need a web host with PHP Read More >