How to optimize a Drupal website hosted on a dedicated solution?

How to optimize a Drupal website hosted on a dedicated solution?

The global MySQL settings on a dedicated solution can be modified to achieve better performance for your website. If you are on a dedicated server with root access to your server, you will be able to make these changes yourself. The recommended settings should be … Continued
How to install Magento 1 extensions in alpha and beta states?

How to install Magento 1 extensions in alpha and beta states?

By default extensions in stable states can be installed through the Magento Connect Manager tool. If you want to install an extension which is in alpha or beta state you need to get the extension key. Then you should open your Magento … Continued
How to disable PhpBB3 search functionality for guest users?

How to disable PhpBB3 search functionality for guest users?

Often the phpBB3 search functionality is abused by different spam bots. They perform searches as guest users. This significantly increases the size of the search_wordmatch table. It contains pairs of data of which posts include which words from the search_wordlist table. Usually, when the … Continued
How to reset my phpBB admin password?

How to reset my phpBB admin password?

Firstly, you need to find which is the database used by your phpBB. The database details are listed in the config.php file, located in the installation directory of that application. Open the file using File Manager in cPanel and navigate to $dbname where you will see the … Continued
How to enable/disable ‘Email this Page to a Friend’ in vBulletin?

How to enable/disable ‘Email this Page to a Friend’ in vBulletin?

The “Email this Page to a Friend” functionality can be enabled/disabled per user group. You can modify the option from your vBulletin admin panel > Usergroups > Usergroup Manager > Edit Usergroup > Can Use Email to Friend. Pick whether you … Continued
How to change the maximum number of vBulletin threads per page?

How to change the maximum number of vBulletin threads per page?

You can change the maximum number of threads that will be visualized on a page from the vBulletin admin control panel->Settings->Options->Forum Display Options (forumdisplay)->Maximum Displayed Threads Before Page Split. If you have more that the maximum number of threads a … Continued
I am receiving a strange error when visiting my MediaWiki page

I am receiving a strange error when visiting my MediaWiki page

Error in fetchObject(): Can’t find file: ‘page.MYI’ (errno: 2) Backtrace: * GlobalFunctions.php line 450 calls wfBacktrace() * Database.php line 520 calls wfDebugDieBacktrace() When you are experiencing this issue, this means that your database is corrupted or is missing tables. In … Continued
How to get my Moodle public key?

How to get my Moodle public key?

To get your Moodle public key you must first enable Networking from your Moodle admin panel -> Site Administration tab -> Advanced Features -> Networking. Change the value to On and save the changes. A new tab will appear in the admin panel named Networking. Click on it and choose Settings. … Continued
How to reset the password in my PrestaShop?

How to reset the password in my PrestaShop?

Open your cPanel and go to phpMyAdmin. Select the database of your PrestaShop application. If you are not sure which database your PrestaShop is using you can check the config/settings.inc.php file and see the value of _DB_NAME_, which looks similar to the following: define(‘_DB_NAME_’, ‘your_db_name’); You … Continued