Version: 1.0.1, by Vossi
Developer Last Online: Nov 2023
Category: Add-On Releases -
Version: 4.1.5
Rating:
Released: 10-04-2011
Last Update: 10-06-2011
Installs: 38
Supported DB Changes Uses Plugins Auto-Templates
Additional Files Translations
IT IS NOT ALLOWED TO REMOVE OR CHANGE THE COPYRIGHT OR THE SPONSOR LINK IN ANY WAY.
What is vBulletin-Entertain:
It's an addon which lets your forum users handle a entertainment center with kind of possibilities including cinema stream functions etc.
Installation:
- Upload all files from the 'upload' folder to your forum root via FTP.
- Import 'product-vbentertain.xml' in admicp.
After importing the product file you need to check the usergroup permissions first. Afterwards check out the general and the cinema settings, then go and create categories. When this is done you can import the 'default-radio-stations.xml' file in order to get some examples into your entertainment center.
If you want to, the cinema stream ist a special place for users in a seperate usergroup (even subscriped) where you can show special streams to those users like home movies etc.
You can also copy and paste complete players from other sites and use that embedded source code as a user defined player. In the cinema options you select the user defined player and disable switching the player for users. Then you can broadcast whatever you want in the way you want.
IMPORTANT:
The coder or any vBulletin releated site is not responsible for the content which is getting streamed with this addon. The coder delivers the addon only and neither the coder nor any vBulletin related site is broadcasting any content for it.
General:
Please let me know bugs and also give me a feedback on this addon in order to improve it!
Doesnt work on 4.2.0 yet. The following dependencies were not met: 1.This product is not compatible with version 4.2.0 of vBulletin. (Compatible starting with 4.1.5 / Incompatible with 4.2.0 Alpha 1 and greater)
Doesnt work on 4.2.0 yet. The following dependencies were not met: 1.This product is not compatible with version 4.2.0 of vBulletin. (Compatible starting with 4.1.5 / Incompatible with 4.2.0 Alpha 1 and greater)
Its working fine on my 4.2.0 PL2 and 3
Here use this .xml I've change the max. Version and fix the Problem with this MySQL Error
Code:
MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line ....
If possible could someone advise me on how to set a particular station to start.
In the mod it says this:
Quote:
Here you can enter your own sourcecode as a userdefined player. if you don't enter anything, this option is not available for being selected for the users.
If you want, you can use the following variables:
{vb:raw player.height} = height of player in pixel
{vb:raw player.width} = width of player in pixel
{vb:raw player.url} = streaming URL
{vb:raw player.autostart_num} = autostart player, 0 or 1 (off|on)
{vb:raw player.autostart_boo} = autostart player, true or false (off|on)
Do I use the "{vb:raw player.url} = streaming URL" line - but how to I use it?
Database error in vBulletin 4.2.1:
Invalid SQL:
CREATE TABLE vbentertain_category (
id int(11) NOT NULL auto_increment,
parentid int(11) NOT NULL default '0',
displayorder int(11) NOT NULL default '0',
name varchar(255) NOT NULL default '',
description text,
status smallint(5) NOT NULL default '0',
groupshow smallint(5) NOT NULL default '1',
groupshowlist varchar(255) NOT NULL default '',
allowhtml smallint(1) NOT NULL default '0',
allowbbcode smallint(1) NOT NULL default '0',
allowsmilies smallint(1) NOT NULL default '0',
PRIMARY KEY (id)
) TYPE=MyISAM;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 14
Error Number : 1064