Author: Pixel Insert / Pixert

  • How to disable phpinfo

    The phpinfo() function is a very powerful one,  you can learn quite a lot about your PHP installation. Some server administrators may choose to disable the PHP function phpinfo() for security reasons, because it displays information which can be used to compromise the server that your site is running on. You can completely disable phpinfo(). First…

  • How to check what PHP version running on Linux?

    How to check what PHP version running on Linux?

    It’s very simple to check PHP version 1. PHP Info You can use the following to yield PHP version number via Command Line or You can create a php file contain the following, upload it to your website Note: if your sys admin disabled phpinfo, you cannot check what PHP version with phpinfo() 2. Short…

  • How to Create ePub ebooks and transfer it to Stanza

    ePub is the Open eBook standard from the International Digital Publishing Forum. Files have the extension “.epub” Stanza is electronic book reader and book sharing software for iPhone/iPod Touch and iPad. Here’s how you can convert nearly any eBook format to ePub on Windows or Mac OS. We’re using free tools we could find. 1.…

  • Cool Visualizations, WordPress Infographics

    Infographics Self Hosted WordPress.org vsFree WordPress.com Is it better to pick the Self Hosted WordPress.org, or is it better to go with Free WordPress.com? In this article WPBeginner provide you with an infographic that compares both options side by side with list of pros and cons. The infographic also tell you in the end which…

  • Change MAMP MySQL password

    Change MAMP MySQL password

    MAMP creates a local server environment on Mac OS X by installing Apache, PHP and MySQL right out of the box. The default username/password for MySQL install is root/root. That’s not safe. For security purposes, in our case we want sync between our WAMP and MAMP , it’s best to change that. Open the Mac…

  • Install Magento at localhost Windows with WAMP

    Install Magento at localhost Windows with WAMP

    Magento is one of the most popular ecommerce platforms available today. Many developer like to build websites, templates and applications on localhost. In this case, we are using WAMP as a server in WINDOWS OS. Magento requires itself to be installed on a host name at least one period ‘.’ in it, therefore installing to…