WordPress index file
WordPress index file. “index.php”. This file can be used if the index hacking has done in the wordpress.
WordPress index file. “index.php”. This file can be used if the index hacking has done in the wordpress.
In rare cases, the nameserver entries will be missing in your server. In such cases, you can do the following to add the nameservers in your server. 1. Add a DNS zone by adding the nameserver name. 2. Assign a A record for that nameserver. 3. From the SSH as… Continue Reading Adding nameservers to your server
You can create a catch-all email address in cPanel by following the below mentioned steps. Sign in to cPanel and follow these steps: 1) Click Default Address under Mail. 2) Select Forward to email address. 3) Enter your desired catch-all email address into the Forward to email address: box. 4)… Continue Reading How to Create a Catch-all email address in cPanel
The steps for obtaining ‘traceroute’ is given below. ————— *Windows: Click Start, Run, type ‘cmd’ and press enter. Type ‘tracert domain.com’ and press enter. Right click in the prompt, click Mark, highlight the entire output of the trace route and press enter.*Linux: Open a shell prompt. Type ‘traceroute domain.com’ and… Continue Reading Steps to obtain Trace route result
Each time you access a web page via web browser, the browser caches (i.e., stores) it. This makes the browser to act in a fast manner by optimizing the time to retrieve data each and every time. It is better to clear the browser cache periodically, in order to make… Continue Reading How to Clear Browser Cache
How to find Live Resource usage for a User: If Cloud linux is be enabled in the server, then you can use the following command to find resource usage:  # lveinfo –period=1W -u Output:# lveinfo –period=1W -u jahwaggyID             aCPU   mCPU   lCPU   aEP   mEP   lEP   aMem   mMem   lMem   MemF   MepF544            1  … Continue Reading Live Resource usage for a User
The  mail sent by nobody is usually restricted in most of the server in order to prevent spamming activity. In most of the CMS, the mail functions will be handled by the PHP scripts which has the ownership of nobody. You can see the following snippet present in the exim… Continue Reading Mail sent by user nobody being discarded due to sender restrictions in WHM->Tweak Settings
Reset WordPress admin password using database:  1. Find the database name in “wp-config.php” for the corresponding WP domain. 2. cd /var/lib/mysql 3. Take backup  mysqldump databasename > databasename.sql 4. Enter into MySQL prompt.  mysql root@hostname# mysqlWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is… Continue Reading Reset WordPress admin password
 Art of Port Scanning — namp We can find custom SSH port number using nmap: command:  nmap -P0 -T4 -sV -p- “IP address”           -PO[protocol list]: IP Protocol Ping          -T: Set timing template (higher is faster). By default it will be in milliseconds.          -sV: Probe open ports to determine service/version… Continue Reading Find custom SSH port number
Simple difference b/w Sub domain, Parked, and Add-On domain. Sub domain * Lets say your domain is mysite.com. * You install a Message Board and put in in a directory called mysite.com/board/. * You can turn the directory board into a sub-domain by adding it as a sub-domain from your… Continue Reading Simple difference b/w Sub domain, Parked, and Add-On domain.