MultiStalker-Pro

There are 1,042 replies in this Thread which was already clicked 245,617 times. The last Post () by ziko.

  • the problem is not just caused by the plugin

    You may have been banned from IPTV after multiple tests.

    Usually the ban issue is a temporary problem.

    Edited once, last by saerdnast: Yesterday I tested on a different Vu, so different Mac today on Vu from the living room and Gigablue. Since my English is not good I always use language tools. The Macs were registered with the provider ().

    • Official Post
    the problem is not just caused by the plugin

    You may have been banned from IPTV after multiple tests.

    Usually the ban issue is a temporary problem.

    No, firstly I am a reseller with my own panel and 2nd yesterday I tested my other VU Zero4k,

    today a different one and a Gigablue i.e. a different MAC address

    So your saying you are a pay server ? Is that correct ??

  • i use openpli 9 latest arm on vu+duo se the plugin is installed correctly with no errors, but it is not visable in the plugins menu , when i try to delete from menu the plugin is there. any suggestion ziko ?

  • Hi,


    The IPKs for proc Arm are not compatible with the STB Edision OS MIO 4K+

    In fact the archives are built for the VU+ armv7ahf-neon feed and not for the Edision armv7vehf-neon-vfpv4 feed.


    Here is the procedure that I used to implement the MultiStalkerPro V1.1 plugin on the openpli develop image of my Edision os mio 4k+.

    The principle consists of using the Feed for the Vu+ process


    #1 – Download the Vu+ zero 4k openpli develop image to your PC

    and extract these three folders from the root folder of the image.

    - /var/lib/opkg

    - /usr/lib/opkg

    - /etc/opkg


    #2 – On your STB

    - Open the telnet console and stop enigma activity -> init 4

    - Renamed the three folders

    /var/lib/opkg --> /var/lib/opkg_old

    /usr/lib/opkg --> /var/lib/opkg_old

    /etc/opkg --> /etc/opkg_old


    #3 – Transfer the 3 folders from your PC to your STB

    PC /var/lib/opkg --> to the STB

    PC /usr/lib/opkg --> to the STB

    PC /etc/opkg --> to the STB


    #4 – with the telnet console

    - Modify the rights of the following files --> chmod +x /var/lib/opkg/*

    - Restart enigma --> init 3

    - Update the list --> opkg update


    #5 - Download the four Multistalkerpro archives to tmp of the STB

    These files :


    #6 – Run these commands ensuring there are no errors.

    cd /tmp

    opkg install python3-rarfile_4.1-r0_armv7ahf-neon.ipk

    opkg install python3-levenshtein_0.12.0-r0_armv7ahf-neon.ipk

    opkg install python3-fuzzywuzzy_0.18.0-r0_armv7ahf-neon.ipk

    opkg install enigma2-plugin-extensions-multi-stalkerpro_1.1+git144+4ef83e7-r0_armv7ahf-neon.ipk


    #7 - it's almost over, a few more telenet commands.

    init 4

    mv /var/lib/opkg /var/lib/opkg_vu

    mv /var/lib/opkg_old /var/lib/opkg


    mv /usr/lib/opkg /usr/lib/opkg_vu

    mv /usr/lib/opkg_old /usr/lib/opkg


    mv /etc/opkg /etc/opkg_vu

    mv /etc/opkg_old /etc/opkg


    init 3

    opkg update

    opkg install --force-reinstall --force-overwrite enigma2-plugin-systemplugins-serviceapp


    #8 – stop enigma and configure your “Portals” file

    init 4

    Configure your file -> /etc/enigma2/MultiStalkerPro.json


    #9 - it's finish reboot your stb .



  • i use openpli 9 latest arm on vu+duo se the plugin is installed correctly with no errors, but it is not visable in the plugins menu , when i try to delete from menu the plugin is there. any suggestion ziko ?

    the plugin is not compatible with openpli 9 only latest versions of develop.



    instead of this you could modify control file of ipk's and remove Architecture: armv7ahf-neon and recompile ipk's with ipk tool

  • ziko ok i read openpli 9 , upgrading now, and confirmed needed to install develop build instead of openpli 9 stable. great job very much appriciated


  • Hi, it's a stupid question I know, but I'm new to all this. How do I install these four files on mu Uno 4k SE? There is no ipk file here.

  • I think it's called a syntax error.

    This is the correct syntax.Just enter the data in your portals


    [

    {

    "http://portal:port": "00:1A:79:00:00:00"

    },

    {

    "http://portal:port": "00:1A:79:00:00:00"

    },

    {

    "http://portal:port": "00:1A:79:00:00:00"

    },

    ]

  • OpenPli 9.0


    root@h9combo:~# opkg install /tmp/*.ipk

    * Solver encountered 3 problem(s):

    * Problem 1/3:

    * - conflicting requests

    * - package python3-fuzzywuzzy-0.18.0-r0.armv7ahf-neon does not have a compatible architecture

    *

    * Solution 1:

    * - do not ask to install python3-fuzzywuzzy-0.18.0-r0.armv7ahf-neon



    * Problem 2/3:

    * - conflicting requests

    * - package python3-levenshtein-0.12.0-r0.armv7ahf-neon does not have a compatible architecture

    *

    * Solution 1:

    * - do not ask to install python3-levenshtein-0.12.0-r0.armv7ahf-neon



    * Problem 3/3:

    * - conflicting requests

    * - package python3-rarfile-4.1-r0.armv7ahf-neon does not have a compatible architecture

    *

    * Solution 1:

    * - do not ask to install python3-rarfile-4.1-r0.armv7ahf-neon



    root@h9combo:~#

  • Only openpli develop is supported, openpli 9 not supported

  • I thought it was to be entered the same way as in Multistalker -like this - "http://86.45.15.123:27461/c/?mac=00:1A:79:0b:55:1d" (This portal is just an example). In case it isn't -how to convert this portal to Multistalker Pro?

  • Your line will look something like this in the Pro version:


    Code
    {"http://86.45.15.123:27461": "00:1A:79:0b:55:1d"}

    If you only have one line, the entire MultiStalkerPro.json file will contain:

    Code
    [
        {"http://86.45.15.123:27461": "00:1A:79:0b:55:1d"}
    ]


    If you have more lines, put a comma at the end of each one, but not the last one !

    Code
    [
        {"http://11.11.11.111:11111": "00:AA:AA:BB:CC:DD"},
        {"http://22.22.22.222:22222": "11:BB:CC:DD:EE:FF"},    
        {"http://86.45.15.123:27461": "00:1A:79:0b:55:1d"}
    ]
  • Your line will look something like this in the Pro version:


    Code
    {"http://86.45.15.123:27461": "00:1A:79:0b:55:1d"}

    If you only have one line, the entire MultiStalkerPro.json file will contain:

    Code
    [
        {"http://86.45.15.123:27461": "00:1A:79:0b:55:1d"}
    ]


    If you have more lines, put a comma at the end of each one, but not the last one !

    Code
    [
        {"http://11.11.11.111:11111": "00:AA:AA:BB:CC:DD"},
        {"http://22.22.22.222:22222": "11:BB:CC:DD:EE:FF"},    
        {"http://86.45.15.123:27461": "00:1A:79:0b:55:1d"}
    ]

    Thank you very much. Now I get it :)

  • Your line will look something like this in the Pro version:


    Code
    {"http://86.45.15.123:27461": "00:1A:79:0b:55:1d"}

    If you only have one line, the entire MultiStalkerPro.json file will contain:

    Code
    [
        {"http://86.45.15.123:27461": "00:1A:79:0b:55:1d"}
    ]


    If you have more lines, put a comma at the end of each one, but not the last one !

    Code
    [
        {"http://11.11.11.111:11111": "00:AA:AA:BB:CC:DD"},
        {"http://22.22.22.222:22222": "11:BB:CC:DD:EE:FF"},    
        {"http://86.45.15.123:27461": "00:1A:79:0b:55:1d"}
    ]

    Just one more thing. If the portal has a port number -do I write just the number or do I write like...port8080

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!