Anyone know a auto video posting script for youtube videos?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ketchup
    Confirmed User
    • Jul 2006
    • 563

    #1

    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
    https://www.instagram.com/tsrocketqueen/

    https://torontoshemaleescorts.com
  • sortie
    Confirmed User
    • Mar 2007
    • 7771

    #2
    Originally posted by Ketchup
    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
    It's against youtube policy to "crawl" their site so I didn't put that in the script in my sig. But if you visit youtube yourself and copy the code you can use the "Load content" function in my script and do that.

    I'm assuming you want to post to your own site in this scenario.

    Comment

    • BOSS1
      Confirmed User
      • Sep 2005
      • 4331

      #3
      Originally posted by sortie
      It's against youtube policy to "crawl" their site so I didn't put that in the script in my sig. But if you visit youtube yourself and copy the code you can use the "Load content" function in my script and do that.

      I'm assuming you want to post to your own site in this scenario.
      Can you describe how that works?

      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

      Comment

      • sortie
        Confirmed User
        • Mar 2007
        • 7771

        #4
        Originally posted by BOSS1
        Can you describe how that works?
        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.

        Comment

        • SmokeyTheBear
          ►SouthOfHeaven
          • Jun 2004
          • 28609

          #5
          google has a very easy tool for this ..

          http://www.google.com/uds/solutions/.../videobar.html
          hatisblack at yahoo.com

          Comment

          • sortie
            Confirmed User
            • Mar 2007
            • 7771

            #6
            Originally posted by SmokeyTheBear
            google has a very easy tool for this ..

            http://www.google.com/uds/solutions/.../videobar.html
            Not bad if what I read is correct that you can "select" the vids.

            I would use it.

            Comment

            • Ketchup
              Confirmed User
              • Jul 2006
              • 563

              #7
              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.
              https://www.instagram.com/tsrocketqueen/

              https://torontoshemaleescorts.com

              Comment

              • SmokeyTheBear
                ►SouthOfHeaven
                • Jun 2004
                • 28609

                #8
                Originally posted by sortie
                Not bad if what I read is correct that you can "select" the vids.

                I would use it.
                yup . i wrote a simple simple php script so you can call it in an iframe

                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>
                then simply call the page like video.php?kw=YOUR+KEYWORDS
                hatisblack at yahoo.com

                Comment

                • SmokeyTheBear
                  ►SouthOfHeaven
                  • Jun 2004
                  • 28609

                  #9
                  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

                  Comment

                  • SmokeyTheBear
                    ►SouthOfHeaven
                    • Jun 2004
                    • 28609

                    #10
                    if you have troubles setting it up just drop your icq and i'll set it up for you
                    hatisblack at yahoo.com

                    Comment

                    • Bro Media - BANNED FOR LIFE
                      MOBILE PORN: IMOBILEPORN
                      • Jan 2004
                      • 16502

                      #11
                      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

                      Comment

                      • Ketchup
                        Confirmed User
                        • Jul 2006
                        • 563

                        #12
                        Smokey that worked! Copied it and put it in with my key and the form field works nice ...very cool thanks!

                        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
                        Last edited by Ketchup; 09-03-2007, 10:30 PM.
                        https://www.instagram.com/tsrocketqueen/

                        https://torontoshemaleescorts.com

                        Comment

                        Working...