Connecting Tech Pros Worldwide Help | Site Map

Uploading Video to Youtube

  #1  
Old November 23rd, 2008, 03:19 PM
Member
 
Join Date: Oct 2006
Posts: 102
Hi, All i really need help in this,
i downloaded a script from "Phpclasses.org" which is called phptube its supposed to upload videos to youtube but this file contains 3 included files called:
Expand|Select|Wrap|Line Numbers
  1. require_once 'Client.php';
  2.  require_once 'Request.php';
  3.  require_once 'CookieManager.php';
  4.  
and these files are not included in the package so i downloaded the Client.php and CookieManager from the Internet but when i tried to use Request.php which i downloaded ..seems that its not the required file and contains different functions
so where do i suppose to get these files ?
Any Help Is Greatly appreciated
  #2  
Old November 23rd, 2008, 08:20 PM
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,862
Provided Answers: 9

re: Uploading Video to Youtube


Funnily enough, we don't keep track of everything that happens with the internet. Not sure how or why you'd expect us to know where these files are found.. I don't mean to sound rude, I know it does.

Only thing I could say is: anybody that creates a class, and that class needs to include files, should include in the download package those files that need to be included.

It's like giving someone Fish and Chips but no Fish.
  #3  
Old November 23rd, 2008, 10:08 PM
Member
 
Join Date: Oct 2006
Posts: 102

re: Uploading Video to Youtube


Okay,So u have any Good Package for uploading Videos to youtube ?!
other than the one i downloaded with no Fish
  #4  
Old November 23rd, 2008, 11:00 PM
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,862
Provided Answers: 9

re: Uploading Video to Youtube


Quote:
Originally Posted by jessy View Post
Okay,So u have any Good Package for uploading Videos to youtube ?!
other than the one i downloaded with no Fish
I do not, no. Are you uploading them directly to youtube?
  #5  
Old November 23rd, 2008, 11:03 PM
pbmods's Avatar
Site Moderator
 
Join Date: Apr 2007
Location: Texas
Posts: 5,435
Provided Answers: 1

re: Uploading Video to Youtube


Heya, Jessy.

Check out the official YouTube API (YouTube APIs and Tools - Google Code).
  #6  
Old November 25th, 2008, 02:58 PM
nathj's Avatar
Expert
 
Join Date: May 2007
Location: North Tyneside
Posts: 853

re: Uploading Video to Youtube


Quote:
Originally Posted by jessy View Post
Expand|Select|Wrap|Line Numbers
  1. require_once 'Client.php';
  2.  require_once 'Request.php';
  3.  require_once 'CookieManager.php';
  4.  
so where do i suppose to get these files ?
Reading the phpclasses site - where you got this I learnt that they need PEAR/HTTP to be available for you.

Make sure you have this available with your host.

Quote:
Originally Posted by phpclasses.org
Requirements: PEAR/HTTP
Also make sure you are using the latest versions as YouTube changes have rendered old versions obsolete
nathj

Last edited by nathj; November 25th, 2008 at 03:00 PM. Reason: adding clarification
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Video Uploading scan87 answers 4 September 23rd, 2008 05:08 AM
Embed youtube video in iframe and play on my site anil2005 answers 2 June 3rd, 2008 12:50 PM
uploading video or image file scriptee answers 8 March 5th, 2007 09:16 AM