Results 1 to 10 of 53

Thread: Complete Logo Slice (NZ)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2004
    Location
    The Mainland
    Posts
    542
    Quote Originally Posted by timmy
    I could'nt view them tho so not sure whether it was you or I at fault.. probably me, hehe.
    Take a look at this url ...

    http://orac.caffeine.co.nz/logo.php?channel=1001

    Channel number change to 1002 ... 1003 ... 1004 etc ... you'll get the logos for each channel.

    Here is the php code, pretty basic

    Code:
    <?
    // Connect to orac (local host and select user only)
    $db = mysql_connect('localhost', ...user..., ...pass...);
    mysql_select_db('guideData', $db);
    // Query the database
    $out = mysql_query("SELECT logoS1 FROM channels WHERE channel_id='$channel'", $db);
    if (mysql_num_rows($out) > 0) {
    	 // Get the blob
    	 $row = mysql_fetch_array($out);
    	 $jpg = $row["logoS1"];
    	 // Stream the file to the browser
    	 header("Content-type: image/jpeg");
    	 echo $jpg;
    }
    mysql_close($db)
    ?>
    1 x Philips TiVo Series 1, Cachecard, 1 x 1TB SATA (with recent TradeMe sourced adaptor), Mk II Pal Tuner Mod, NZ Emulator, Previously Dual A/V Source, Now Pay Satellite
    2 x TiVo HD, Freeview, HNP, 2TB (WD-AV) jmfs upgraded
    1 x Thomson UK TiVo, Cachecard, 200GB, Testing Work

  2. #2
    Take a look at this url ...

    http://orac.caffeine.co.nz/logo.php?channel=1001

    Channel number change to 1002 ... 1003 ... 1004 etc ... you'll get the logos for each channel.

    Here is the php code, pretty basic
    ok got it. something like..

    <img src="myImage.php&source=channel_ID">

    the myImage.php file sets the content header and returns the data. genius..
    Last edited by timmy; 13-05-2005 at 11:30 AM.

  3. #3
    Join Date
    Aug 2004
    Location
    The Mainland
    Posts
    542
    Quote Originally Posted by timmy
    ok got it. something like.. <img src="myImage.php&source=channel_ID">
    the myImage.php file sets the content header and returns the data. genius..
    Yup ... nice looking logos on your site!
    1 x Philips TiVo Series 1, Cachecard, 1 x 1TB SATA (with recent TradeMe sourced adaptor), Mk II Pal Tuner Mod, NZ Emulator, Previously Dual A/V Source, Now Pay Satellite
    2 x TiVo HD, Freeview, HNP, 2TB (WD-AV) jmfs upgraded
    1 x Thomson UK TiVo, Cachecard, 200GB, Testing Work

  4. #4
    Join Date
    Aug 2004
    Location
    The Mainland
    Posts
    542

    Slice update 158

    New slice rolled with latest 'clean logo' updates ... up on the development emulator.
    1 x Philips TiVo Series 1, Cachecard, 1 x 1TB SATA (with recent TradeMe sourced adaptor), Mk II Pal Tuner Mod, NZ Emulator, Previously Dual A/V Source, Now Pay Satellite
    2 x TiVo HD, Freeview, HNP, 2TB (WD-AV) jmfs upgraded
    1 x Thomson UK TiVo, Cachecard, 200GB, Testing Work

  5. #5
    Join Date
    Mar 2004
    Location
    Wellington, NZ
    Posts
    573
    Quote Originally Posted by DJC
    New slice rolled with latest 'clean logo' updates ... up on the development emulator.
    Prolly a silly question.. but is Saturn catered for on the development emulator?

  6. #6
    Join Date
    Aug 2004
    Location
    The Mainland
    Posts
    542
    Yep, postcode 2115 is there as well.
    1 x Philips TiVo Series 1, Cachecard, 1 x 1TB SATA (with recent TradeMe sourced adaptor), Mk II Pal Tuner Mod, NZ Emulator, Previously Dual A/V Source, Now Pay Satellite
    2 x TiVo HD, Freeview, HNP, 2TB (WD-AV) jmfs upgraded
    1 x Thomson UK TiVo, Cachecard, 200GB, Testing Work

  7. #7
    Join Date
    Jun 2005
    Location
    Auckland
    Posts
    43
    Logo's not showing

    Q: since moving to the Dev emulator on 8000, DJC you mentioned that I should now have the logo's,

    Would these replace the yellow dots in the record listing?? or where in the Tivo should I see them.

    P.S. I haven't run GS yet if thats the trick to get them working...
    Philips HDR X12
    120G + Turbonet

Similar Threads

  1. TiVo won't complete GS
    By macguy in forum Question and Answer Forum
    Replies: 5
    Last Post: 03-02-2007, 12:19 PM
  2. Channel logo slice
    By timmy in forum New Zealand General Forum
    Replies: 16
    Last Post: 31-12-2004, 12:23 PM
  3. Lets Choose a new Logo - Time to Vote
    By AndrewJ in forum General Chat
    Replies: 14
    Last Post: 19-09-2004, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •