piratebayproxy/UnblockedPiratebayClean ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple PHP proxy site for The Pirate Bay that I can drop onto a web server and use right away.
It should load the main site pages, search, browse, top, and description views through a backend API request, then render everything in the browser with JavaScript and AJAX so the site feels usable even when the original site is blocked. Keep the static assets local, like images and CSS, and only fetch the live content through the proxy logic. Make it compatible with the current Pirate Bay setup, and keep it easy for me to customize small things like analytics or branding in the PHP files.
I’d also like it to work cleanly on a normal PHP host with cURL enabled, and to include the basic files needed for a complete proxy site, like the homepage, search, browse, and API handler. If you need to check current docs or behavior online, go ahead and do that.
Are you gonna build this?
make sure you review the code using coderabbit