Version: 2.1.2, by Dream
Developer Last Online: Sep 2010
Category: Add-On Releases -
Version: 3.8.x
Rating:
Released: 01-19-2009
Last Update: 02-25-2010
Installs: 411
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations
No support by the author.
Mark this thread as installed only if you want to receive important update notifications by email.
This will add a fully featured Radio and TV Streaming Player with stations library to your forum.
Features:
- Users can add / delete / edit own stations (controlled by usergroup permissions)
- Users can have a favorite stations list
- Report broken / duplicate stations links
- Totally coded in AJAX (no page reloads)
- Plays Windows Media Player, Real Player and Quicktime streams
- Shows user's favorites and last played station in profile page
- and much more...
Installation is easy. You need to upload some files, import a product, import the default stations (if you wish) and make only two manual navbar template edits, one for the popup link and another for the javascript that opens the popup. This is optional and the link can be put elsewhere, just remember to also add the javascript on the same page.
If you like this script you can donate (note that won't make me work!)
Donations so far: U$ 137.65
This mod is "Re-usable Code", meaning you can modify and release your modified version.
You are responsible for the streams you add to your website. The mod author doesn't take responsibility for possible copyright infringements in some countries by using some stations.
Arabic and Chinese don't work with Ajax, so this mod won't work, sorry.
This mod took roughly two weeks to code, so it should be somewhat good and bug free
I'm getting this error when importing the product:
Quote:
Invalid SQL:
CREATE TABLE `radiostation` (
`stationid` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`name` VARCHAR( 150 ) NOT NULL ,
`url` VARCHAR( 150 ) NOT NULL ,
`addedby` INT( 10 ) NOT NULL ,
`dateadded` INT( 10 ) NOT NULL ,
`played` INT( 10 ) NOT NULL DEFAULT '0',
`description` TEXT NULL ,
`categoryid` INT( 10 ) NOT NULL DEFAULT '0'
) ENGINE = MYISAM ;;
MySQL Error : Table 'radiostation' already exists
Error Number : 1050
Request Date : Saturday, January 31st 2009 @ 01:34:30 PM
Error Date : Saturday, January 31st 2009 @ 01:34:30 PM
Script : blahblah.com/forums/admincp/plugin.php?do=productimport
Referrer : XXXXXXXXXXXXXXXXXXXXXXXXXXXx
IP Address : XXX.XXX.XXX.XX
Username : MungoJerry
Classname : vB_Database
MySQL Version : 5.0.67-community
I realize it says that the table already exists but I looked for the it and couldn't find it. Also this is my third attempt at installation so it could have been there from those two previous installs. TIA.
I did a little search here, it seems you did use this mod before. The table "radiostation" must be there somewhere, do you have a test vbulletin too? See if you are checking the right database.
I did a little search here, it seems you did use this mod before. The table "radiostation" must be there somewhere, do you have a test vbulletin too? See if you are checking the right database.