1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Which script is this?!

Discussion in 'Programming' started by Freeman93, Dec 5, 2016.

  1. #1
    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.
     
    Freeman93, Dec 5, 2016 IP
  2. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    405
    Best Answers:
    21
    Trophy Points:
    295
    #2
    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.
     
    Nigel Lew, Dec 5, 2016 IP
  3. Freeman93

    Freeman93 Well-Known Member

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #3
    Thanks.. Yeah seems to be pretty similar. He/they must have made further custom editing to make it as it is in their site.
     
    Freeman93, Dec 5, 2016 IP
  4. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    405
    Best Answers:
    21
    Trophy Points:
    295
    #4
    Nigel Lew, Dec 5, 2016 IP
  5. Einheijar

    Einheijar Well-Known Member

    Messages:
    539
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    165
    #5
    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.
     
    Einheijar, Dec 5, 2016 IP
  6. Freeman93

    Freeman93 Well-Known Member

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #6
    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
     
    Last edited: Dec 7, 2016
    Freeman93, Dec 7, 2016 IP
  7. Einheijar

    Einheijar Well-Known Member

    Messages:
    539
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    165
    #7
    So glype + mod_rewrite + getting the first part of subdomain as host.

    Shouldn't be too hard to code in.
     
    Einheijar, Dec 8, 2016 IP