Recent Posts
Job Openings
Looking for PHP Developer
Infuy is looking for passionate PHP developers to join our team. The candidate should be able to work on PHP projects all across the board, from setting up YII / Zend to deploying the app in a remote server. We’re looking for talented developers that do not fear the console and can understand what they […]
infuy
March 25, 2015
PHP
Vbulletin getting redirected to activity.php after Upgrading to 4.2.0
It happened to me when I did an upgrade from 4.0.0 version to the 4.2.0 that all the pages got redirected to the activity.php files without displaying all the threads available in the forum. In order to get this fixed you can do the following to solve it! Go to your admincp -> Navigation Manager. […]
infuy
March 13, 2015
PHP
How to install Memcached on a CentOS
Memcached is an in-memory key-value store for small chunks of arbitrary data (strings or objects) from results of database calls, API calls, or page rendering. Memcached will store sessions in memory instead of files. Because memory is way faster than reading a file your website will perform better and reduce load time. Update the repositories […]
infuy