Archive

Archive for October 31, 2009

Howto install the php uploadprogress extension

October 31, 2009 Leave a comment

Hi,

This php extension is only compatible with php >= 5.2. Login to your server via ssh root and type the following commands:

wget -c http://pecl.php.net/get/uploadprogress-1.0.1.tgz
tar -zxf uploadprogress-1.0.1.tgz
cd uploadprogress-1.0.1
phpize
./configure
make
make install

Edit php.ini (for cpanel servers the path is /usr/local/lib/php.ini, in most other cases the path is /etc/php.ini) and add the following line:

extension=uploadprogress.so

Restart apache:

apachectl restart

Thats it! Please come back tomorrow for the next exciting Adult Video Script howto 🙂