Hello, Anyone knows what kind of script is this website using: https://unlockproject.info Code (markup): It reads a domain and uses proxy to bypass it when it's blocked from ISP. From my search i have only been able to find this one: https://github.com/greatfire/website-mirror-by-proxy Code (markup): But i am not sure if it even works because it is 2 years old script.
I have seen this used a few times. I think its forked somewhere on github but there are quite a few of them so its hard to tell what is what. https://sourceforge.net/projects/poxy/ hope that helps, N.
Thanks.. Yeah seems to be pretty similar. He/they must have made further custom editing to make it as it is in their site.
Wow, haven't seen one of these in ages. I used to use Glype to create scripts like these before google ads banned these sites.
The site I mentioned above, is different from simply installing Poxy or Glype. They do not include a form to let the user insert an url. The website uses their own url, and they basically copy the whole website and rank for it on search engines. Poxy and Glype will have URLs like this: domain.com/index.php?q=http%3A%2F%2Fexample.com%2Fpage.php&hl=c1 While unlockproject.info has URLs like this: domain.com/page.php
So glype + mod_rewrite + getting the first part of subdomain as host. Shouldn't be too hard to code in.