New web inferface (Webif) for SamyGO

Here are software that related with Samsung D series TVs.
Please don't create any new topic here unless you have software to post/release.
Post Reply

Spoza
Posts: 252
Joined: Wed Jan 18, 2012 10:41 pm

Re: New web inferface (Webif) for SamyGO 2012-04-15

Post 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)
PS59D6900 T-MST5DEUC-1023.0
User avatar
brunogts77
Posts: 772
Joined: Sat Feb 18, 2012 8:34 pm

Re: New web inferface (Webif) for SamyGO 2012-04-15

Post by brunogts77 »

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]
User avatar
brunogts77
Posts: 772
Joined: Sat Feb 18, 2012 8:34 pm

Re: New web inferface (Webif) for SamyGO 2012-04-15

Post by brunogts77 »

Spoza wrote:
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)

It works, now it works, thanks Spoza!
So now what should I do?
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: New web inferface (Webif) for SamyGO 2012-04-15

Post 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 :roll:


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
DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

Re: New web inferface (Webif) for SamyGO 2012-04-15

Post by DEUS »

:D 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?
User avatar
brunogts77
Posts: 772
Joined: Sat Feb 18, 2012 8:34 pm

Re: New web inferface (Webif) for SamyGO 2012-04-15

Post by brunogts77 »

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]
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: New web inferface (Webif) for SamyGO 2012-04-21

Post 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... :?
brunogts77 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"
Here is no sufficient difference. Just use what you like better :-)
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
DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

Re: New web inferface (Webif) for SamyGO 2012-04-21

Post 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.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: New web inferface (Webif) for SamyGO 2012-04-21

Post 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');
:?
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
Spoza
Posts: 252
Joined: Wed Jan 18, 2012 10:41 pm

Re: New web inferface (Webif) for SamyGO 2012-04-21

Post by Spoza »

So, "iconv" is not available?
PS59D6900 T-MST5DEUC-1023.0

Post Reply

Return to “[D] Software”