<?php
/* Autorefresh in seconds for OSCam Info */
DEFINE('REFRESH_SECS',30);
/* Language de=german / en=english */
DEFINE('LANGUAGE','de');
/* A custom notice in the header (empty if no message should be displayed)*/
DEFINE('CUSTOM_NOTICE','Welcome to OScam Info');
/* A custom stlye for the main grid, available are 'blue' and 'gray' */
DEFINE('OSCAM_STYLE','blue');
/* The width (in px) of the mainwindow(s), full screen size can be set with 'full' */
DEFINE('SCREEN_SIZE','1000');
/* The Adminuser */
DEFINE('ADM_USER','werner');
/* The Adminpassword */
DEFINE('ADM_PASS','broesel');
/* Connect through proxyserver, if no proxy is needed just leave blank */
DEFINE('PROXY_URL','');
DEFINE('PROXY_PORT','');
DEFINE('PROXY_USER','');
DEFINE('PROXY_PASS','');
/* Lower than this percent the values will cumulated */
DEFINE('LOWER_THAN','1,5');
/* Available entries per page */
DEFINE('ENTRIES_PER_PAGE','10,20,30,40,50');
/* Default entries per page */
DEFINE('ENTRIES_PER_PAGE_DEFAULT','30');
/* Channel picons update every XX days */
DEFINE('CHANNEL_PICONS','14');
?>
config.oscam.php
$server["Server1"] = array(
"url" => "192.168.2.1",
"port" => "12345",
"user" => "werner",
"pass" => "broesel",
"ssl" => true
);
config.user.php
$user["werner"] = array(
"password" => "broesel",
"tabs" => "clients,readers,pairs,log",
"onlyclients" => "oscam,peer1,peer2",
"onlyreaders" => "sky1,sky2,
hd+,
sct", -----meine festverlinkten reader
"oscam" => "Server1",
"sort" => ""
);