InfoServ
OpenWebif Ready To Install - Printable Version

+- InfoServ (https://www.yassinov.com/forum)
+-- Forum: Satellite Equipment (https://www.yassinov.com/forum/forumdisplay.php?fid=9)
+--- Forum: Enigma2 Plugins/Emus/Keys/Skins (https://www.yassinov.com/forum/forumdisplay.php?fid=47)
+---- Forum: Plugins (https://www.yassinov.com/forum/forumdisplay.php?fid=55)
+---- Thread: OpenWebif Ready To Install (/showthread.php?tid=523)

Pages: 1 2 3 4 5 6


OpenWebif Ready To Install - fairbird - 04-22-2012

I have made this plugin for OpenWebif to use for all Dreambox images OE1.6..
Please Test it and Feedback is Welcome..

How to install:
Send Ipkg file to /tmp
Then from Telent do this commands:

Code:
opkg -force-overwrite install /tmp/*.ipk

If it does not work, delete the WebInterface inthis path
Code:
usr/lib/enigma2/python/Plugins/Extensions

Download Here....

[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]
[Only registered and activated users can see links You are not allowed to view links. Register or Login to view.]


fairbird


RE: OpenWebif Ready To Install - fairbird - 05-22-2012

New Update... OpenWebif 2.1_r0

Update plugin files 20/05/2012

Update Depends with last released 2.7.2-r2.17 OE2.0 and modified to 2.6 OE1.6:
python-pprint
python-json
python-unixadmin

Download plugin in first post...

fairbird


RE: OpenWebif Ready To Install - fairbird - 06-03-2012

Update....

openwebif v2.1-r1

-Update some plugin file.
-Small fix to install plugin.
-Now open more faster. And the option work fast and very well.

plugin in first post..

fairbird


RE: OpenWebif Ready To Install - iko - 06-12-2012

OpenWebif 2.1_r0 and OpenWebif 2.1_r1 doesn't work OE 2.0

ERROR: Some plugin are not available: Extensions/OpenWebif (No module named Cheetah.Template)


RE: OpenWebif Ready To Install - fairbird - 06-12-2012

(06-12-2012, 12:04 AM)iko Wrote: You are not allowed to view links. Register or Login to view.OpenWebif 2.1_r0 and OpenWebif 2.1_r1 doesn't work OE 2.0

ERROR: Some plugin are not available: Extensions/OpenWebif (No module named Cheetah.Template)

Please read first post carefully ... this is for OE1.6 not OE2.0
Because no patched images for OE2.0 to use it and test on it...


RE: OpenWebif Ready To Install - fairbird - 07-05-2012

Update....

openwebif v2.2-r0

-Update some plugin file.
-Change style color to red.
[attachment=203]
plugin in first post..

fairbird


RE: OpenWebif Ready To Install - Richy - 07-23-2012

Good work!

It works also on my AzBox HD with SpaZe 2.2 Image Y06

Keep it up!


RE: OpenWebif Ready To Install - fairbird - 07-25-2012

Update....

openwebif v2.2-r1

-Update Control option folder.

plugin in first post..

fairbird


RE: OpenWebif Ready To Install - fairbird - 08-12-2012

Update....

openwebif v2.2-r2

-Update Control option folder.

plugin in first post..

fairbird


RE: OpenWebif Ready To Install - fairbird - 09-16-2012

Update....

openwebif v3.0-r0

-Update Control option folder.

Quote:@@ -143,9 +143,9 @@ def getInfo():
info['enigmaver'] = about.getEnigmaVersionString()
info['kernelver'] = about.getKernelVersionString()

- if fileExists("/usr/lib/enigma2/python/Tools/StbHardware.pyo"):
+ try:

from Tools.StbHardware import getFPVersion
- else:
+ except ImportError:
from Tools.DreamboxHardware import getFPVersion

info['fp_version'] = getFPVersion()

plugin in first post..

fairbird