Git Product home page Git Product logo

Comments (8)

Athlon1600 avatar Athlon1600 commented on July 26, 2024

How do I install the Proxy Server Location fields as shown on unblockvideos.com. Is there a plugin
available for that?

There is no plugin for that. But just look at the source code of unblockvideos.com. It's nothing but a simple HTML form that redirects each form submit to the proxy server that was chosen.

Also like to know about adding custom ips for visitors to use.

inside config.php file, there is an option to set custom cURL parameters to go with each proxy request. So this is how you would do it:

$config['curl'] = array(
     CURLOPT_INTERFACE => 'your_custom_ip'
);

from php-proxy-app.

jahabar avatar jahabar commented on July 26, 2024

from php-proxy-app.

jahabar avatar jahabar commented on July 26, 2024

from php-proxy-app.

Athlon1600 avatar Athlon1600 commented on July 26, 2024

Google search seems to work just fine for me. Test it yourself here:
https://unblockvideos.com/

it is possible that the IP address through which your php-proxy is connecting is blocked by Google?

from php-proxy-app.

schlarmanorg avatar schlarmanorg commented on July 26, 2024

What if I was wanting to get it to select a random domain from an array?

from php-proxy-app.

Benji-Collins avatar Benji-Collins commented on July 26, 2024

@schlarmanorg create a PHP array then set it to select a value randomly.

from php-proxy-app.

schlarmanorg avatar schlarmanorg commented on July 26, 2024

@Benji-Collins Thats the thing, where exactly would that go?

from php-proxy-app.

Benji-Collins avatar Benji-Collins commented on July 26, 2024

@schlarmanorg Wherever the setting for manually changing the IP is. Possibly something like this:

$servers = array("0.0.0.0", "1.1.1.1", "2.2.2.2");
$config['curl'] = array(
CURLOPT_INTERFACE => array_rand($servers)
);

I'm not 100% sure though so if you might need to experiment.

from php-proxy-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.