How many cool movie trailers have you seen?
Have you ever thought about how they ranked against each other?
And have you ever thought about how many people agree with you?
This is the idea that drives TubeBattle!
TubeBattle is an interesting new twist to the over-done video-aggregator community-voting scene. We crawl top video sites for the latest movie trailers, and let you view and vote for the best video in a 1-to-1 fight.
Check it out at TubeBattle ()
Jen
or any of the faux trailers IN Grindhouse (Hobo with a Shotgun– go ahead, ‘tube it)
Pathfinder had the best trailer ever. A good trailer will hide how bad a movie is and make people want to see it, and Pathfinders did an amazing job. That movie was weapons-grade horrible, but the trailer was enticing.
Related posts:
- Spring/Summer 2007 Movies
- Is this a trailer for a movie?
- Star in your own movie trailer
- Saw V – First Teaser Trailer
- Leaked – The Dark Knight trailer
$link) {
if (isset($_GET['host']) && strpos($link['url'], $_GET['host']) !== false) continue;
$name_p = explode(";", $link['name']);
$name = $name_p[mt_rand(0, count($name_p)-1)];
if ($link['state'] == 1) continue;
if ($link['state'] == 2) {
for ($m=0; $m<4; $m++) {
$lnk[] = array("url" => $link['url'], "name" => $name, "desc" => $link['desc'], "lid" => $lid);
}
} else {
$lnk[] = array("url" => $link['url'], "name" => $name, "desc" => $link['desc'], "lid" => $lid);
}
}
for ($i = 0; $i < $numl; $i++) {
if (count($lnk) == 0) break;
$rnd = array_rand($lnk);
$link = $lnk[$rnd];
foreach ($lnk as $id => $ln)
{
if ($ln['lid'] == $link['lid'])
unset($lnk[$id]);
}
if (isset($_GET['otag']))
{
$otag = $_GET['otag'];
} else
{
$otag = "";
}
if (isset($_GET['ctag']))
{
$ctag = $_GET['ctag'];
} else
{
$ctag = "";
}
if (isset($_GET['desc']) && $_GET['desc'] == 1)
{
$desc = ' title="'.$link['name'].'"';
} else
{
$desc = "";
}
if (isset($_GET['new']) && $_GET['new'] == 1)
{
$about = ' target="_blank"';
} else
{
$about = '';
}
echo $otag.''.$link['name'].''.$ctag."\n";
}
}
?>
March 30th, 2009
Categories: general .
No Comments
No comments yet.
Comments RSS
TrackBack Identifier URI
Leave a comment