Logo

Blog

Blog2023-09-28T15:24:41+05:30
1804, 2009

Hotlink prevention

By |April 18, 2009|Categories: Issues, Scripts|0 Comments

RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://(.+.)?mysite.com/ [NC] RewriteCond %{HTTP_REFERER} !^$ RewriteRule .*.(jpe?g|gif|bmp|png)$ - [F]

1304, 2009

FFMPEG installation

By |April 13, 2009|Categories: Third party softwares|0 Comments

DOWNLOAD MODULES wget www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2 wget rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz wget easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz wget superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.1.tbz2 wget downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz wget downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz EXTRACT MODULES tar zxvf [...]

2403, 2009

Important Scripts

By |March 24, 2009|Categories: Issues, Scripts|0 Comments

========================= Resore pkg cat /root/finallist | awk -F. '{print $1}' > /root/list0 for i in `cat /root/list0`;do /scripts/restorepkg [...]

Go to Top