Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Installieren und konfigurieren von OscamInfoPHP

AW: Installieren und konfigurieren von OscamInfoPHP

Funktioniert bei mir tadellos. Meine config.user.php

Code:
$user["user"] = array(
                 "password"    => "pass", 
                 "tabs"        => "clients,readers,pairs,log", 
                 //"onlyclients"     => "",
                 //"onlyreaders"     => "",
                 "oscam"    => "Pogoplug",
                 "sort"    => ""
                 );


?>


Du musst Regestriert sein, um das angehängte Bild zusehen.


Du musst Regestriert sein, um das angehängte Bild zusehen.
 

Anhänge

Du musst angemeldet sein, um die Anhangsliste zu sehen.
AW: Installieren und konfigurieren von OscamInfoPHP

Ich denke das ich alle möglichkeit erschöpft habe.
Server debian ipc.
werde wohl oscam web if einschränken müssen danke noch al-x83

config.global
<?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',' OScam Info 1.8.5 ULUDAG');

/* A custom stlye for the main grid, available are 'blue' and 'gray' */
DEFINE('OSCAM_STYLE','sunny');

/* 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','pass');

/* The Adminpassword */
DEFINE('ADM_PASS','user');

/* 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');

/* Enable logging */
DEFINE('LOG_ENABLE',false);

/* Logging path of file oscaminfophp.log */
DEFINE('LOG_PATH','/var/log');

/* Logging deep, what should be logged (comma seperared): logins,tabs,stats,search */
DEFINE('LOG_DEEP','logins,tabs,stats,search');

config.oscam


/*
Define your OSCam Servers here. For each Server one
block must be defined. If you need more just dupicate
a block and edit the settings.

Below you see a example with three server with the names
Server1, Server2 and Server3
*/



$server["Server1"] = array(
"url" => "192.168.178.99",
"port" => "80",
"user" => "user",
"pass" => "user",
"ssl" => false
);


config.user.php

user will see. You can set a unique clientname or a protocol. If you
set a protocol all users which are using this protocol will be shown.
To allow to see all clients just uncomment the section or delete it,
like user bill in the example config.

In the onlyreaders section you can define which conncted readers the
user will see. You can set a unique readername or a protocol. If you
set a protocol all readers which are using this protocol will be shown.
To allow to see all readers just uncommend the section or delete it,
like user bill in the example config.

In the oscam section you have to define which oscam servers (defined
in config.oscam.php) the user can access.

In the sort section the default sorting can be defined after logging
in. Possible values are:
identname_asc,identname_desc,country_asc,country_desc,protocol_asc,
protocol_desc,request_asc,request_desc,ecmtime_asc,ecmtime_desc,
loggedin_asc,loggedin_desc,lastactivity_asc,lastactivity_desc,
connection_asc,connection_desc

Below you see a example with three users with the usernames
john, james and bill.

*/


$user["user"] = array(
"password" => "pass",
"tabs" => "clients,readers,pairs,log",
"onlyclients" => "",
"onlyreaders" => "",
"oscam" => "server1",
"sort" => ""
);
 
Zuletzt bearbeitet:
AW: Installieren und konfigurieren von OscamInfoPHP

Hi,
zeig uns mal deine /var/www/oscaminfo/config.user.php und /var/www/oscaminfo/config.oscam.php in spoilern.
Es muss nach der Anleitung von al-x83 laufen.
LG Osprey
 
AW: Installieren und konfigurieren von OscamInfoPHP

Config User PHP
set a protocol all readers which are using this protocol will be shown.
To allow to see all readers just uncommend the section or delete it,
like user bill in the example config.

In the oscam section you have to define which oscam servers (defined
in config.oscam.php) the user can access.

In the sort section the default sorting can be defined after logging
in. Possible values are:
identname_asc,identname_desc,country_asc,country_desc,protocol_asc,
protocol_desc,request_asc,request_desc,ecmtime_asc,ecmtime_desc,
loggedin_asc,loggedin_desc,lastactivity_asc,lastactivity_desc,
connection_asc,connection_desc

Below you see a example with three users with the usernames
john, james and bill.

*/


$user["admin"] = array(
"password" => "*****",
"tabs" => "clients,readers,pairs,log",
"onlyclients" => "newcamd,peer1,peer2",
"onlyreaders" => "mouse,reader1",
"oscam" => "Rootsever ,Localserver",
"sort" => ""
);

