View Single Post
Posts: 17 | Thanked: 0 times | Joined on Jan 2010 @ Austria / Voecklabruck
#26
Hi helex, of course i can look into the code for the webinterface of the azbox.
you are right: the smart receiver has no network connection, but the azbox would be more interessting for me.

okay, here are the first snippets i found:

the Function on Azbox Webinterface: "Volume Up"
<?php
shell_exec ('/MMP/usr/bin/td210_ip_remote 127.0.0.1 S azscripts/volup.scr sleep 0');
echo '<img src="../images/volume+.png" alt="Screenshot"></img>';
?>

the volup.scr has just 1 line:
VOLUP VOLUP

do you mean this codes? or sthg else?
can i send you the plugin "webinterface" or parts of it.. its opensource and free to download... where can i send it?

greetz Ernst