Miniontoby
Miniontoby
> Fairs, even throwing them in a paste bin would work lol. I tried reaching out to bagou via email just before I first posted this but still no response....
> Nicee, let me know if you need a hand with anything. Nice to finally have someone who wants the database data too lol Well I am worried we're going...
Found the list with URLs that are being used by the addons: The list Source: `grep -R '://api.bagou450.com' . | sed -e "s/http:/https:/g;s/.*\.php: *//g;s/.*https:\/\/api/https:\/\/api/g;s/\('\|\"\|).then\|\\\\\).*//g;s/.com\/index.php/.com/g;s/?id=\$\(license\|id\|{transaction}\)&*/?/g" | sort -n | uniq` ```...
I have found a new url that we don't have the code of: "https://haste.bagou450.com/documents", which is used in site-backend at the subdomains section... Seems like it is some kind of...
> For example the Minecraft Mod Installer sends requests to `https://api.bagou450.com/api/client/pterodactyl/mods` but once the api shuts down we won't have access to the mod lists. > > This can be...
Hey @mutaqinmi, Are you sure? I checked `https://api.bagou450.com/api/client/pterodactyl/plugins/spigot?id=test&search=test` and the version that I host myself. They are identical. I did get 500 for `https://api.bagou450.com/api/client/pterodactyl/plugins/bukkit?id=test&page=1&search=test&version=2020709689%3A13574`, ~~but I fixed it by commenting...
Oke, so uhm I fixed the problems. Apperently there was even more missing... like `links.discussion` field... file.type internal is fine, as panel can just use the downloadlink we provide. If...
Yeah no problem. The code bagou gave seems to be outdated to what they're hosting... but yeah... Anyways of course you also missed the preparation like initializing the database, I...