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‘ […]

Iframe: How to remove it ?

For iFRME injection, first search the all domains on the server using following command which are infected then remove it using following script. find /home/*/public_html/ -type f -exec grep -Eil “iframedomain.com” {} \; >> scanresult.txt Where iframedomain.com is injected domain. Now use following script to remove it. vi remove.sh and add following #!/bin/bash for i in […]

RDP error : You are connected to the remote computer. However, an error occurred while an initial user program was starting, so you are being logged off. Contact the system administrator for assistance

RDP login to virtual server fails It is impossible to login to VE by RDP. The following error is displayed: “You are connected to the remote computer. However, an error occurred while an initial user program was starting, so you are being logged off. Contact the system administrator for assistance.” In case of using of […]