nö auf der dream läuft das nicht...aber du kannst es auf windows laufen lassen. z.b. wamp installieren (ist eine serversoft für windows)...dann dann das cccaminfophp dort reinkopieren und dann kannst du über internetexplorer anzeigen.
hier mal ne kurze anleitung:
Was braucht man:
1.Wamp Server
2.CCcamInfoPHP
Als ersten WAMP installieren in das Standartverzeichnis C:\wamp
Dann CCCamInfoPHP entpacken und die enthaltenen dateien nach C:\wamp\www kopieren
So jetzt müssen wir den wamp server für die Dreambox einrichten.
Nehmt Notepad um die datei config.php im ordner "C.:\wamp\www\" zu bearbeiten. Wenn ihr die Datei damit öffnen sollte es so aussehen:
<?php
//---------------------------------------
// CONFIG
//---------------------------------------
//examples of server definitions
$CCCamWebInfo[] = array("192.168.1.5","16001","aam###","ja####1"); // 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("localhost"); // for CCcam webinterface with all defaults
$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
?>
In dieser line: $CCCamWebInfo[] = array("192.168.1.5","16001","aam###","ja####1"); // for CCcam webinterface with user and pass
müsst ihr nun eure DreamboxIP eingeben und den user pass für die Dreambox. z.b. array("192.168.0.100","16001","root","dreambox");
So dann noch die datei WAMP \wamp\bin\apache\apache2.2.6\bin\php.ini so abändern:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 300 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 24M ; Maximum amount of memory a script may consume (8MB)
Dann wamp starten und im firefox oder iexplorer localhost eingeben.
Dann sollte es ungefähr so aussehen: