Procedure to create reseller account in Linux server with root access

Procedure to create reseller account in Linux server with root access 1. Login to whm panel using the url>> http://domainname or ip/whm 2. Under Account Functions >> Select create new accounts >> enter the details and create it 3. Under Reseller >>Select Reseller Center >> As shown in the below image select the domain name […]
To finding the hacked website (Gumblar/Martuz)

To finding the hacked website (Gumblar/Martuz) To finding the website is hacked by bad ware scripts or malware running on the server. You can find here http://unmaskparasites.com/ This site should be healthy report…. If the report shows bad-ware running.. You need to clean the site on the server & restore the old backup.. Then send […]
How to configure wp-config.php File

How to configure wp-config.php File Login into the your hosting control panel. click File manager>> /public_html/blog (sub domain for which one you install word press) Here you can see wp-config.php file. Edit Correct Database Name, username, Password, // ** MySQL settings ** // define (‘DB_NAME’, ‘user_blog’); // The name of the database define(‘DB_USER’, ‘user_username’); // […]
Support Access Number For cpanel

Support Access Number For cpanel How to get the support access number in cPanel From a Shell Run the following command. /usr/local/cpanel/cpanel -S You will get the support access number to raise the ticket in panel.
install ruby on rails

install ruby on rails 1.Download the software. 2. Create an empty database and accompanying user named redmine for example. For MySQL: create database redmine character set utf8; create user ‘redmine’@’localhost’ identified by ‘my_password’; grant all privileges on redmine.* to ‘redmine’@’localhost’; 3. Copy config/database.yml.example to config/database.yml and edit this file in order to configure your database settings for “production” […]