hail i want to know how can i process download for each IP that one IP just can donwload 1 file on one time and when user download the file can download another file that just process with PHP. such as a rapidshare in for free users.
thank.
ip based download solution
Moderator: General Moderators
Re: ip based download solution
Hi,
not sure but i think session starting and usage of session variables is must here
i will watch your post also, let me learn too..
Bye
not sure but i think session starting and usage of session variables is must here
i will watch your post also, let me learn too..
Bye
Re: ip based download solution
Just record the user's IP address in a database, along with the filename or file id or whatever.
Then when they go to download, check the IP address along with the filename/id doesn't already exist.
Then when they go to download, check the IP address along with the filename/id doesn't already exist.
Re: ip based download solution
i can't found out your mean. explain your mean.jackpf wrote:Just record the user's IP address in a database, along with the filename or file id or whatever.
Then when they go to download, check the IP address along with the filename/id doesn't already exist.
how can i know the user dowload hase been complete or how can i know the download in progress. give me the solution with description.
thank.