kumkum

How to Update Twitter Timeline Using PHP

Guide on this article can be used to post Twitter using PHP. First of all, download source code from http://phpfashion.com/twitter-for-php. Extract downloaded file to your folder. Example: /public_html/twitter-php/. Then we create index.php file with the following code: The first line is to setup variables: username, password, and message. And the next part is to setup…

Read More

How to Fix phpFox Error: “Unable to write to temporary folder: /tmp/”

phpFox is social network web-based application which can be used to build online community. I found this error message when installing phpFox: To fix this problem, edit install/include/installer.class.php Find this line: and modify to this: After that, create new folder: Change the folder permission to 777: After that redo phpFox installation http://domain.com/install/index.php And problem will…

Read More

How to Install Memcached on Debian / Ubuntu

Memcached is free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. First of all, install memcached dan php5-memcached packages: and then make sure memcached is running with this command: Restart apache web server: Check php5-memcached module using…

Read More

How to Root Samsung Galaxy SIII

Guide on this article is about how to root with Windows operating system and unlock the bootloader via mmmeff’s EZ-Unlock app. 1. First of all, download USB driver for Samsung Galaxy SIII from this link. 2. Extract the package to any folder. 3. On the phone, enable installation of third-party apps (Settings –> Security –>…

Read More

How to Convert .dmg to .iso Using Windows

.dmg is file extension of archive file in Macintosh. To use .dmg file in Windows environment, we have to convert it into .iso file using a program called dmg2iso. dmg2iso is an Apple’s compressed dmg to standard (hfsplus) image disk file convert tool. 1. Download dmg2iso converter program from http://vu1tur.eu.org/tools/download.pl?dmg2img-1.6.2-win32.zip 2. Extract the downloaded .zip…

Read More