Now you have a website with high traffic and you want to monetize it. There are a lot of ways to do that.You can either sell an ad space or use an ad network that will let you earn via the number of impressions that your sites are making. The list below are some of […]
How to Make Government Sites Like COMELEC.GOV.PH Secure?
The recent hacking of the government site: COMELEC.gov.ph leads to a lot of doubt if the agency is capable of conducting the computerized election securely. The 2nd attack that leads to the database leak that compromised information of the voters, added to this doubt. Damage have been done and it only proves that there’s a […]
How to Install PHP7 Memcached in CentOS?
I’ve been using memcached since PHP 5.6 for my persistent object caching needs but when I upgraded to PHP 7, I stop using it since I wasn’t able to make the recent plugin to work with the said version of PHP. Compiling of the plugin from source always fails so I gave up the idea […]
WordPress Does Not Work After PHP 7 Update : Conflicts, Issues and Fixes
I have mentioned on my Facebook/Twitter post about the PHP 7 update and how I successfully compiled it after an error (see: Error Compiling PHP 7). After I restarted PHP-FPM, my site Bleuken.com does not load anymore and shows a 502 Bad Gateway error in the browser. What I did to fix this is I […]
Error Compiling PHP 7.0.0
PHP 7.0.0 RTM is out and I am so excited about it and try to use it on my site. The problem is I wasn’t able to build it properly and encounter the following error. /usr/local/src/php-7.0.0/ext/pcre/php_pcre.c: In function ‘zm_info_pcre’: /usr/local/src/php-7.0.0/ext/pcre/php_pcre.c:153: error: ‘PCRE_CONFIG_JIT’ undeclared (first use in this function) /usr/local/src/php-7.0.0/ext/pcre/php_pcre.c:153: error: (Each undeclared identifier is reported […]