anyone have a youtube type script that will embed..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stickyfingerz
    Doin fine
    • Oct 2005
    • 24984

    #1

    anyone have a youtube type script that will embed..

    That will auto search youtube and embed the videos on a website, and have a search on the site that will search the tags of the vids that are on your site? Hard to explain I guess.
  • OzMan
    Confirmed User
    • Sep 2003
    • 9162

    #2
    ask The Smokester

    Comment

    • Deputy Chief Command
      Deputy Chief Command
      • Nov 2005
      • 4482

      #3
      youtube has...


      [email protected] for more info ..

      Comment

      • SmokeyTheBear
        ►SouthOfHeaven
        • Jun 2004
        • 28609

        #4
        i invented a cool tool almost exactly like what your after..

        I call it wctin mashups.. Its a video slideshow you can embed on your website. It contains 50 random "updated" videos for any given keyword, so you dont even have to update the code.

        You will notice under the mashup is the name of my site www.wctin.com, you can change that to display your sitename or message if you want.

        You can also choose adult or non-adult results. The videos will be pooled from google video , youtube video and the rest of the net.


        try it out here
        http://wctin.com * click free mashups from the menu.
        hatisblack at yahoo.com

        Comment

        • SmokeyTheBear
          ►SouthOfHeaven
          • Jun 2004
          • 28609

          #5
          if thats not your thing i also built another tool , its a ONE LINE video search engine code to put the videos on your site. see my thread entitled "free video search engine in 1 line of code "
          hatisblack at yahoo.com

          Comment

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

            #6
            i can write a script that will search youtube for videos and make them embedable on your site if you would like... hit me up

            Comment

            • stickyfingerz
              Doin fine
              • Oct 2005
              • 24984

              #7
              I basically want a youtube type site, but piggybacking on the other sites. The only diff from yours I think smokey is I want comments to be able to be made on my site via my database. And of course my adverts ;)

              Comment

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

                #8
                Originally posted by stickyfingerz
                I basically want a youtube type site, but piggybacking on the other sites. The only diff from yours I think smokey is I want comments to be able to be made on my site via my database. And of course my adverts ;)
                i can write a script that every day grabs the latest videos to youtube puts them in a database on your site, makes them embedable and commenting and all that jazz, pretty much like youtube, except its embeded on your site with your ads

                email me (in sig) with more details or hit me up on ICQ we can chat

                Comment

                • stickyfingerz
                  Doin fine
                  • Oct 2005
                  • 24984

                  #9
                  Originally posted by Madrox
                  i can write a script that every day grabs the latest videos to youtube puts them in a database on your site, makes them embedable and commenting and all that jazz, pretty much like youtube, except its embeded on your site with your ads

                  email me (in sig) with more details or hit me up on ICQ we can chat
                  Sent you an ICQ hit me up when you get it, I have to leave for a shoot in a bit.

                  Comment

                  • SmokeyTheBear
                    ►SouthOfHeaven
                    • Jun 2004
                    • 28609

                    #10
                    Originally posted by stickyfingerz
                    I basically want a youtube type site, but piggybacking on the other sites. The only diff from yours I think smokey is I want comments to be able to be made on my site via my database. And of course my adverts ;)
                    the whole site is geared towards your ads.. you choose what ads and links to display on the videos you have complete control over that..

                    as far as comments on the videos theres plenty of ways to do that, but you may just want to get your own script for that
                    hatisblack at yahoo.com

                    Comment

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

                      #11
                      Originally posted by stickyfingerz
                      Sent you an ICQ hit me up when you get it, I have to leave for a shoot in a bit.
                      sent icq

                      Comment

                      • SmokeyTheBear
                        ►SouthOfHeaven
                        • Jun 2004
                        • 28609

                        #12
                        i built a php version o my search engine script thats really really easy to manipulate for whatever you need.

                        heres the code

                        Code:
                        <form target=_top><input type=text name=kw><input type=submit></form>
                        <?php
                        $kw = $_GET["kw"];
                        $bi = "www.a-sponsor.com/banner.gif";
                        $bu = "www.a-sponsor.com";
                        $yu = "www.smokey.com";
                        $ex = "Some+Link+Text";
                        $size = "m";
                        $limit = "88";
                        $random = "";
                        if ($kw == ""){
                        echo "<br>ENTER A SEARCH TERM";
                        } else{
                        $html = file_get_contents("http://www.smokeycash.com/gvids/?kw=$kw&bi=$bi&bu=$bu&yu=$yu&ex=$ex&size=$size&limit=$limit&random=$random");
                        echo $html;
                        }
                        ?>
                        and example engine from the code.

                        http://tools.webspacemania.com/freevideos/example2.php
                        hatisblack at yahoo.com

                        Comment

                        • SmokeyTheBear
                          ►SouthOfHeaven
                          • Jun 2004
                          • 28609

                          #13
                          you can input your banner url etc as well as choose the amount of results to display ( from 1-100) , small, medium, or large thumbs and random or non-random results
                          hatisblack at yahoo.com

                          Comment

                          • stickyfingerz
                            Doin fine
                            • Oct 2005
                            • 24984

                            #14
                            Originally posted by SmokeyTheBear
                            you can input your banner url etc as well as choose the amount of results to display ( from 1-100) , small, medium, or large thumbs and random or non-random results
                            I love your stuff Smokey. I might have to pay to get exactly what I want on this one though.

                            Comment

                            • billybathgate
                              Confirmed User
                              • Jan 2007
                              • 483

                              #15
                              Originally posted by SmokeyTheBear
                              i built a php version o my search engine script thats really really easy to manipulate for whatever you need.

                              heres the code

                              Code:
                              <form target=_top><input type=text name=kw><input type=submit></form>
                              <?php
                              $kw = $_GET["kw"];
                              $bi = "www.a-sponsor.com/banner.gif";
                              $bu = "www.a-sponsor.com";
                              $yu = "www.smokey.com";
                              $ex = "Some+Link+Text";
                              $size = "m";
                              $limit = "88";
                              $random = "";
                              if ($kw == ""){
                              echo "<br>ENTER A SEARCH TERM";
                              } else{
                              $html = file_get_contents("http://www.smokeycash.com/gvids/?kw=$kw&bi=$bi&bu=$bu&yu=$yu&ex=$ex&size=$size&limit=$limit&random=$random");
                              echo $html;
                              }
                              ?>
                              and example engine from the code.

                              http://tools.webspacemania.com/freevideos/example2.php
                              nice script smokey ... what would have to change to say get the vids from say google video or you porn xtube...
                              ""

                              Comment

                              • SmokeyTheBear
                                ►SouthOfHeaven
                                • Jun 2004
                                • 28609

                                #16
                                Originally posted by billybathgate
                                nice script smokey ... what would have to change to say get the vids from say google video or you porn xtube...

                                it does it grabs both google and youtube vids , my mashups grab videos from all sources ( youtube/google/yahoo/msn etc )
                                hatisblack at yahoo.com

                                Comment

                                • aztecboi2003
                                  Confirmed User
                                  • Aug 2006
                                  • 1155

                                  #17
                                  Where do I put my banner info in at? Sorry I'm sorta new to all this. Clueless too. I put it in where "www.a-sponsor.com/banner.gif" is and nothing happened
                                  Smoking Girl Fetish
                                  Petite Ashley

                                  Comment

                                  • SmokeyTheBear
                                    ►SouthOfHeaven
                                    • Jun 2004
                                    • 28609

                                    #18
                                    Originally posted by aztecboi2003
                                    Where do I put my banner info in at? Sorry I'm sorta new to all this. Clueless too. I put it in where "www.a-sponsor.com/banner.gif" is and nothing happened

                                    the banner will show up inside the videos and on the video page
                                    hatisblack at yahoo.com

                                    Comment

                                    • fris
                                      Too lazy to set a custom title
                                      • Aug 2002
                                      • 55679

                                      #19
                                      would be better if every day it goes and grabs the highest rated videos.
                                      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                                      Comment

                                      • BabesPost
                                        Confirmed User
                                        • Jul 2006
                                        • 409

                                        #20
                                        Originally posted by SmokeyTheBear
                                        i invented a cool tool almost exactly like what your after..

                                        I call it wctin mashups.. Its a video slideshow you can embed on your website. It contains 50 random "updated" videos for any given keyword, so you dont even have to update the code.

                                        You will notice under the mashup is the name of my site www.wctin.com, you can change that to display your sitename or message if you want.

                                        You can also choose adult or non-adult results. The videos will be pooled from google video , youtube video and the rest of the net.


                                        try it out here
                                        http://wctin.com * click free mashups from the menu.
                                        Thats close to what I want, but instead of script digging up the videos, I want to have admin area I point script to video I want, and make my own title and description. Then it lists videos by most recent added, with small thumb. I want to use videos from youtube and porkolt.
                                        Webmaster Resources

                                        Earn More Per Click With Content That Tube Sites & Pirates Can't Steal

                                        Comment

                                        • Kaylum
                                          Confirmed User
                                          • Aug 2005
                                          • 465

                                          #21
                                          Originally posted by SmokeyTheBear

                                          it does it grabs both google and youtube vids , my mashups grab videos from all sources ( youtube/google/yahoo/msn etc )
                                          You rock Smokey.. very cool coding ;)

                                          peace
                                          -- "You can't stop ingenuity, trust me.."

                                          Comment

                                          Working...