:: Unlock footer.php on WordPress

35 sec read

:: WordPress error
If you change the footer.php file but get an error:

This theme is released under creative commons licence, all links in the footer should remain intact

 
:: How to fix:
+ Reupload the footer.php file
+ Edit the functions.php file
+ Look for lines with the prefix eval(str_rot13(…..)
Looks like:

eval(str_rot13('shapgvba purpx_sbbgre(){$y='Qrfvta ol Vairfgzrag Gunaxf gb Ynjlref | Serr jbeqcerff gurzrf | Obbx bs Zbezba Gvpxrgf

';$s=qveanzr(__SVYR__).'/sbbgre.cuc';$sq=sbcra($s,'e');$p=sernq($sq,svyrfvmr($s));spybfr($sq);vs(fgecbf($p,$y)==0){rpub('Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg');qvr;}}
purpx_sbbgre();'));

+ Find /sbbgre.cuc (encript of the word for footer.php) and then delete the letter “e” it so that it becomes sbbgr.cuc (foote.php)
+ Copying footer.php to foote.php
+ Edit your footer.php
 
:: Link
+ Google
+ De-expert

How to fix problem with the editor ‘vi’

:: git error with vi error: There was a problem with the editor 'vi'   :: how to fix the problem 0. check path...
sysadmin.id
10 sec read

Apache :: MP4 Streaming

:: How to Enable mp4 Streaming in Apache + Installing mod h624 streaming wget //h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz tar -xzf apache_mod_h264_streaming-2.2.7.tar.gz cd mod_h264_streaming-2.2.7/ ./configure --with-apxs=`which apxs2` make...
sysadmin.id
18 sec read

Apache :: Flash / FLV Streaming

:: How to Configure Apache for FLV Streaming + Installing mod_flvx wget //people.apache.org/~pquerna/modules/mod_flvx.c which apxs /usr/bin/apxs /usr/bin/apxs -cia mod_flvx.c + setup mod_flvx in http.conf...
sysadmin.id
15 sec read