Page 6 of 28
Re: New web inferface (Webif) for SamyGO 2012-04-15
Posted: Fri Apr 20, 2012 12:15 am
by Spoza
brunogts77 wrote:I dont have a folder "/mtd_rwcommon/temp"! My tv is : UED46D5700ZF
Create the folder then... and it will work, as it did for me (
viewtopic.php?f=21&t=3856&start=10#p29952)
Re: New web inferface (Webif) for SamyGO 2012-04-15
Posted: Fri Apr 20, 2012 10:42 pm
by brunogts77
Hi Spoza. I have create a folder "temp" on /mtd_rwcommon/ and does not work the link on web browser!
Re: New web inferface (Webif) for SamyGO 2012-04-15
Posted: Fri Apr 20, 2012 11:09 pm
by brunogts77
It works, now it works, thanks Spoza!
So now what should I do?
Re: New web inferface (Webif) for SamyGO 2012-04-15
Posted: Sat Apr 21, 2012 6:29 pm
by juusso
Just played around with info.cgi.
Not adapted for mstars (D5500/5700/6900).
not created from scratch by me, used some "examples". typos left
If liked, i could work on this...infopage
File moved to the
first post.
Re: New web inferface (Webif) for SamyGO 2012-04-15
Posted: Sat Apr 21, 2012 7:42 pm
by DEUS

looks very nice, just one small issue i apply the rights in the tar already small mod when point to itself i used $SELF with the var in the head
will post update i a few seconds, fixed the rights reuploaded and replaced link on first page, if you want you can also edit the first post.
I renamed it to Infopage for the moment, to not replace existing file. hope this is ok.
Need help displaying UTF-16 in cgi-bin or a workaround problem is moviemanager only displays UTF-8 any Ideas any little help for the date and time in inf files?
Re: New web inferface (Webif) for SamyGO 2012-04-15
Posted: Sat Apr 21, 2012 8:16 pm
by brunogts77
Re: New web inferface (Webif) for SamyGO 2012-04-21
Posted: Sat Apr 21, 2012 8:16 pm
by juusso
Ok, no problem, rename ir as you wish, just internal links must be edited as well to get menu working. Will fix some bugs, permissions and reupload it soon.
Havent looked into video manager, will check, but dont expect from me much...
Here is no sufficient difference. Just use what you like better

Webif is in active developing, dont forget it and be patient please.
Re: New web inferface (Webif) for SamyGO 2012-04-21
Posted: Sat Apr 21, 2012 8:21 pm
by DEUS
the test.cgi comes with SamyGO, Service.cgi is modified and extended, can rename scripts (permanent enable and disable) and will be extended to do Configuration on files as well in future.
Re: New web inferface (Webif) for SamyGO 2012-04-21
Posted: Sun Apr 22, 2012 6:22 am
by juusso
DEUS wrote:but now i had trouble to display utf-16 in a cgi-bin
what about this:
echo "Content-type: text/html; charset=utf-16"
Ahm, doesn`t work... we need just peaces with utf-16, not whole script...
Then need to
convert utf-16 to utf-8.
//replace UTF-8 with your actual page encoding
mb_convert_encoding($string, "UTF-8", "UTF-16");
mb_http_output('UTF-16');

Re: New web inferface (Webif) for SamyGO 2012-04-21
Posted: Sun Apr 22, 2012 8:58 am
by Spoza
So, "iconv" is not available?