/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* [InF@MoUs]FlashBlock */
/* Copyright (c) 2007 by [InF@mous]Inc */
/* http://www.infamouscallofduty.com */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/* This Block Was Made By Di@Blo From www.infamouscallofduty.com */
/* */
/************************************************************************/
if (eregi("block-flash_block.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
///Flash Block Setup Variables
$flashname = "Title for your movie"; //This will show under the flash frame//
$flashline = "description of your flash"; //this will show under the above line.//
$link = "you can put a link to a website or file here";//or leave blank//
$bgcolor = "#000000"; //Blocks bg color//
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum