![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Jul 2006
Location: Toronto Canada
Posts: 563
|
Anyone know a auto video posting script for youtube videos?
Something that will post youtube/google videos to a site kind of like this web2carz.com also maybe update with the latest videos and descriptions?
I would like if it would build multiple pages filled with videos on one subject say "cars" or "xbox" or whatever. Thank you ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 | |
Confirmed User
Industry Role:
Join Date: Mar 2007
Posts: 7,771
|
Quote:
I'm assuming you want to post to your own site in this scenario.
__________________
![]() ![]() ![]() |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 | |
Confirmed User
Join Date: Sep 2005
Location: Montreal / Sparta
Posts: 4,331
|
Quote:
__________________
![]() NEW SITE: Stockings Kingdom Lesbians in Latex, Lesbians in Stockings, Granny Sex, BDSM Porn, Latex and Sex, Custom Foot Fetish, Femdom Movies and Kinky Porn Pass. 300+ hosted flvs, 500+ hosted galleries, Page Peel ADs.. NATS export and payouts twice a month |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Industry Role:
Join Date: Mar 2007
Posts: 7,771
|
Sure,
First some adult background: my script will crawl FHG and other webpages and leech or either load video that is linked to a thumb. It auto crops the thumbs to the size you choose and auto-builds and auto-updates you website on a time frame you specify. I also imports flash video from sponsors and does the same as above. RE: YouTube Because the script does not crawl youtube you would have to import the flash like I do for sponsors. But rather than go to the trouble to build a file etc... like the sponsors; you can import manually a list of videos with the "load content" function. This does not load the flash onto you server but does a standard acceptable leech from youtube using their specified object code. In other words, youtube pays the bandwidth and you pay nothing for showing the video. This is acceptable to youtube as long as you are not trying to be a competitor to youtube.
__________________
![]() ![]() ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
__________________
hatisblack at yahoo.com |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 | |
Confirmed User
Industry Role:
Join Date: Mar 2007
Posts: 7,771
|
Quote:
I would use it.
__________________
![]() ![]() ![]() |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
Confirmed User
Join Date: Jul 2006
Location: Toronto Canada
Posts: 563
|
Hey thanks smoky let me try that!
![]() I found this a bit ago but don't know how to use it...I think its from youtube themselves http://waxjelly.wordpress.com/2007/0...class-redeaux/ and http://www.autovideoscript.com/ but you gotta pay for that. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 | |
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
Quote:
you can use this but theres an api key inside the script that needs to be tied to your google account so really you gotta create the code yourself to get you api id and paste it into the code save the following as video.php Code:
<div id="videoBar-player"> <span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span> </div> <div id="videoBar-bar"> <span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span> </div> <script src="http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-vbw&key=ABQIAAAAknCvFk8QZxxo8EHuv-xLwxTa1UwxoKEMhcPZA-Lftw1nKyY0phQrGaElC-XuEMdZrBowjIMxO4nIsg" type="text/javascript"></script> <style type="text/css"> @import url("http://www.google.com/uds/css/gsearch.css"); </style> <!-- Video Bar Code and Stylesheet --> <script type="text/javascript"> window._uds_vbw_donotrepair = true; </script> <script src="http://www.google.com/uds/solutions/videobar/gsvideobar.js?mode=new" type="text/javascript"></script> <style type="text/css"> @import url("http://www.google.com/uds/solutions/videobar/gsvideobar.css"); </style> <style type="text/css"> #videoBar-player .playerInnerBox_gsvb .player_gsvb { width : 320px; height : 260px; } </style> <script type="text/javascript"> function LoadVideoBar() { var videoBar; var options = { largeResultSet : !true, horizontal : true, autoExecuteList : { cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM, cycleMode : GSvideoBar.CYCLE_MODE_RANDOM, executeList : ["<?php echo $kw; ?>"] } } videoBar = new GSvideoBar(document.getElementById("videoBar-bar"), document.getElementById("videoBar-player"), options); } // arrange for this function to be called during body.onload // event processing GSearch.setOnLoadCallback(LoadVideoBar); </script>
__________________
hatisblack at yahoo.com |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#9 |
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
if you add this you have a google video search engine
Code:
<form action=video.php> <input type=text name=kw> <input type=submit value=Search> </form>
__________________
hatisblack at yahoo.com |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#10 |
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
if you have troubles setting it up just drop your icq and i'll set it up for you
__________________
hatisblack at yahoo.com |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#11 |
MOBILE PORN: IMOBILEPORN
Join Date: Jan 2004
Location: Tinseltown NL
Posts: 16,502
|
can use their rss feeds to automaticly insert certian information into a database which inreturn can embed all videos that are in that category on your site
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#12 |
Confirmed User
Join Date: Jul 2006
Location: Toronto Canada
Posts: 563
|
Smokey
![]() ![]() Madrox how would I go about doing that? I would like to do what you said exactly just like fill up the pages with the newest videos I have to go to sleep but will play with this tomorrow. Thanks guys ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |