Jump to content

IP banned, use PHP to connect to TOR


DylanBarnes06

Recommended Posts

Hello, I have a issue where my server IP is banned from connecting to a website to get info, I think for making too many requests but I am well under their limits.

 

 

$info = file_get_contents('http://example.com');

 

I want to make the php connect to the website using TOR, so it will be able to get the info.

 

The TOR connection and port is 127.0.0.1:9050. So I just need to make php make the outgoing connection using the above IP and port?

 

Is there any way I can do this? Thanks in advance. Dylan

Link to comment
https://forums.phpfreaks.com/topic/297294-ip-banned-use-php-to-connect-to-tor/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.