Logo
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 [...]

1802, 2009

PHP 5 Local

By |February 18, 2009|Categories: Php|0 Comments

As php5 compiled in the cgi mode customers cannot to use .htaccess directives like php_admin, php_value, php_flag. In [...]

1802, 2009

Open SSL

By |February 18, 2009|Categories: General discussions, Issues|0 Comments

wget http://www.openssl.org/source/openssl-0.9.7d.tar.gz tar zxf openssl-0.9.7d.tar.gz cd openssl-0.9.7d ./configure --prefix=/usr make make test make install ./configure make make test [...]

1802, 2009

Wild Card DNS

By |February 18, 2009|Categories: Dns|0 Comments

For the DNS, edit the DNS zone file and add the following: Code: * IN A x.x.x.x (where [...]

1802, 2009

OpenDNS error

By |February 18, 2009|Categories: Dns, Issues|0 Comments

change etc/named.conf from: options { directory "/var"; auth-nxdomain no; pid-file "/var/run/named/named.pid"; to this: options { directory "/var"; auth-nxdomain [...]

Go to Top