Search results

  1. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Have you tried v3 yet? I posted it a few posts back. It removes the serial. If that alone works for you, then we're good.
  2. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Here is version 3 of the iVue MAC Swap Tool. Gives user the choice to remove references to serial in their addons.ini file. This assumes that their serial matches this: serial%22%3A+%7B%22 as I'm assuming this is a default. Also sexied up the prompts. Enjoy Pastebin...
  3. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Can anyone confirm what their serial string looks like in the tecbox addons.ini file?
  4. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Ok, I can still connect to iptvstalker if I remove all of the references to serial in the ini. I just did it in msword. Your's may be the same. I searched for serial%22%3A+%7B%22 replaced with null (in the "replace with" area, I left it blank). Try it on yours and see if this fixes your issues...
  5. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Ok. Ill see what affect removing that from the ini has, tomorrow.
  6. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Ok, cool. What's weird is that the serial piece for iptvstalker is in the iVue addons.ini by default, yet it doesn't mess anything up. All my script does is mod the mac. Do you get why modding the tecbox ini has this affect?
  7. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Might have been a false alarm in my case. Checked windows task manager and there was a python script that was hung up. Killed Kodi, then I killed the python script, restarted KODI and everything works again. Just me?
  8. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Cool. Let me know. If that does the trick, we're lookin' at v3. Gotcha. I'm not really either, more of a hacker. I just like to automate stuff. Push a button and watch the pretty lights. When you said "middleware", I was instantly impressed...lol. No idea what that is. I'm not current...
  9. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Ok. I think I'm seeing what you are describing. The live tv channels are no longer working. If I access iptv stalker manually (via video addons), I can get in just fine and iVue also works. TV/EPG seem to be the only thing affected for me. So, anything I can do on my end? Maybe clear the...
  10. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    The v2 script makes no mods to any serials. It strictly mods the MACs that follow the word "mac" and the only "mac" I have in mine is related to iptvstalker. Was the final MAC the script displayed not the right MAC? I'm trying to understand what might be going on. Are you able to send me a...
  11. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Sweet! Glad to hear its working for someone other than myself. lol. Thanks for fixing the links and for your input.
  12. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Improved script to automatically find the encoded MAC within their addons.ini file. User no longer needs to manually copy and paste the encoded mac string from the ini file. The only user interaction now is to provide their MAC address...wait a few seconds....and confirm the write. Pastebin...
  13. D

    Script to fix addons.ini for iVue for your linked MAC

    This is a script to fix your iVue addons.ini with your linked MAC so it can work with the iVue Guide (dara) -- Ok, need someone to test! Here's a pastebin of my code: http://pastebin.com/xqdAPT8g Link to app: https://drive.google.com/file/d/0B7UqN53jp_4camkwOUZvWUFBMkE/view?usp=sharing How...
  14. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Ok, need someone to test! Here's a pastebin of my code: http://pastebin.com/xqdAPT8g Link to app: https://drive.google.com/file/d/0B7UqN53jp_4camkwOUZvWUFBMkE/view?usp=sharing How to use: Make sure a COPY of your addons.ini file and iVue_MAC_Swap.vbs are in the same folder: Execute the...
  15. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    I think we're miscommunicating. I understand that the 00:1A:78 should ALWAYS go at the beginning of the MAC. I've already coded for that. No matter which MAC the user enters, the front half will be stripped away and replaced with 00:1A:78. I'll have a msgbox popup that allows the user to...
  16. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    The first 6 (00:1A:78) are what I was referring to as the prefix. I get that this piece is mandatory and unchanging. So, I'll have it grab the last 6 of the users MAC. So, if the users MAC is 11:22:33:44:55:66, the result will be 00:1A:78:44:55:66. Also - so far, in iVue on both my FireTV...
  17. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Yea, my plan was to have them enter their whole mac and have the script cut half of it to add it to the prefix, but which half of the users MAC is needed? 1st half or 2nd half?
  18. D

    NFPS / Private Fixing iVue Guide to work with IPTV Stalker ("failed authorization")

    Didn't read through entire thread, so stop me if someone has done this... I'm creating a vbscript to automate the process of assigning a users MAC to the addons.ini file in iVue. It will have a popup box for the user to enter the raw encoded mac address string from their addons.ini file...