Create the folder then... and it will work, as it did for me (viewtopic.php?f=21&t=3856&start=10#p29952)brunogts77 wrote:I dont have a folder "/mtd_rwcommon/temp"! My tv is : UED46D5700ZF
New web inferface (Webif) for SamyGO
Re: New web inferface (Webif) for SamyGO 2012-04-15
PS59D6900 T-MST5DEUC-1023.0
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: New web inferface (Webif) for SamyGO 2012-04-15
Hi Spoza. I have create a folder "temp" on /mtd_rwcommon/ and does not work the link on web browser!
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: New web inferface (Webif) for SamyGO 2012-04-15
Spoza wrote:Create the folder then... and it will work, as it did for me (viewtopic.php?f=21&t=3856&start=10#p29952)brunogts77 wrote:I dont have a folder "/mtd_rwcommon/temp"! My tv is : UED46D5700ZF
It works, now it works, thanks Spoza!
So now what should I do?
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
Re: New web inferface (Webif) for SamyGO 2012-04-15
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.
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.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: New web inferface (Webif) for SamyGO 2012-04-15

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?
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: New web inferface (Webif) for SamyGO 2012-04-15
Hi people. What is the difference between: "http://192.168.1.9/cgi-bin/test.cgi" and "http://192.168.1.9/cgi-bin/Service.cgi"
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
Re: New web inferface (Webif) for SamyGO 2012-04-21
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...

Webif is in active developing, dont forget it and be patient please.
Havent looked into video manager, will check, but dont expect from me much...

Here is no sufficient difference. Just use what you like betterbrunogts77 wrote:Hi people. What is the difference between: "http://192.168.1.9/cgi-bin/test.cgi" and "http://192.168.1.9/cgi-bin/Service.cgi"

Webif is in active developing, dont forget it and be patient please.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: New web inferface (Webif) for SamyGO 2012-04-21
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
what about this:DEUS wrote:but now i had trouble to display utf-16 in a cgi-bin
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');

LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: New web inferface (Webif) for SamyGO 2012-04-21
So, "iconv" is not available?
PS59D6900 T-MST5DEUC-1023.0