FFMPEG-PHP: make: *** [ffmpeg_frame.lo] Error 1

While compiling ffmpeg-php from source with make command you may get the following error terminating your making process; make: *** [ffmpeg_frame.lo] Error 1   This error occurs due to a missing file ‘ffmpeg_frame.lo‘ in the ffmpeg-php source, while your ffmpeg-php source may contain the file named ‘ffmpeg_frame.loT‘.   To Resolve this issue you just need to rename the ‘ffmpeg_frame.loT‘ […]

Steps to secure the wordpress side ?

Currently hackers can easily hack the websites made with the wordpress and you can take the below precautions to secure the wordpress websites and also can improve its performance with the help of below things ” 1. Update WordPress >> If you’re not using the latest version of WordPress update now. Make sure you backup […]

WordPress 3.6.1 Latest Update Released – Includes Many Security Fixes

The WordPress team just pushed out a new version of WordPress. WordPress 3.6.1 is a maintenance release that includes some security bug fixes. Straight from their release post, these are the security changes: Block unsafe PHP unserialization that could occur in limited situations and setups, which can lead to remote code execution. Reported by Tom Van […]