[DISCUSSION] Powershell GUI uupdump downloader project

Discussion in 'Application Software' started by mustafa gotr, Jul 6, 2025.

  1. mustafa gotr

    mustafa gotr MDL Member

    Apr 17, 2018
    121
    359
    10
    my new powershell gui uupdump downloader project

    upload_2025-7-6_23-26-20.png
    upload_2025-7-6_23-27-5.png upload_2025-7-6_23-27-29.png
    upload_2025-7-6_23-27-55.png
     

    Attached Files:

  2. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,650
    6,864
    150
    I was busy think on solution for com interface in ps1
    And almost miss this
    I like the gui, will check it tomorrow
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. mustafa gotr

    mustafa gotr MDL Member

    Apr 17, 2018
    121
    359
    10
    @abbodi1406 Before uploading this powershell script to the mydigitallife site, the refresh data button was able to fetch data without any problems using the html parsing method, but after making a presentation about the application on this site, I receive an error while retrieving data. Dear sir, did you add a block or access restriction or ban to the application? I would be grateful if you could explain
     
  4. witherornot

    witherornot MDL Member

    Nov 18, 2020
    108
    630
    10
    Seems like your app scrapes the site HTML, which probably triggered a Cloudflare block.
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,643
    93,725
    340
    #5 abbodi1406, Jul 7, 2025
    Last edited: Jul 7, 2025
    Dude, i never had any control or access to the website host or domain, i only update the converter

    maybe it's cloudflare captcha verification like downloading single file
    https://forums.mydigitallife.net/th...11-uups-with-ease.75052/page-293#post-1877792
     
  6. mustafa gotr

    mustafa gotr MDL Member

    Apr 17, 2018
    121
    359
    10
    #6 mustafa gotr, Jul 7, 2025
    Last edited: Jul 7, 2025
    (OP)

    First thanks @witherornot for help. I solved the problem after your suggestion. In the Main.ps1 script, we can now pull data without any problems with the html parsing method.
    It bypasses the Cloudflare block. Also, in the script,
    Performance improvements were made

    Changes:
    CloudFlare Bypass - User-Agent Update:

    Old: Chrome/91.0.4472.124
    New: Chrome/127.0.0.0
    Updated in 2 places (lines 957 and 1330)
    Version Update:

    CloudFlare Bypass Description:
    CloudFlare and similar security services can detect old browser User-Agents and block requests. Using the latest Chrome User-Agent:

    Up-to-date browser perception is ensured
    Anti-bot protections are bypassed
    UUPDump connection works without problems
     

    Attached Files:

  7. Stimpy88

    Stimpy88 MDL Senior Member

    Mar 24, 2011
    392
    221
    10
    @mustafa gotr - Is there a place where we can always go to download the latest version of this?
     
  8. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,941
    1,633
    60
    How to use --user-agent= command with aria2c.exe ?
     
  9. mustafa gotr

    mustafa gotr MDL Member

    Apr 17, 2018
    121
    359
    10
    IMG_1631.png

    I have to write the project from scratch due to cloudflare blocking. Stay tuned
     
  10. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,941
    1,633
    60
    do you have it working again ?
     
  11. mustafa gotr

    mustafa gotr MDL Member

    Apr 17, 2018
    121
    359
    10
    #13 mustafa gotr, Jul 8, 2025
    Last edited: Jul 8, 2025
    (OP)
    I’ve started completely revising the project. Completing all the functions in a working state will take at least one week. However, I’ll provide occasional updates regarding the new version.
    I encountered Cloudflare blocking issues with the HTML parsing method. For this reason, I switched to a different approach.
    First, I created and integrated an Internet Explorer browser. The subsequent steps involve ensuring the automatic transfer of data from the page to the relevant sections in the left panel.
     
  12. mustafa gotr

    mustafa gotr MDL Member

    Apr 17, 2018
    121
    359
    10
    upload_2025-7-9_19-30-9.png

    I haven't finished it yet but I've made some progress.​
     

    Attached Files:

  13. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,941
    1,633
    60
    looking good.:thumbsup:
     
  14. Fowler

    Fowler MDL Member

    Apr 1, 2013
    135
    108
    10
    It really looks good, it's flashy.
    I couldn't figure out the R and H markings in the red frame - maybe I'm just tired.
    uupd.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. haber123

    haber123 MDL Member

    Nov 5, 2009
    109
    44
    10
    I thought "R" was for release and "H" was for hidden.
     
  16. witherornot

    witherornot MDL Member

    Nov 18, 2020
    108
    630
    10
    Seems like a reskinned IE. Is there an advantage to using this over just using a normal browser, besides the Quick Access buttons?
     
  17. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,650
    6,864
    150
    you got cool quick access button. that something too :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. mustafa gotr

    mustafa gotr MDL Member

    Apr 17, 2018
    121
    359
    10
    Let's see, we'll see. If you have a suggestion, I'd be happy to listen.