adult content on iptv player?

I think I set an admin password when I first set it up two years ago. I need to reset it as blank or admin or password are not correct
Sorry
CG
 
username is normally root and password is left blank
I think I set an admin password when I first set it up two years ago. I need to reset it as blank or admin or password are not correct
Sorry
CG
Have a look around for enigma2-plugin-extensions-passwordchanger I have seen it on another forum but can't remember where and forum rules would not allow me to link to it anyway. It is an ipk file which has onscreen instructions apparently.
 
Passwords or username are never changed in WB, everything is default.
Login is always root and there is never a password set by me. If there is a password set when you receive a pre-installed box, only the person who set it knows what it is.

The +18 part of IPTV Player once installed is 0000 which is default when the above command is run.
 
For Mac users: If your enigma box is already connected to your Mac, do the following:

1. Open Terminal (Applications > Utilities > Terminal)
2. Shell (topline menu next to Apple logo) > New Remote Connection > Secure Shell (ssh) > under "Server" your enigma box name should automatically appear "e.g. zgemmah2s" - click on this
3. In "User" box type: root > press Connect (a pop up window should appear)
4. Copy code below and paste into the pop up window > press Return on your keyboard (this will run the script and load everything onto your enigma box (will take about 1 second!)
5. Reboot your enigma box
6. Once rebooted go to iptv player and there should be +18 logo (may be under Rubiks Cube)
7. Password: 0000
8. Enjoy :)


fullwget --no-check-certificate https://gitlab.com/iptv-host-xxx/iptv-host-xxx/repository/master/archive.zip -O /tmp/iptv.zip && unzip /tmp/iptv.zip -d /tmp/ && cp -rf /tmp/iptv-host-xxx*/IPTVPlayer /usr/lib/enigma2/python/Plugins/Extensions
 
Ok i`m thinking of giving this a try, can anyone tell me where i will find it once installed, as in, will it actually be in IPTV player ?
 
Has the url thingy on this changed or been updated?
Doesn't appear to work on OpenATV / Wooshbuild Infinity using Putty.
Anyone?
 
Weird....I get a "fullwget: command not found" error.
Destination folder is fine, looks like something has changed or been updated sadly :(


Last login: Tue Jan 29 12:38:47 GMT 2019 on pts/0
fullwget --no-check-certificate https://gitlab.com/iptv-host-xxx/iptv-host-xxx/repository/master/archive.zip -O /tmp/iptv.zip && unzip /tmp/iptv.zip -d /tmp/ && cp -rf /tmp/iptv-host-xxx*/IPTVPlayer /usr/lib/enigma2/python/Plugins/Extensions root@xboxone:~# fullwget --no-check-certificate https://gitlab.com/iptv-host-x/iptv-host-xxx/repository/master/archive.zip -O /tmp/iptv.zip && unzip /tmp/iptv.zip -d /tmp/ && cp -rf /tmp/iptv-host-xxx*/IPTVPlayer /usr/lib/enigma2/python/Plugins/Extensions
-bash: fullwget: command not found
 
Back
Top