GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   anyone have a youtube type script that will embed.. (https://gfy.com/showthread.php?t=711441)

stickyfingerz 03-03-2007 09:44 PM

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 03-03-2007 09:47 PM

ask The Smokester

Deputy Chief Command 03-03-2007 09:49 PM

youtube has...


[email protected] for more info ..

SmokeyTheBear 03-04-2007 10:07 AM

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.

SmokeyTheBear 03-04-2007 10:08 AM

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 "

Bro Media - BANNED FOR LIFE 03-04-2007 10:18 AM

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

stickyfingerz 03-04-2007 10:21 AM

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 ;)

Bro Media - BANNED FOR LIFE 03-04-2007 10:25 AM

Quote:

Originally Posted by stickyfingerz (Post 12012644)
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

stickyfingerz 03-04-2007 10:30 AM

Quote:

Originally Posted by Madrox (Post 12012681)
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.

SmokeyTheBear 03-04-2007 10:33 AM

Quote:

Originally Posted by stickyfingerz (Post 12012644)
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

Bro Media - BANNED FOR LIFE 03-04-2007 10:34 AM

Quote:

Originally Posted by stickyfingerz (Post 12012728)
Sent you an ICQ hit me up when you get it, I have to leave for a shoot in a bit.

sent icq

SmokeyTheBear 03-04-2007 10:36 AM

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

SmokeyTheBear 03-04-2007 10:38 AM

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

stickyfingerz 03-04-2007 10:44 AM

Quote:

Originally Posted by SmokeyTheBear (Post 12012809)
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.

billybathgate 03-04-2007 11:16 AM

Quote:

Originally Posted by SmokeyTheBear (Post 12012791)
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...

SmokeyTheBear 03-04-2007 12:41 PM

Quote:

Originally Posted by billybathgate (Post 12013094)
nice script smokey ... what would have to change to say get the vids from say google video or you porn xtube...

:thumbsup
it does :) it grabs both google and youtube vids , my mashups grab videos from all sources ( youtube/google/yahoo/msn etc )

aztecboi2003 03-04-2007 12:51 PM

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 :Oh crap

SmokeyTheBear 03-04-2007 03:31 PM

Quote:

Originally Posted by aztecboi2003 (Post 12013489)
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 :Oh crap


the banner will show up inside the videos and on the video page

fris 03-04-2007 03:37 PM

would be better if every day it goes and grabs the highest rated videos.

BabesPost 03-04-2007 09:09 PM

Quote:

Originally Posted by SmokeyTheBear (Post 12012549)
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.

Kaylum 03-04-2007 10:50 PM

Quote:

Originally Posted by SmokeyTheBear (Post 12013450)
:thumbsup
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


All times are GMT -7. The time now is 03:38 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123