Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 52
5 members and 47 guests
affiz4iliate6ec, cliaw9cckhereto, mariacolmanyne3, medaricalddw93g, parttarcts
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Modules

Reply
 
LinkBack Thread Tools Display Modes
TV Guide - television listings module
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Feb 2005
TV Guide - television listings module - 02-24-2005, 02:32 PM

I'm looking for a way to display local TV listings on my site, but I can't find anything that would integrate into PHP Nuke 7.5. Has anyone seen anything that would work? Thanks.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Moderator
 
Status: Offline
Posts: 330
Join Date: Sep 2004
Location: Notts, UK
02-24-2005, 02:45 PM

not seen anything like that - it would have to pull them from somewhere though


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Feb 2005
02-24-2005, 02:48 PM

Right, but there are any number of websites that can generate that information. All I want to do it show it, too.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
02-24-2005, 05:46 PM

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.


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ICG theme edit guide unno Nuke 7.x - Themes 1 05-09-2006 03:13 AM
Broken-Link in Idiots Guide marston nukemods.com 0 01-07-2005 06:22 PM
Looking for a guide Eidolon Theme packs 3 08-06-2004 06:09 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31