Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenloses 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 Bereiche, welche für Gäste verwehrt bleiben

Webinterface passwort ???

AW: Webinterface passwort ???

Laß die CCcam.cfg doch beiseite und ändere das Passwort wie ich in Post 11 beschrieben habe. Damit änderst du nur das Passwort deiner Dbox und der Rest bleibt wie er ist.
 
AW: Webinterface passwort ???

Du musst dich Anmelden oder Registrieren um den Inhalt der Angebote zu sehen!

Dann musst du deine config.php von deiner CCcam info ändern...


<?php
//---------------------------------------
// CONFIG
//---------------------------------------

//examples of server definitions
//$CCCamWebInfo[] = array("localhost","12345","user","pass"); // for CCcam webinterface with user and pass
//$CCCamWebInfo[] = array("localhost","12345"); // for CCcam webinterface with different port than default and without user and pass
$CCCamWebInfo[] = array("192.168.2.101"); // for CCcam webinterface with all defaults

//CAPAS addon config
$Dm_User = "Dein Usernamen"; //Dreambox user name, root
$Dm_Pass = "Dein Passwort"; //Your Dreambox Password for FTP
//CAPAS addon config


$work_path = ""; // set this if you want working folder separate // Example $work_path = "/tmp/";
$update_from_button = true; // set to true if you want Update button ( usefull if update is from remote server and takes too long)
$fullReshare = true; // shows maximum reshare if more than one route for same node // set to true to see actual reshare instead of YES/NO
$country_whois = true; // use whois for country detection
$password = ""; //set password
?>


Edit: und das ganze mit nem Unix fähigen Editor wie zb. Proton
 
Zurück
Oben