The alternate (parody) ending to this summer's blockbuster The Dark Knight, starring Heath
Ledger and Christian Bale in which Batman
finds the Joker DEAD! This video received over 150,000
views in its
first forty-eight hours online, and was featured on eBaum's World,
Perez Hilton, Film Drunk, Spill, Topless Robot, before getting
pulled from Youtube on April 17,
2008. Since then Batman: Day from Hell
has been written up inThe Winnipeg
Sun, Reel Comix, Movies Online, and Lake of the Woods Enterprise. *This is a non-profit film*
Running Time: 3:24 minutes
Written, Directed, Edited & Starring Alan Smithee
Music by Hans Zimmer
Makeup by Alan Smithee
«BACK
|
|
|
//Please set the following variables for your mysql database:
$db_hostname = "adambrooks.netfirmsmysql.com"; //usually "localhost be default"
$db_username = "u70755312"; //your user name
$db_pass = "1dbed5"; //the password for your user
$db_name = "d60686656"; //the name of the database
/*MYSQL DATABASE CONNECTION/ TRACKING FUNCTIONS
--------------------------------------*/
// connect to database
$dbh = mysql_connect ($db_hostname, $db_username, $db_pass) or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ($db_name);
//for security, html is not allowed, so bbcode is used for formatting
//START 3rd PARTY CODE: I did not write this
/************************************************/
/* BBCode v1.0a */
/* Date: 03/2003 */
/* */
/* A simple and effective script that */
/* allows you to implement bbcode type */
/* behaviour on your php website. */
/* */
/* Contact: bbcode@netgem.freeserve.co.uk */
/* */
/* Usage: */
/* */
/* Put the following line at the top of */
/* the page you want to have the bbocde */
/* in...(assumes both pages are in the */
/* folder */
/* */
/* include("bbCode.php"); */
/* */
/* Pass the text to the function: */
/* */
/* $mytext = BBCode("This is my BBCODE"); */
/* or */
/* $mytext = "This is my text"; */
/* $mytext = BBCode($mytext); */
/* */
/* echo $mytext; */
/* */
/************************************************/
?>
|
|