New web inferface (Webif) for SamyGO
Re: New web inferface (Webif) for SamyGO
no this needs to be submitted on shell, webshell if you have it "http://IP_of_TV/phpsysinfo/shell.php" Username=user, Password=pass
Re: New web inferface (Webif) for SamyGO
Hi again.
"by DEUS ? Thu May 31, 2012 2:06 pm
@tao13 click online and then select "#BUILD=2012-05-13 Main WebIF Module " if you get something there
"
when i click online , nothing happend.
have any sugestion?
"by DEUS ? Thu May 31, 2012 2:06 pm
@tao13 click online and then select "#BUILD=2012-05-13 Main WebIF Module " if you get something there
"
when i click online , nothing happend.
have any sugestion?
Re: New web inferface (Webif) for SamyGO
I have to report the same issue. When clicked on online nothing happens. clicked on devel nothing happened either.tao13 wrote:Hi again.
when i click online , nothing happend.
have any sugestion?
Re: New web inferface (Webif) for SamyGO
can somebody with an D5XXX execute following commands in shell?
Code: Select all
curl -s "http://forum.samygo.tv/viewtopic.php?f=21&t=3856&p=29558#p29558" | sed 's_&_&_g' | busybox grep -o "###.*###" | sed 's_<br />_\n_g' | sed 's_^###.*$__g' | sed '/^$/d'
Re: New web inferface (Webif) for SamyGO
HI DEUS
i run it and i received this message in shell on my ubuntu machine:
download/file.php?id=1249 poor_webif.SGO_ext.tar #BUILD=2012-05-13 Main WebIF Module
download/file.php?id=1252 curlftp_arm.SGO_ext.tar #BUILD=2012-05-16 curlftp module
download/file.php?id=1248 ntpclient_arm.SGO_ext.tar #BUILD=2012-05-13 ntpclient-2010 module.
download/file.php?id=1247 serial_unlock_arm.SGO_ext.tar #BUILD=2012-05-13 console_unlock_module
download/file.php?id=1255 xupnpd-arm.SGO_ext.tar #BUILD=2012-05-19 xupnpd_IPTV_server module
download/file.php?id=1208 moviemanager.SGO_ext.tar #BUILD=2012-05-01 Moviemanager Module
download/file.php?id=1223 Infopage.SGO_ext.tar #BUILD=2012-05-05 Infopage Module by juuso
download/file.php?id=1130 pvr_drm_disable.SGO_ext.tar #PVR_DRM_Disable_Genoa Does_not_work_with_FW_1018
download/file.php?id=1131 pvr_drm_disable.SGO_ext.tar #PVR_DRM_Disable_Valencia
and now what must i check?
how open my new webif page like in Posts: 4129
i verified again my /dtv/cgi-bin path but onlu Modules and tes are there.
i run it and i received this message in shell on my ubuntu machine:
download/file.php?id=1249 poor_webif.SGO_ext.tar #BUILD=2012-05-13 Main WebIF Module
download/file.php?id=1252 curlftp_arm.SGO_ext.tar #BUILD=2012-05-16 curlftp module
download/file.php?id=1248 ntpclient_arm.SGO_ext.tar #BUILD=2012-05-13 ntpclient-2010 module.
download/file.php?id=1247 serial_unlock_arm.SGO_ext.tar #BUILD=2012-05-13 console_unlock_module
download/file.php?id=1255 xupnpd-arm.SGO_ext.tar #BUILD=2012-05-19 xupnpd_IPTV_server module
download/file.php?id=1208 moviemanager.SGO_ext.tar #BUILD=2012-05-01 Moviemanager Module
download/file.php?id=1223 Infopage.SGO_ext.tar #BUILD=2012-05-05 Infopage Module by juuso
download/file.php?id=1130 pvr_drm_disable.SGO_ext.tar #PVR_DRM_Disable_Genoa Does_not_work_with_FW_1018
download/file.php?id=1131 pvr_drm_disable.SGO_ext.tar #PVR_DRM_Disable_Valencia
and now what must i check?
how open my new webif page like in Posts: 4129
i verified again my /dtv/cgi-bin path but onlu Modules and tes are there.
Last edited by tao13 on Fri Jun 01, 2012 6:13 pm, edited 1 time in total.
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: New web inferface (Webif) for SamyGO
just guessed: DEUS means in shell on tv
Re: New web inferface (Webif) for SamyGO
@DEUS: what about move fetching of modules to SF file area: found files=available modules (https://sourceforge.net/projects/samygo/files/WebIF/).
Seems curl of D5 series don`t know how to fetch the your given url. Same is on B series - no webpage is fetched.
EDIT: grr, found problem on B series:
could you please execute in TV`s shell this:
Seems curl of D5 series don`t know how to fetch the your given url. Same is on B series - no webpage is fetched.
EDIT: grr, found problem on B series:
@tao13curl "viewtopic.php?f=21&t=3856&p=29558#p29558"
curl: (6) Could not resolve host: forum.samygo.tv (Domain name not found)
# ping http://forum.samygo.tv
ping: http://forum.samygo.tv: Unknown host
could you please execute in TV`s shell this:
Code: Select all
. /dtv/SGO.env;busybox ping http://samygo.tv
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
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: New web inferface (Webif) for SamyGO
maybe better justjuuso wrote:...
@tao13
could you please execute in TV`s shell this:Code: Select all
. /dtv/SGO.env;busybox ping http://samygo.tv
Code: Select all
ping forum.samygo.tv
Code: Select all
localhost login: root
Password:
# curl -s "http://forum.samygo.tv/viewtopic.php?f=21&t=3856&p=29558#p29558" | sed 's_&_&_g' | busybox grep -o "###.*###" | sed 's_<br />_\n_g' | sed 's_^###.*$__g' | sed '/^$/d'
http://forum.samygo.tv/download/file.php?id=1249 poor_webif.SGO_ext.tar #BUILD=2012-05-13 Main WebIF Module
http://forum.samygo.tv/download/file.php?id=1252 curlftp_arm.SGO_ext.tar #BUILD=2012-05-16 curlftp module
http://forum.samygo.tv/download/file.php?id=1248 ntpclient_arm.SGO_ext.tar #BUILD=2012-05-13 ntpclient-2010 module.
http://forum.samygo.tv/download/file.php?id=1247 serial_unlock_arm.SGO_ext.tar #BUILD=2012-05-13 console_unlock_module
http://forum.samygo.tv/download/file.php?id=1255 xupnpd-arm.SGO_ext.tar #BUILD=2012-05-19 xupnpd_IPTV_server module
http://forum.samygo.tv/download/file.php?id=1208 moviemanager.SGO_ext.tar #BUILD=2012-05-01 Moviemanager Module
http://forum.samygo.tv/download/file.php?id=1223 Infopage.SGO_ext.tar #BUILD=2012-05-05 Infopage Module by juuso
http://forum.samygo.tv/download/file.php?id=1130 pvr_drm_disable.SGO_ext.tar #PVR_DRM_Disable_Genoa Does_not_work_with_FW_1018
http://forum.samygo.tv/download/file.php?id=1131 pvr_drm_disable.SGO_ext.tar #PVR_DRM_Disable_Valencia
Code: Select all
curl -V
curl 7.20.0 (arm-SamyGO_OE.dev-linux-gnueabi) libcurl/7.20.0 OpenSSL/0.9.8m zlib/1.2.3 c-ares/1.6.0
Protocols: dict file ftp ftps http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: AsynchDNS Largefile NTLM SSL libz
Code: Select all
busybox
BusyBox v1.18.3 (2011-10-30 11:35:20 CET) multi-call binary.
Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.
Re: New web inferface (Webif) for SamyGO
I think i have some problems
but forget about this, i will catch the issue
[/off]
Code: Select all
# ping forum.samygo.tv
ping: forum.samygo.tv: Unknown host
SpoilerShow
Code: Select all
# busybox
BusyBox v1.18.3 (2011-10-30 11:35:20 CET) multi-call binary.
Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

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
can somebody post sourcecode of webpage after clicking online (when it is not working), still wondering about the segfaults.
@arris69 you have it on your B? did you get something when click online?
@arris69 you have it on your B? did you get something when click online?