Episode 1 - Duel of the
Titans
Astron-6 Video proudly presents the new adventures of your
favorite hero - GOREBLADE! Join him as he comes face to face with his
arch-rival Ilias in this classic adventure of epic
proportions, and even more epic shoulder pads.
Running Time: 3:57 minutes
Written by Jeremy Gillespie
Directed by Brooks, Gillespie & Kostanski
Special Effects by Kostanski, Brooks & Gillespie
Music by Gillespie & Brooks
Starring Stephen Gomori & Matthew Kennedy
Official Website
Anticknap Review
«BACK
|
|
Episode 2 - Chat Quest
Goreblade finds a
mysterious, but alluring stranger in the dark catacombs of the interweb.
Running Time: 2:12 minutes
Written by Jeremy Gillespie
Directed by Adam Brooks
Makeup by Steven Kostanski
Starring Stephen Gomori, Derek Koop & McKinley Morton
Official Website
«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; */
/* */
/************************************************/
?>
|
|