Posts

Showing posts with the label PHP

RadioDJ Online Requests

Image
Did You know: RadioDJ has the ability to take listener requests online? I thought I would do a short tutorial on how to setup RadioDJ Online Requests. To get the request system working with RadioDJ you need to do the following. 1) Make sure you have RadioDJ installed. How To Install RadioDJ Tip: When setting MySQL up choose a strong password with lots of number and symbols and & make sure you write it down! 2) Create a new MySQL user that isn't "root" You can find out how to do that HERE Please try not to use root for requests it won't be as secure. 3) Place the Plugin_Requests.dll and .xml file in the plugin folder within RadioDJ. (The files can be found in the disabled plugins folder) 4) Download one of the RadioDJ request templates. RadioDJ Template 3.0 RadioDJ Template 2.2.3 Note: These scripts are intended as a pointer for you to build your site around. I cannot promise that these scripts

Why Are SAM Broadcaster Requests A Pain to Setup?

Image
Have you tried to get SAM Broadcaster requests setup then you'll know how FRUSTRATING is to get SAM to accept requests. SAM requires two ports to be open to accept requests 1221 and 3306 You also need to enter the IP address of your website in the request handler in SAM in order for it to process requests. You have the option of two request templates in SAM a PHP or HTML one. If you use the HTML template requests are usually handled through Audiorealm. PHP website requests should be handled by your website and sent direct to SAM. Users struggle to get requests working in SAM even if they have the right IP to accept requests from in the request configuration. Unable to connect to 22.248.186.138:1221(Err#: 803) Station might be offline, or connection is being blocked A few years back there was some concern about the SAM PHP request system being compromised in so some way. A re

Why Does RadioDJ Rely On A MySQL Database?

Image
Saw this post on a forum on a post about RadioDJ free radio automation software The biggest fail with RadioDJ to me is the reliance upon a MySQL database Q: So Why does RadioDJ rely on a MySQL database? A: RadioDJ requires a MySQL Database to run some backend functions such as events and rotations Having an MySQL database also makes programming on your website (PHP) really straight forward. You can show what’s currently playing or recently played or even take listener requests from your website. The fact RadioDJ relies on a database for some of it's functions is actually one of it's PLUS points. Some radio automation programs run with a flat file text based system and don't appear to have any form of web integration. I never hear anyone question why other radio playout software has more database options Another PLUS with RadioDJ You can backup your database on one machine and restore it on another machine. You