Hi, I require functions written in PHP to automatically submit content to video (youtube.com, google video, vimeo, myspace, liveleak.com,atomfilms.com,dailymotion.com, ifilm.com etc.), mp3 (myspace, bebo,music.download.com, mp3.com, isound.com, etc.) social bookmarking (scuttle sites, a1-webmarks.com, searchles.com, spurl.net, stumbleupon.com, etc. could do delicious.com if you can bypass the captcha or you have another solution ('proxy' entering of captcha by user?) The submission must be done in the background on the server with no user intervention, ie. using the curl functions. I want this done in an object oriented way, so that you have for instance class name VideoSubmit, in which variables which are used for the metadata, are stored in the class ie. $this->title, $this->description_html, $this->responseok, $this->error, $this->username, $this->password, $this->keywords, $this->filename etc. as well as each submission would be in a certain function ie function youtube_com(){ .. } I don't mind different people tackling different sites/services. Payment will be via paypal, please post name the site(s) you can do and how much you charge and i'll take it from there, i prefer to not pay loads of money and wait longer. Also, if anyone has the code already that could be adapted to the way i want i will buy it off you as well. I thank you in advance for your reply.
I can do that , but only those submissions that do not require captcha bypass. My current experience include coding of www.ubuntustore.com and cloning of protectlinks.com . I can work in your object oriented way too as my sites ate mostly based on OOP .