Internet
Internet
How to reset WordPress adminstrator’s password using phpMyAdmin
Dec 13th
Its is recommended that this method of setting password is used only as last resort. Because there is a standard way of resetting password using “Lost your password?” option by which you get a mail containing newly generated random password.
WordPress saves MD5 hash of plain passwords. For thos who don’t know what is MD5, it is a digest algorithm (cryptography) that generates fixed length digest for a variable length input. So you will not see plain passwords in WordPress database. This feature ensures even the administrator user unable to know the passwords of subscribed users.
Follow the instruction given below to More >
How to resolve “POST to /wp-admin/post.php not supported” error in WordPress
Feb 1st
Sometimes while posting in WordPress blog software, users encounter the following error and fail to submit the new post or edited post.
Method Not Implemented POST to /wp-admin/post.php not supported. Apache/2.2.0 (XenOS) Server at techpulp.com Port 80
This error is due to mod_security which is enabled on your Apache server. The mod_security helps protect your website and is called Open Source Web Application Firewall. It comes with a big set of rules against which each server request is matched to detect any hacker trying to compromise your website. In a way mod_security is very good to have it enabled as a security measure. but More >
How to disable Ads using HOSTS file in Microsoft Windows/Linux/UNIX
Jan 21st
One way of avoiding online advertisements is to redirect all requests to Ad sites to locahost so that bandwidth is well utilized. It also results in faster browsing as it eliminates Domain Name Service (DNS) requests. For this you need to define custom entries for Ad servers in system HOSTS file to redirect them to localhost (127.0.0.1). The browser first looks at the system HOSTS file for known hosts and if it doesn’t fin it there it will contact the DNS server to resolve IP address of the host name.
The Location of HOSTS file in various operating systems:
Windows 95/98/Me:
The HOSTS More >
How to resolve WordPress error – Warning: preg_match(): Compilation failed: nothing to repeat at offset 1
Dec 8th
Sometimes the following warning from PHP continually repeats for about 20 times and appears on top of each page.
Warning: preg_match(): Compilation failed: nothing to repeat at offset 1 in /var/www/wp-includes/classes.php on line 104
Warning: preg_match(): Compilation failed: nothing to repeat at offset 1 in /var/www/wp-includes/classes.php on line 105
These warning messages consume all the visible space in the browser making the real content not to appear. At first sight, it appears as if only errors are shown in the browser.
This can be resolved by moving back and forth from two different Permalinks structures. First login to your WordPress as administrator and go More >
How to configure Proxy settings in Firefox Browser
Dec 5th
Open Firefox browser and open preferences window by selecting the menu as shown below. Press “Edit” in the menu bar and then press “Preferences” item in the menu.
This opens up Firefox’s preferences window. In that select “Network” tab under “Advanced” section as shown below.
Then press the “Settings” button to open “Connection Settings” window as shown in the below diagram.
If you have proxy server IP address and port number, just select “Manual proxy configuration” option and enter them in HTTP proxy and port text fields respectively. If you use exactly same proxy for all connections like HTTPS, FTP etc then select More >


Recent Comments