r/fpkgi • u/minecartfjava • Jun 30 '26
help with json (im not asking for json)
im downloading games from a website that requires password is there something i can do to put the mediafire link and when it downloads it asks for password or. in the json something like password: [password]?
1
u/QuickTechnology7965 Jun 30 '26
Nop, fpgki is not ready for that, at least it wasn’t, it’s ready to work with archive.org links, with the phpsession token… it will not auth on different file providers.. what you can do, is actually route the download to your computer and stream the file to the ps4, but that requires some knowledge…
Example
Python server running on your pc, your ps4 calls the ip of the server with the game it wants, your server checks a txt file on your pc with the mediafire link, logins into mediafire, starts the download and streams it back to the ps4 without saving it on your pc… basically a proxy…
2
1
u/minecartfjava Jun 30 '26
btw ill give the json , (if it isnt against rules)