Create a new .php file call it : block-TVRadio.php put that into your Blocks folder....
Use this code below......
|
Code:
|
<?php
if (eregi("block-TVRadio.php", $PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = " <center><table width=\"100\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
$content .= " <tr><td><tr><td> ";
$content .= " <div align=\"center\"><img src=\"http://www.tvradionetwork.com/image/user/bars.gif\" width=\"125\" height=\"47\"></div>
";
$content .= " </td></tr><tr><td>";
$content .= " <center><form method=\"post\" action=\"modules.php?name=TVRadio_Network\">";
$content .= "<input type=\"text\" name=\"search\" size=\"20\"><input type=\"hidden\" name=\"id\" value=\"''.$id.''\">";
$content .= " </td></tr><tr><td>";
$content .= " <center><input type=\"submit\" value=\"Search\"></form>";
$content .= " </td></tr></table>";
?> |
Create a new Folder in your modules directory call it : TVRadio_Network Create a new .php file from the code below call it index.php put that into your new folder : TVRadio_Network
|
Code:
|
<html>
<head>
<title>YOUR_SITE_TITLE</title>
</head>
<?PHP
if (!IsSet($mainfile)) { include ('mainfile.php'); }
include("header.php"); ?>
<iframe src="http://tvradionetwork.com/index.php?id=XXXXXXXXX&search=<?php echo $search;?>" name="main" scrolling="no" width="100%" height="600">
</frame>
<?PHPinclude("footer.php");
?>
</html> |
Signup here for a free account, replace the xxxxxxxxxx with your id & edit Site Title.
h*tp://www.tvradionetwork.com
Sorry m8 I dont have, nor can I remember where I got mine, but you can view it here
www.skydigitalcards.com/forum/phpBB2/index.php if this is the one your looking for.