» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 61
0 members and 61 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This is a discussion on TV Guide - television listings module within the Nuke 7.x - Modules forums, part of the PHP-Nuke 7.x category; I'm looking for a way to display local TV listings on my site, but I can't find anything ...


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-24-2005, 03:32 PM
Junior Member
 
Join Date: Feb 2005
Posts: 2
TV Guide - television listings module
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
  #2 (permalink)  
Old 02-24-2005, 03:45 PM
Moderator
 
Join Date: Sep 2004
Location: Notts, UK
Posts: 330
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
  #3 (permalink)  
Old 02-24-2005, 03:48 PM
Junior Member
 
Join Date: Feb 2005
Posts: 2
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
  #4 (permalink)  
Old 02-24-2005, 06:46 PM
Member
 
Join Date: Jul 2004
Posts: 450
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.
__________________
What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
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 04:13 AM
Broken-Link in Idiots Guide marston nukemods.com 0 01-07-2005 07:22 PM
Looking for a guide Eidolon Theme packs 3 08-06-2004 07:09 PM


All times are GMT -5. The time now is 07:46 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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