Basically i have made a script for my site which will give my users megaupload direct download links on my site itself(but still users have to wait for 45 secs). So this is how this script works 1. Users click on a given download link (eg: http://mywebsite.com/download.php?id=xxxxxxx) 2. Then my script contacts the actual megaupload download page and get the captcha code. (eg: http://megaupload.com/?id=xxxxxxx) 3. It gives the user the captcha. 4. Then it sends the correct captcha code back to megaupload. 5. If correct megaupload gives my script the actual download link after 45 secs. 6. And during that period my script displays a message "Please wait or 45 secs to download." 7. Then after 45 secs my script gives the users the actual download link. (eg: http://www138.megaupload.com/files/56c8b5d3002f03e8ef9dd3bd6a4d255c/Some_file.rar) The whole script works fine but the users can't download the file through the actual download link because the ip address used in this script is the server's ip address and megaupload allows the download only for the server ip and not to the user ip. So how can I make this script use the user's ip address for the whole process?? I am using curl get and post for this script. Is there anyone who can help me?
you can't do it I mean you can't make this script use the user's ip address cause, script run on server not client server.
The point is if u want to use the users ip than why would they use you script and not just download diectly from megaupload ?
cause i want to make my site more user friendly so that users don't have to leave my site for download.
that will get my premium account banned if I generate the links and give them to the users. And I don't want to use premium link generators because they use too much server bandwidth.
Hi guys its my first post im not good in these fields i came te learn smthg its possible to find something for free here for exmp host or domain for free thnx for help