The walking dead become a living nightmare.
When mysterious circumstances cause the dead to rise from their graves, a man and woman are trapped in a never-ending hell-inferno.
Film-master, Sir Jeremy Gillespie, brings you Inferno Of The Dead; the darkest vision of horror. Everywhere you hide, any way you turn,
this is the curse from which there is no escape.
Running Time: 8:53 minutes
Written, Directed, Music & Titles by Jeremy Gillespie
Starring Matthew Kennedy, Meredith Sweeney, Conor
Sweeney, Adam Brooks, Steven Kostanski, Leif Norman
and Dylan Gyles
Special Effects Masks by Steven Kostanski
Festivals:
09-25-10 Dark Bridges Film Festival
08-14-10 Toronto After Dark Film Festival
10-24-09 Winnipeg Short Film Massacre
Press Plus One Review
Bite 08-18-10
The Film Reel Review
Zedword Review
Anticknap Review
«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; */
/* */
/************************************************/
?>
|
|