• Private Internet Radio

    From Mike Dippel@954:895/1 to All on Sat Dec 30 09:52:32 2023
    I know that some of you have a huge collection of MP3 files.

    I read an article of how to create your own music server that contains your files.
    Everything is on your server, in your power to change as you wish.

    Consider it to be free radio   free of monthly or per-listen charges and also ad-free.

    Even the software to run your station is free. Copy the software directly from the article
    below and upload it into a directory on your server.

    The radio station's playlist is populated with MP3 files uploaded into the same directory
    as the Private Internet Radio software.

    The info is here:

    https://www.willmaster.com/library/misc/private-internet-radio.php

    Mike Dippel

    --- Platinum Xpress/Win/WINServer v7.0
    * Origin: The Hobby Line! BBS - hobbylinebbs.com (954:895/1)
  • From Ogg@954:895/3 to Mike Dippel on Sun Dec 31 11:01:00 2023
    Hello Mike!
    ** On Saturday 30.12.23 - 09:52, Mike.Dippel wrote to All:
    I read an article of how to create your own music server that
    contains your files. Everything is on your server, in your
    power to change as you wish.
    The description at the code site is a bit confusing. It says
    "add an IP address for each that you want to give access to. "
    .htaccess
    SetEnvIf REMOTE_ADDR 127.0.0.1 allow_this=1
    SetEnvIf REMOTE_ADDR 127.0.0.22 allow_this=1
    SetEnvIf REMOTE_ADDR 127.0.0.123 allow_this=1
    SetEnvIf REMOTE_ADDR 127.0.222.1 allow_this=1
    Order Deny,Allow
    Deny from all
    Allow from env=allow_this
    ..where the ip address following REMOTE_ADDR is the address of
    the intended listener?
    How can .htaccess accommodate people coming in with IP
    addresses that are dynamic?
    But, at the same time, the demo works, so how can that
    .htaccess file be configured with my IP address which can
    change at any time?
    --
    ../|ug
    --- SBBSecho 3.20-Linux
    * Origin: End Of The Line BBS - endofthelinebbs.com (954:895/3)
  • From Mike Dippel@954:895/1 to Ogg on Mon Jan 1 01:04:38 2024
    On 12/31/2023 11:06 AM, Ogg wrote to Mike Dippel:

    Hello Mike!
    ** On Saturday 30.12.23 - 09:52, Mike.Dippel wrote to All:
    I read an article of how to create your own music server that
    contains your files. Everything is on your server, in your
    power to change as you wish.
    The description at the code site is a bit confusing. It says
    "add an IP address for each that you want to give access to. "
    .htaccess
    SetEnvIf REMOTE_ADDR 127.0.0.1 allow_this=1
    SetEnvIf REMOTE_ADDR 127.0.0.22 allow_this=1
    SetEnvIf REMOTE_ADDR 127.0.0.123 allow_this=1
    SetEnvIf REMOTE_ADDR 127.0.222.1 allow_this=1
    Order Deny,Allow
    Deny from all
    Allow from env=allow_this
    ..where the ip address following REMOTE_ADDR is the address of
    the intended listener?
    How can .htaccess accommodate people coming in with IP
    addresses that are dynamic?
    But, at the same time, the demo works, so how can that
    .htaccess file be configured with my IP address which can
    change at any time?

    I actually never tried this, I don't have any MP3's. Will can definitely help you figure it
    out. I have a lot of his scripts running on my various sites.

    Mike Dippel

    --- Platinum Xpress/Win/WINServer v7.0
    * Origin: The Hobby Line! BBS - hobbylinebbs.com (954:895/1)