$user["****"] = array(
"password" => "******",
"tabs" => "clients,readers,pairs,log,clients,pairs",

Config Oscam PHP
<?php
/*
Define your OSCam Servers here. For each Server one
block must be defined. If you need more just dupicate
a block and edit the settings.

Below you see a example with three server with the names
Server1, Server2 and Server3
*/


$server["Rootsever "] = array(
"url" => "ip des servers ",
"port" => "80",
"user" => "xxxxxx",
"pass" => "xxxxxx",
"ssl" => false
);


$server["Localserver"] = array(
"url" => "dyndns.des.servers",
"port" => "82",
"user" => "xxxxx",
"pass" => "xxxxxx",
"ssl" => false
);

?>

Soviel ist da ja ned drin
 
AW: Installieren und konfigurieren von OscamInfoPHP

Wenn in ip des Servers eine ip oder hostname eingetragen ist, sehe ich jetzt auf Anhieb keine Fehler. Bekommst du eine Fehlermeldung beim aufrufen im Browser?
 
AW: Installieren und konfigurieren von OscamInfoPHP

Only Readers und Clients rausgenommen zeigt nur die leere Info Seite
Anmelden kann ich mich ohne einen Fehler ;)
Du musst angemeldet sein, um Bilder zu sehen.
 
Zuletzt bearbeitet von einem Moderator:
AW: Installieren und konfigurieren von OscamInfoPHP

Hi,
so sieht es bei mir aus:
<?php
/*
Define your OSCam Servers here. For each Server one
block must be defined. If you need more just dupicate
a block and edit the settings.

Below you see a example with three server with the names
Server1, Server2 and Server3
*/

$server["Server1"] = array(
"url" => "192.168.1.138",
"port" => "8888",
"user" => "",
"pass" => "",
"ssl" => false
);

Bei Port kommt der Port rein, der in der oscam.conf unter webif httpport steht.

und config.user.php
In the oscam section you have to define which oscam servers (defined
in config.oscam.php) the user can access.

In the sort section the default sorting can be defined after logging
in. Possible values are:
identname_asc,identname_desc,country_asc,country_desc,protocol_asc,
protocol_desc,request_asc,request_desc,ecmtime_asc,ecmtime_desc,
loggedin_asc,loggedin_desc,lastactivity_asc,lastactivity_desc,
connection_asc,connection_desc

Below you see a example with three users with the usernames
john, james and bill.

*/


$user["john"] = array(
"password" => "mypass",
"tabs" => "clients,readers,pairs,log",
"onlyclients" => "cccam",
"onlyreaders" => "cccam,pcsc",
"oscam" => "Server1",
"sort" => ""
);

Je nach Protokoll das läuft auf deinem server anpassen. Bei mir ist es pcsc und cccam.
LG Osprey
 
AW: Installieren und konfigurieren von OscamInfoPHP

Super funktioniert hatte nen total Aussetzer hatte Port und Anmeldedaten vom IPC drinnen. Ist ja schon fast peinlich Danke nochmal.
 
Zuletzt bearbeitet:
AW: Installieren und konfigurieren von OscamInfoPHP

Hat jemand ne Idee warum bei mir die Grafik bei den OSCam Reader nicht angezeigt wird? Hab schon verschiedene Browser getestet...
 
AW: Installieren und konfigurieren von OscamInfoPHP

Hallo zusammen ich beckomme bei mir leider auch garnichts angezeigt wenn ich mich ein einlogge

config.oscam
$server["Server1"] = array(
"url" => "192.168.xxx.xx",--> IP des Pogoplug
"port" => "xxxx",--> Port über den das Oscam Webinterface erreichbar ist
"user" => "",
"pass" => "",
"ssl" => false
);

config.user
$user["xxxxxxx"] = array(
"password" => "xxxxxxxxxxx",
"tabs" => "clients,readers,pairs,log",
"onlyclients" => "cccam",
"onlyreaders" => "cccam",
"oscam" => "Server1",
"sort" => ""
);


Habe auch gerade gesehen das ich noch Version 1.8.3 draufhabe macht das was wenn ja wie mach ich ein Update

Das Komische ist wenn ich mich als Administrator anmelde kann ich meinen Server unter angelegte Server neu starten lassen, aber wiso beckomme ich dann keine infos angezeigt?

Wäre schön wenn mir jemand helfen könnte
 
Zuletzt bearbeitet:
AW: Installieren und konfigurieren von OscamInfoPHP

Mhh bei mir wird auch nix angezeigt

Welche Oscam Version habt ihr drauf, habe festgestellt mit neueren Oscam Versionen geht es nicht mehr.
Beispiel mit Modern WebIF geht die Version #417 noch die neuen um Versionen um ca. #600 gehen nicht mehr.
Ich werde mal testen bis wann es geht.
 
Zuletzt bearbeitet:
AW: Installieren und konfigurieren von OscamInfoPHP

ich hab die 9608 hatte aber nur nen denkfehler beim port

Gesendet von meinem GT-I9505 mit Tapatalk
 
AW: Installieren und konfigurieren von OscamInfoPHP

OScamInfoPHP 1.8.5 läuft bei mir auch mit aktueller Oscam (#9301).
Kann eure Fehler leider nicht reproduzieren.
 
Zurück
Oben