ddl DDL-Turkey :: PHP Scripts, Clone Scripts and Templates for Webmasters

 
show me
popularity
news
 
added
author
mirror
Categories
TOP-Partner
Modules

PHP YouTube To Mp3 Script – Progress Bar – Logging And Theme

Date: 1-10-2011, 02:02  |  Author : dude12312  |  Comments: (4)  |  Views: 1605  |  Print   
  
PHP YouTube to Mp3 Script – Progress Bar – Logging and Theme


Free YouTube to Mp3 Script in PHP. Has the same features as the $60 versions for free $0. Includes progress bar with percentage, download logging and limit and more. Read More.
 
Features:
1) Updated to work with latest YouTube framework
2) Download Logging and Streaming Download file with leeching protection
3) Full Progress Bar with percentage and File Size + loading graphics
4) Full Web 2.0 Theme ready to install
5) Video conversion logging
6) Video Download size limit to save bandwidth on server (defaults 100 megabytes can be changed)
7) Just one zip and includes FFMPEG.exe inside.
8) Delete.php with chron job to delete mp3’s and videos at specified interval
9) Extra Pages for expansion

Instructions:
Brand new Ubuntu 11.04 installation for Linux Instructions:

* sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install php5-ffmpeg
* (chmod 777 www)
* (restart system)
* sudo apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt
/etc/php5/apache2/php.ini chmod 777 it and enable curl by adding line extension=curl.so
* (restart system or apache)
* $ sudo /etc/init.d/apache2 restart
* download file from media fire and put in www
* chmod 777 mp3
chmod 777 videos
* open class.php file un comment out const_FFMPEG='ffmpeg';
comment //const_FFMPEG='ffmpeg.exe';
* get the lame mp3 encoder
sudo apt-get install ffmpeg libavcodec-extra-52
* then your done!
*
* NOTICE IF ON SHARED SERVER and phpinfo doesnt show a ffmpeg.ini loaded then put this line in the
class.php below the php on the top of the page


$extension = "ffmpeg";
$extension_soname = $extension . "." . PHP_SHLIB_SUFFIX;
$extension_fullname = PHP_EXTENSION_DIR . "/" . $extension_soname;
// load extension
if(!extension_loaded($extension)) {
dl($extension_soname) or die("Can't load extension $extension_fullnamen");
}


Brand new Windows Installation:
Install xampp or wamp. Open php.ini inside php folder. Uncomment extension=php_curl.dll by removing semi colon.
Restart xampp and apache or computer. Copy youtube files to folder then ready to go! Easy
 
I like thisI dislike this
4 people say it works.
#1 Posted by: mentidj (4 March 2012 09:30)
Group: Member
Register: 4.03.2012
ICQ: --
doesn work :(

 
Comments: 3 | Posts: 0

#2 Posted by: mazuki (5 April 2012 07:35)
Group: Member
Register: 5.04.2012
ICQ: --
Comments: 1 | Posts: 0

#3 Posted by: nspinfotech (27 April 2012 18:41)
Group: Member
Register: 27.04.2012
ICQ: --
mazuki,
Please provide a new link for download

 
Comments: 2 | Posts: 0

#4 Posted by: sekhon (28 April 2012 22:03)
Group: Member
Register: 28.04.2012
ICQ: --
new link plzzzz

 
Comments: 2 | Posts: 0

Information! Members of Guest cannot leave comments.

Home | Wordpress | Joomla | vBulletin | Datalife Engine | Modules | Cms Scripts | Board Scripts | Shop Scripts | Multimedia | Arcade Scripts | Hosting Scripts | Chat Scripts
© 2011 by DDL-Turkey.Net. This page was last modified on 14 May 2011 at 18:56.