It is very often developer ask each others where to find my server configuration file. Where is my httpd.conf file located in apache ? httpd.conf is the server configuration file of Apache. – Login to SSH – Execute the below Read More …
BuddyPress Members Export
BuddyPress Members Export is a unique WordPress BuddyPress plugin of its type. It is a complete solution to export all the details of users in WordPress + BuddyPress. Following are the fields of users this plugin will export in a Read More …
Really Simple CAPTCHA In AJAX Page
Ajaxify WordPress Site Pro is a plugin which helps you to reload the Google recaptcha form in ajax loaded page. This plugin already a wel known plugin in WordPress community to make your whole WordPress site ajaxify. Let us have Read More …
Sort WordPress Users By Last Name
It is very obvious requirement from any client that to list all your website users in alphabetical sort order. My requirement was sort all WordPress users by their last name first and then first name. Tried a lot to get Read More …
Increase File Upload Size Limit in PHP-Apache
Increase File Upload Size Limit in PHP-Apache, Changing File Upload Limits On Apache Server, phpinfo, upload_max_filesize, post_max_size, memory_limit Almost for every developer and client it is headache to increase the file upload size on there site on Apache server. By Read More …
How to Install VLD on Linux and OS X
How to Install VLD on Linux and OS X, php opcode, machine language, print opcode, print php opcode, dump opcode, how to use php vld extension Vulcan Logic Dumper mainly known as VLD is a PHP extension by which you Read More …
What is OPCODE(operation code)
What is OPCODE(operation code) – Young Tech Leads, php opcode, machine language An opcode(operation code) wiki is the single byte of an instruction in machine language which tells the hardware what operation needs to be done. Every processor/controller has its Read More …
PHP – remove empty values from array
PHP – remove empty values from array An easy and quick way to remove the empty value keys from an array is given below. Lets assume below is our array $array = array(‘data1′,”,’data3′,’data4’); Now if we print this array using Read More …
10 Powerful Linux Command You Should Try!
10 Powerful Linux Command You Should Try! We all know that the most powerful Linux thing is its Command line. Because you can do almost everything from Linux command line. You can easily instruct your computer what exactly you are Read More …
How to enable or allow htaccess file on apache server
Here we will learn How to enable or allow htaccess file on apache server to override your default server configurations. But before that we will quickly see what is htaccess file. What is htaccess file? htaccess is a hypertext access Read More …