[HowTo] Export All Your Visitors Comment Email In WordPress

In default WordPress comment your visitors need to input their email to leave a comment in your blog. And you can export those emails for whatever reasons you need. Probably you need to keep in touch, or just say hi, you name it. I just want to share a little trick to export those emails from database to a csv file.Here is the php code to do that:Or you can download it here.DISCLAIMER:This script is free to use and modified. And i don't responsible for any legal or ILEGAL activity … Read more...

Backup All Your MySQL Database With One Script

MySQL is a relational database management system (RDMS), and one of the most powerful DBMS. Most of the websites including this blog using MySQL technology behind it. Since it free and it always bundled with the PHP and Linux, often it is called LAMP (Linux, Apache, MySQL, and PHP). If you know a little about programming in PHP, MySQL skill is a must to you to learn.Okay i am not explaining what it MySQL, or what is SQL syntax. Now i just want to share with you a script to backup all the … Read more...

[TIPS] Mount/Unmount ISO In Ubuntu

Mount and Unmount an ISO CD/DVD in Ubuntu without burning them is a very useful way to check or see what is inside the CD/DVD without waste your CDs/DVDs. I got this trick from this website, and i would like to share it for you.The simplest way to do that you can use this nautilus script and follow this steps:Download this mount-unmount and extract to your home folder Give execute permission to those files. You can use this command: sudo chmod +x /home/username/mount.sh … Read more...