Page 26 of 28
Re: New web inferface (Webif) for SamyGO
Posted: Sat Jun 09, 2012 3:43 pm
by DEUS
I have a new Modules.cgi prepared, but some things need to be done before. i would like to ask a for an d5xxx user who would test this before. (not use awk)
@juuso changed file format to tar.gz (i think you agree with it.) lil modification to make script. will post as well.
@arris69 this might be then a file to include, will post when things look ok
Re: New web inferface (Webif) for SamyGO
Posted: Sat Jun 09, 2012 3:56 pm
by juusso
Yes, sure i don't mind, just pm the updated script

Re: New web inferface (Webif) for SamyGO
Posted: Sat Jun 09, 2012 4:27 pm
by hazara
DEUS wrote:I have a new Modules.cgi prepared, but some things need to be done before. i would like to ask a for an d5xxx user who would test this before. (not use awk)
A D5700 user. Here to test. What to do?
Update:
After running this command :
Code: Select all
. /dtv/SGO.env; wget "http://forum.samygo.tv/download/file.php?mode=view&id=1175" -O /dtv/install.tar; tar -mvxf /dtv/install.tar -C /
The online option still do nothing.
What else to do? Or do I have to wait for other parts to be completed?
Re: New web inferface (Webif) for SamyGO
Posted: Sat Jun 09, 2012 5:45 pm
by DEUS
Code: Select all
. /dtv/SGO.env; wget "http://sourceforge.net/projects/samygo/files/WebIF/Modules.cgi" -O /dtv/cgi-bin/Modules.cgi; chmod +x /dtv/cgi-bin/Modules.cgi
then use Browser as written in 1st Post. click online and post sourcecode of page here,
Do not try to install anything!!
Re: New web inferface (Webif) for SamyGO
Posted: Sat Jun 09, 2012 6:19 pm
by hazara
DEUS wrote:Code: Select all
. /dtv/SGO.env; wget "http://sourceforge.net/projects/samygo/files/WebIF/Modules.cgi" -O /dtv/cgi-bin/Modules.cgi; chmod +x /dtv/cgi-bin/Modules.cgi
then use Browser as written in 1st Post. click online and post sourcecode of page here,
Do not try to install anything!!
This is the out put of the commond:
Code: Select all
# . /dtv/SGO.env; wget "http://sourceforge.net/projects/samygo/files/WebIF/Modules.cgi" -O /dtv/cgi-bin/Modules.cgi; chmod x /dtv/cgi-bin/Modules.cgi
exec(". /dtv/SGO.env; wget "http://sourceforge.net/projects/samygo/files/WebIF/Modules.cgi" -O /dtv/cgi-bin/Modules.cgi; chmod x /dtv/cgi-bin/Modules.cgi") no return...
And nothing happens after clicking on online button.
Re: New web inferface (Webif) for SamyGO
Posted: Sat Jun 09, 2012 7:15 pm
by DEUS
give it another try, still used awk
Re: New web inferface (Webif) for SamyGO
Posted: Sat Jun 09, 2012 8:15 pm
by hazara
DEUS wrote:give it another try, still used awk
here is the result after clicking the online button:
Code: Select all
poor_webif
Main WebIF needed for permanent install
curlftp
curlftp
ntpclient
ntpclient-2010 module
serial_unlock
console_unlock_module
xupnpd
xupnpd IPTV server module
moviemanager
Moviemanager Module
Infopage
Infopage Module by juuso
pvr_drm_disable
PVR DRM Disable Genoa Does not work with FW 1018
pvr_drm_disable
PVR DRM Disable Valencia
transmission_Mstar
Torrent client for D seres Mstar models
transmission_arm_D
Torrent client for C and D seres arm models
transmission_arm_B
Torrent client for B seres arm models
w3m_arm
cmd line web browser
jpfilter
jpfilter
BUILD=2012-04-15
And here is the source of it:
Code: Select all
<head><title>Modules</title>
<link rel=stylesheet type=text/css href=../style.css />
<style type=text/css>
<!--
/* Tooltip */
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active { position: relative; text-decoration: none; font-style: bold; border-bottom:0px dotted #4dbcf3; }
a.tooltip:hover { background: transparent; z-index: 100; }
a.tooltip span { display: none; text-decoration: none; }
a.tooltip:hover span { display: block; position: absolute; top: 30px; left: 0; width: 800px; z-index: 100; color: #000000; border: 1px solid; border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF; border-left: 4px solid #4dbcf3; padding: 2px 10px 2px 10px; background: #EEEEEE; font-family: Verdana, Arial, Helvetica, Sans-serif; font-style: Normal; text-align: left; }
-->
</style>
</head>
<body>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/poor_webif.SGO_ext.tar.gz"><input type=hidden name="var_c" value="poor_webif.SGO_ext.tar.gz">poor_webif<br>Main WebIF needed for permanent install</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/curlftp.SGO_ext.tar.gz"><input type=hidden name="var_c" value="curlftp.SGO_ext.tar.gz">curlftp<br>curlftp</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/ntpclient.SGO_ext.tar.gz"><input type=hidden name="var_c" value="ntpclient.SGO_ext.tar.gz">ntpclient<br>ntpclient-2010 module</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/serial_unlock.SGO_ext.tar.gz"><input type=hidden name="var_c" value="serial_unlock.SGO_ext.tar.gz">serial_unlock<br>console_unlock_module</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/xupnpd.SGO_ext.tar.gz"><input type=hidden name="var_c" value="xupnpd.SGO_ext.tar.gz">xupnpd<br>xupnpd IPTV server module</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/moviemanager.SGO_ext.tar.gz"><input type=hidden name="var_c" value="moviemanager.SGO_ext.tar.gz">moviemanager<br>Moviemanager Module</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/Infopage.SGO_ext.tar.gz"><input type=hidden name="var_c" value="Infopage.SGO_ext.tar.gz">Infopage<br>Infopage Module by juuso</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/pvr_drm_disable.SGO_ext.tar.gz"><input type=hidden name="var_c" value="pvr_drm_disable.SGO_ext.tar.gz">pvr_drm_disable<br>PVR DRM Disable Genoa Does not work with FW 1018</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/pvr_drm_disable.SGO_ext.tar.gz"><input type=hidden name="var_c" value="pvr_drm_disable.SGO_ext.tar.gz">pvr_drm_disable<br>PVR DRM Disable Valencia</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/transmission_Mstar.SGO_ext.tar.gz"><input type=hidden name="var_c" value="transmission_Mstar.SGO_ext.tar.gz">transmission_Mstar<br>Torrent client for D seres Mstar models</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/transmission_arm_D.SGO_ext.tar.gz"><input type=hidden name="var_c" value="transmission_arm_D.SGO_ext.tar.gz">transmission_arm_D<br>Torrent client for C and D seres arm models</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/transmission_arm_B.SGO_ext.tar.gz"><input type=hidden name="var_c" value="transmission_arm_B.SGO_ext.tar.gz">transmission_arm_B<br>Torrent client for B seres arm models</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/w3m_arm.SGO_ext.tar.gz"><input type=hidden name="var_c" value="w3m_arm.SGO_ext.tar.gz">w3m_arm<br>cmd line web browser</form>
<form action="/cgi-bin/Modules.cgi" method="GET"><input type="submit" name="var_a" value="install" /><input type=hidden name="var_b" value="http://sourceforge.net/projects/samygo/files/WebIF/jpfilter.SGO_ext.tar.gz"><input type=hidden name="var_c" value="jpfilter.SGO_ext.tar.gz">jpfilter<br>jpfilter</form>
<form action=/cgi-bin/Modules.cgi method=GET><input type=submit value=BACK></form>
BUILD=2012-04-15
</body>
AW: New web inferface (Webif) for SamyGO
Posted: Sat Jun 09, 2012 9:27 pm
by DEUS
F***ing awk, but ok, some really ugly workarounds to get it running. Will now prepare some files over there. I will tell here when you can install and do first test. Maybe this evening, but it cost me already a. Lot of time. If some experience user can do some awkward tests on d5xxx by himself and report would be nice. Btw. Do you watch soccer?
Re: New web inferface (Webif) for SamyGO
Posted: Sun Jun 10, 2012 12:27 am
by DEUS
ok, you might try to install main module, if it works please PM me sourcecode of Infopage.cgi
Re: New web inferface (Webif) for SamyGO
Posted: Sun Jun 10, 2012 6:29 am
by juusso
Infopage.cgi is mainly based on awk.... I like it and hate sed.
