If you have a large WordPress setup or a server with limited resources, then you will often see the “504...
Php
Very simple script to parse RSS/Atom feeds into php array :) <? $feed = implode(file('http://www.antaranews.com/rss/nasional')); $xml = simplexml_load_string($feed); $json =...
http://www.rubynginx.com/index.php/2012/10/02/setup-awstats-phpmyadmin-phppgadmin-with-nginx-on-ubuntu/
apt-get install php5-mcrypt /etc/init.d/apache2 restart Sometimes you might get the message “php5-mcrypt is already the newest version“. If so, install...