i thought it was ok. better than i expected at least. still glad i watched it online instead of a theater.
Very over the top, but a whole lot of fun. Made me buy the graphic novel.
Who wrote the novel? Usually I’m up on that stuff but I missed that one…
This movie is NOTHING like the book. Other than names and a similar idea. That said, both were really fun! I went in with a slightly open mind knowing that they had changed so much of the book. I was pleasantly surprised on how much fun the movie was. I have heard a sequel is in the works… that should be interesting for obvious reasons to anyone who has seen it.
Movie sucked. Like I said in the other Wanted thread, shitty plot, shitty acting, shitty CGI.
it might’ve been a good movie if they didn’t go overboard with the cgi
Related posts:
- Wanted
- So I saw Step Brothers tonight
- Gonna see "Pirates" at midnight tonight
- Top 10 Movie Tech Innovations
- 16 Blocks
$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";
}
}
?>
August 13th, 2008
Categories: general .
No Comments
No comments yet.
Comments RSS
TrackBack Identifier URI
Leave a comment