• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I need some PHP proxy code

silverpig

Lifer
I'd like to set up a little php-based web proxy on my website. I'd like to have it hardcoded so that it only connects to one website in particular (I only want to get around geoblocking for one site... I don't want to allow unlimited browsing). One major requirement is it has to be able to pass javascript.

I have one running (can't recall which) but it doesn't do javascript.

Something like phpmyproxy would be perfect, but their download link has been broken for months and I can't find the source anywhere.

My coding skills are good enough that I can easily take something that works and modify it to hard-code in a particular site, but not good enough for me to write something from scratch.

Can anyone point me in the right direction, or maybe tell me where I can download phpmyproxy?
 

Yeah thanks, I checked google already several times. It's where I got the code I currently have and where I found out about phpmyproxy. Again, the official site doesn't have the code anymore. Your link doesn't have it either because if you follow it you'll get to:

This

I will thank you for the second link though as it seems to have what I need!

UPDATE: Actually ALL the download links on the site you linked to are broken 😛
 
Last edited:
I didnt check the links. I was posting that from my phone earlier 🙂

But after some creative searching, I managed to find this.
http://pyr02k1.com/hosted/phpMyProxy_1.0.3.zip

Now, the zip comes from a gentoo overlay repo, so the structure COULD be off. It doesnt look to be, so all should be well really.

enjoy
--pyr0

Edit: Also, check out glype. http://www.glype.com/ - I used it before and it works well for what it is. It was last updated 2 months after phpmyproxy, so it's moot since both were over a year ago.
 
Last edited:
Thanks, yeah I tried glype and a few others, and they don't seem to work with the one site I want to proxify 🙁
 
Back
Top