Welcome Guest, please login or register.
Username:
Password:

Pages: 1 [2]
  Print  
0 Members and 1 Guest are viewing this topic.
Read
March 04, 2009, 06:51:14 pm
Extreme43
Administrator
Captain Cast
*****

Karma: 34
Offline Offline

Posts: 2053



Here's a little something extra i've placed together for you guys to use:

Use Google Map on your website
1. Download attached file
2. Open mymap.php and set URL, PORT & ADMINP (admin password)
3. Rename to anything you like and upload to the cast-control root directory
4. Include in an iframe or however you like.
« Last Edit: March 05, 2009, 10:22:42 am by Extreme43 » Logged

Matthew Lear,
Cast-control Administration
Cast-control.net
 

Read
March 15, 2009, 06:55:34 pm
MuseCast
Newbeh
*

Karma: 0
Offline Offline

Posts: 5



Which currency are you looking for? The available currencies are those supported by Paypal.

It's useful when creating other payment routines than PayPal, custom payment gateways, or interfacing with WHMCS and want to keep the info reported within the interface in line with what currency or payment entity is used. This could be ranging from local currencies to virtual currencies, different forms of tokens or credits, etc.
Logged
 

Read
February 05, 2010, 06:09:16 pm
ankanareddy
Newbeh
*

Karma: 0
Offline Offline

Posts: 1



What i want to demonstrate here are a few tweaks we have added to the control panel over the last year or so that have been added for customers with particular requirements.

Popup Media Player
It is possible to provide a link from cast-control that creates a popup media player (WMP).

Open the database.php and add the following at the bottom before and "?>" tags:
Code:
$__misc['liveplayer']=true;



Limit News Article Display
It is possible to set a limit on the amount of news articles displayed on the first page, use the following variable at the bottom of your database.php
Code:
$__misc['newsDisplayLimit'] = 5;



Playlist Manager limit
By default there is a limit of 30 playlists that can be created per service, each service adds another 30 playlists that can be created. This is to limit customers spamming the content directory with files.

Add the following to the bottom of your database.php:
Code:
$__misc['playlistPerServer'] = 30;



Do not parse certain log files
Some customers request that the log files be emailed to them at the end of each month, with cast-controls current design these log files are erased. You can add the following line to your database.php, note that each ID listed in the array will be skipped by the log processor and bandwidth tracking will no longer be available:

Code:
$__misc['logs_donotparse'] = array(ID,ID,ID);



Custom Bitrates
It is possible to extend the bitrate dropdown menu with any rates specified in the BitrateArray below in your database.php. For instance add the following to your database.php to allow NSV streams at rates of 500Kbps:
Code:
$__misc['BitrateArray'] = array(24,32,40,48,56,64,80,96,112,128,160,192,224,256,320,500);
Logged
 

Pages: 1 [2]
  Print  
 
Jump to:  

Theme by webtechnica.net