Connecting Tech Pros Worldwide Forums | Help | Site Map

Uploading Video to Youtube

Member
 
Join Date: Oct 2006
Posts: 102
#1: Nov 23 '08
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

Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,938
#2: Nov 23 '08

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.
Member
 
Join Date: Oct 2006
Posts: 102
#3: Nov 23 '08

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
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,938
#4: Nov 23 '08

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?
pbmods's Avatar
Site Moderator
 
Join Date: Apr 2007
Location: Texas
Posts: 5,435
#5: Nov 23 '08

re: Uploading Video to Youtube


Heya, Jessy.

Check out the official YouTube API (YouTube APIs and Tools - Google Code).
nathj's Avatar
Expert
 
Join Date: May 2007
Location: North Tyneside
Posts: 854
#6: Nov 25 '08

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
Reply