Archive for 'Solution'
Cannot modify header information – headers already sent by (output..
Hello gigs, if you are getting following php warning ..
PHP Warning: Cannot modify header information – headers already sent by (output …..
try placing this at the top of your page:
<? ob_start(); ?>
then at the bottom of the page place this line of code:
<? ob_flush(); ?>
Top 10 SEO tips For Joomla Based Website
This is my 1st post about Joomla SEO, this doesnt mean i am new with this thing called “joomla” . I thought I would do some research and see how the collective wisdom of the industry has changed with what matter to get a page search engine optimized (SEO). Use this top ten [...]
Full StoryHow To Install RED5 Server on Centos 5.3
In this how to i will describe how to install RED5 server on Centos 5.3. This how to can be used to install RED5 server on Centos 4 and Fedora 8 – 11 as well. RED5 is open source flash server written in java supports streaming audio/video, recording client streams, shared objects, live stream publishing [...]
Full StoryHow To Install FFmpeg + FFmpeg-PHP + Mplayer + Mencoder + flv2tool + LAME MP3 Encoder
cd /usr/local/src/
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 lame-3.97.tar.gz
tar zxvf libogg-1.1.3.tar.gz
tar zxvf libvorbis-1.1.2.tar.gz
tar zxvf flvtool2_1.0.5_rc6.tgz
tar jxvf essential-20061022.tar.bz2
tar jxvf ffmpeg-php-0.5.1.tbz2
mkdir /usr/local/lib/codecs/
yum install gcc gmake make libcpp libgcc libstdc++ gcc4 gcc4-c++ gcc4-gfortran subversion ruby ncurses-devel -y
DOWNLOAD FFMPEG and MPLAYER
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd /usr/local/src/mplayer
svn update
cd /usr/local/src/
mv /usr/local/src/essential-20061022/* /usr/local/lib/codecs/
chmod -R 755 /usr/local/lib/codecs/
LAME:
cd /usr/local/src/lame-3.97
./configure
make [...]
[Linux/SSH]How to Mount 2nd Hard Drive in Linux (centos)
I still use diper when i start using **nux , so i was looking for some linux comands to mount secondary hard drive in my server, so i googled some magic queries in google and found a solution
okay now if you also googled something like i did, then follow these 8 [...]
Full Storyhow to download rapidshare files for free
For that u need to find a free rapidleech provider that can leech rapidshare links for free.
Recently Filescloud launched rapidleech service for registerd and premium users(only rapidshare links)
What Is rapidleech?
Rapid Leech is a free server transfer script for use on various popular upload/download sites such as megaupload.com, Rapidshare.com and more than 45 others. The famous [...]
How to install ffmpeg on centos/rhel, The simple way!
I seen where a lot of server management companies are charging big bucks for this, so this might save you some time and money.
First
nano -w /etc/yum.repos.d/dag.repo
Insert
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
Then yum update and search for ffmpeg and install all ffmpeg packages including devel.
Seems there is some lib problems along the way so [...]
FFMPEG path for Video sharing Scripts In shared Server
I tried to install clipshare in my shared server (blu*****), i got error msg: Modules(ffmpeg, mencoder, mplayer etc) Not found
I installed ffmpeg and all other mdules that a video site requires.
I configured the path of those modules as :
PHP CLI
(/home/*****/bin/php)
MEncoder
(/home/*****/bin/mencoder)
MPlayer
(/home/*****/bin/mplayer)
FFMpeg
(/home/*****/bin/ffmpeg)
FLVTool2
(/home/*****/bin/flvtool2)
…and now it works perfectly
Note: “*****” is user, PHP CLI works with you [...]
ffmpeg in shared hosting :(Solved)
I installed following packages in my shared server (Bluehost) .
This script will install the following packages in the server,
*MPlayer (MPlayer-1.0rc1.tar.bz2)
*Codecs (all-20061022.tar.bz2)
*Flvtool (flvtool2_1.0.5_rc6.tgz)
*Lame (lame-3.97.tar.gz)
*Libogg (libogg-1.1.3.tar.gz)
*Libvorbis (libvorbis-1.1.2.tar.gz)
*Vorbis-tools(vorbis-tools-1.1.1.tar.gz)
*Libtheora (libtheora-1.0alpha7.tar.gz)
*FFMPEG Svn version SVN-r10820 (ffmpeg-SVN-r10820.tar.gz)
*AMR 3gp Encoder and decoder (amrnb-7.0.0.0.tar.bz2,amrwb-7.0.0.2.tar.bz2)
*ffmpeg-php (ffmpeg-php-0.5.0.tbz2)
*Ruby (ruby-1.8.6.tar.gz)
*wmf Lib (libwmf-0.2.8.3.tar.gz)
*faad2
*facc
*a52dec-0.7.4
What you need?
1. You [...]



