Jump to content
  • 0

Need help with httpdownloadurl...


Debera

Question

5 answers to this question

Recommended Posts

  • 0
You can use your DNS service to add multiple IP addresses to a domain. Therefore whenever someone connects to your domain at http://www.example.com, they are downloading it from another IP address each time. It is possible, since I am doing it myself just fine.

He is asking downloads by PHP script

It is teorical possible, with rewrite mod for Apache2

I don't use Apache, so I don't know. What I do know is DNS A-records are far more easier to add. Just my two cents, but whatever.

Link to comment
  • 0
You can use your DNS service to add multiple IP addresses to a domain. Therefore whenever someone connects to your domain at http://www.example.com, they are downloading it from another IP address each time. It is possible, since I am doing it myself just fine.

He is asking downloads by PHP script

It is teorical possible, with rewrite mod for Apache2

I don't use Apache, so I don't know. What I do know is DNS A-records are far more easier to add. Just my two cents, but whatever.

MTA only can download directly by one DNS, you can use an NO HTTP server for downloadFile() function alternative

Link to comment
  • 0
MTA only can download directly by one DEFINED DNS, you can use an NO HTTP server for downloadFile() function alternative

That's not up to MTA to decide. DNS handles the requests, not MTA.

DNS cant handle multiple IPs from same DNS, http://www.example.com points to same IP, not multiple servers like this problem

No. With DNS you can define multiple A-records to forward your example.com domain to different IPs, therefore different servers. You can even hook reverse proxy with that and have complete anonymity.

Link to comment
  • 0
You cant do that. i mean same record to two different IPs simultany

www record >>> 173.56.27.48 and 163.57.26.4 simultany

Yeah you can't do it simultaneously obviously, lol. It would make no sense.

The point is whenever you connect to the address, it will assign you a different IP address each time. This happens on each download, as well.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...