Archive Blogs

Recent Posts

blog cover
Vbulletin

Upgrading to vBulletin 6: A Seamless Transition from vBulletin 5

Introduction The world of online communities and discussion forums has witnessed a major development with the release of vBulletin 6, the latest version of the popular forum software offered by vBulletin. With a host of new features and improvements, vBulletin 6 promises to enhance the user experience for both forum administrators and members. In this […]
photo of the creator2
blog cover
PHP

A Quick Overview of the Laravel PHP Framework

Laravel1 is an open-source PHP2 framework used for developing fast and secure web applications. Since its release in 2011, Laravel has grown to become one of the most popular PHP frameworks due to its expressive syntax and ease of use. In this article, we’ll take a quick look at some of Laravel’s main features and […]
photo of the creator2
blog cover
PHP

Introduction to NativePHP: A New Era for PHP Developers

Welcome to the world of NativePHP, a revolutionary framework that is taking the PHP community by storm. This innovative tool allows PHP developers to construct rich, native desktop applications with ease and efficiency. If you’re a seasoned PHP developer or a newcomer to the language, NativePHP is designed to make you feel at home and […]
photo of the creator2
blog cover
PHP

A Better PHP Alternative For Web Projects

In the realm of web development, PHP has long been a popular choice. However, as we continue to advance in the digital age, the quest for A Better PHP Alternative For Web Projects becomes increasingly relevant. This article aims to shed light on this topic, offering insights into some of the most promising PHP alternatives […]
photo of the creator2
blog cover
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 […]
photo of the creator2
blog cover
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. […]
photo of the creator2
blog cover
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 […]
photo of the creator2