Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. M

    MerlinAU MerlinAU v1.2.6 - The Ultimate Firmware Auto-Updater (**Thread closed due to age**)

    Note that when the user disables the "Toggle F/W Update Check" option, it effectively disables the router's built-in check for new firmware availability. The two settings are currently bound together. IMO, the better strategy is to set the number of postponement days to the current maximum of...
  2. M

    No Internet Router Message

    Instead of trying to completely stop or remove the "unable to access the internet" webpage, one simple solution might be to modify the ASP file so that it gets displayed only for a very brief instant (a second or so, usually less) and then automatically goes back to the previous webpage. You...
  3. M

    Diversion AC Merlinware 386.14 introduces screen scrolling problem on MANY [but not all] webui add-ons!

    When I implemented the fix and tested it before submitting the PR, I had no issues with my RT-AC86U running the latest 386.14 F/W. Keep in mind that you *must* update to the latest 1.4.6 version from the 'develop' branch: /jffs/scripts/uiScribe develop /jffs/scripts/uiScribe forceupdate If...
  4. M

    Diversion AC Merlinware 386.14 introduces screen scrolling problem on MANY [but not all] webui add-ons!

    Here are some samples of what I get. All pretty much have similar output.
  5. M

    Diversion AC Merlinware 386.14 introduces screen scrolling problem on MANY [but not all] webui add-ons!

    That's an excellent find. I have also verified that your latest PR changes in Skynet work very well on 2 different routers: RT-AC86U (running 386.14) & RT-AX86U (running 388.8). I was unaware of the history behind the initial "var $j = jQuery.noConflict();" changes made for the add-ons. I'd...
  6. M

    Diversion AC Merlinware 386.14 introduces screen scrolling problem on MANY [but not all] webui add-ons!

    Yes, indeed. Very true, LOL!!! :D OTOH, he's not called the "reclusive coder." ;) In any case, I'm just offering a helping hand to a fellow coder...
  7. M

    Diversion AC Merlinware 386.14 introduces screen scrolling problem on MANY [but not all] webui add-ons!

    At one point, I meant to take a look at the problem for Diversion, but I couldn't find a repository in GitHub, and then I got so busy with work and other personal "stuff" that I forgot to send you a message about it. Is the repository for Diversion publicly available? If not, how can I submit...
  8. M

    Diversion AC Merlinware 386.14 introduces screen scrolling problem on MANY [but not all] webui add-ons!

    Just to clarify, the "missing scrollbar" issue is currently happening with the Diversion webGUI but not with the latest uiDivStats v4.0.1 release, correct? About 3 weeks ago, I submitted a pull request for the uiDivStats add-on that addressed the compatibility issues with the 3006.102.1 F/W...
  9. M

    Compatibility Findings with AddOns with GT-BE98 Pro

    I'll take a look at the problem. I have a solution that should work with the Skynet webGUI as well. Since your GitHub repository doesn't have a 'develop' branch, I'll submit a pull request directly to your 'master' branch. EDIT [UPDATE]: The "missing scrollbar" problem has been fixed for...
  10. M

    MerlinAU MerlinAU v1.2.6 - The Ultimate Firmware Auto-Updater (**Thread closed due to age**)

    Here's one way to quickly double-check and verify what you have currently installed: grep -E "^SCRIPT_BRANCH=|^readonly SCRIPT_VERSION=" /jffs/scripts/MerlinAU.sh
  11. M

    Release Asuswrt-Merlin 386.14 is now available for AC models

    The "Export" button disappears when you select the option for the "Let's Encrypt" free certificate.
  12. M

    YazFi YazFi v4.x - continued

    Last night, I fixed the "missing vertical scrollbar" problem and submitted a pull request to @Jack Yaz's "develop" branch repository (it's not merged yet). YazFi v4.4.5 (local development test): This evening after dinner, I'll fix the same problem found on the uiScribe webGUI. EDIT...
  13. M

    Release Asuswrt-Merlin 386.14 is now available for AC models

    I have also verified that the latest scMerlin 2.5.6 master release does not have a problem with the vertical scrollbar on the 386.14 F/W version. I concur. The problem is definitely add-on specific, and the code changes that I made in some of the affected add-ons (spdMerlin, ntpMerlin...
  14. M

    YazFi YazFi v4.x - continued

    Thanks for reporting the problem and providing enough context (add-on version & screenshots) to show what the problem is. I'm taking a look. Other posts reporting the "missing scrollbar" problem with other add-ons don't include the specific add-on version being tested (or screenshots), and...
  15. M

    Compatibility Findings with AddOns with GT-BE98 Pro

    The pull request I submitted to address the errors when loading the WebGUI page for Unbound on the 3006.102.1 F/W has now been merged into the 'develop' branch. I'm assuming that at some point in the near future, the PR will be included in the next master release. FYI.
  16. M

    Compatibility Findings with AddOns with GT-BE98 Pro

    @Jack Yaz has already merged all 3 PRs that I submitted to address the issue with the "Reset Database" option in the CLI menu where the results are not always reflected on the corresponding webGUI page. The fix is found in the 'develop' branch for each add-on. connmon: /jffs/scripts/connmon...
  17. M

    Compatibility Findings with AddOns with GT-BE98 Pro

    Ah, OK. I think I got the gist of the 2 problems that you've reported when using ntpMerlin, spdMerlin & connmon. Essentially, there are 2 separate issues within the same area of code but caused by different bugs. The 1st issue happens when changing the "storage location for stats & config"...
  18. M

    Compatibility Findings with AddOns with GT-BE98 Pro

    You're most welcome. Just glad I'm able to contribute to the community. Looking into the issue with ntpMerlin. WRT connmon, the specific bug with the "database reset" does not exist. In post #69, you stated: IOW, my understanding is that connmon was working for you. Is that no longer the...
  19. M

    GT-AX11000 not powerful enough for SMB streaming?

    10Gbps?? That's likely to be an unintentional typo, or your math ain't "mathing" LOL! ;) 10,000 Kbps = 10Mbps (1,000,000 Kbps = 1Gbps) ;)
  20. M

    Compatibility Findings with AddOns with GT-BE98 Pro

    FYI, Just some notes about a few pull requests I submitted on GitHub to address some compatibility issues reported with some add-ons on the latest 3006.102.1 F/W version. @thelonelycoder has merged a PR submitted for uiDivStats to fix errors found when loading the webGUI on the 3006.102.1 F/W...
Top