How to create a Unique Download Page that's active for 24h?

7 replies
Hi guys,

I guess you know the process. You buy something and after you have bought it you get a very long and complicated a linkt to a download page that will only be active for 24h.

How can I create something like this? Is there a software or script? And would somebody like me, who can install joomla and has little idea about html and php be able to use these software or scripts on his own?

Thanks,

Gerd
#24h #active #create #download #page #unique
  • Profile picture of the author HomeBizNizz
    Use PHP time and date function with PHP redirect...
    PHP: date - Manual
    PHP: time - Manual

    if (date/time is) {
    redirect to file
    } // endif
    {{ DiscussionBoard.errors[975377].message }}
    • Profile picture of the author HomeBizNizz
      Originally Posted by HomeBizNizz View Post

      redirect to file
      Code:
      header('Location:http://www.domain.tld');
      {{ DiscussionBoard.errors[976796].message }}
      • Profile picture of the author angelus_1984
        Thanks man. That's good to know.

        But I actually got the question kind of wrong. After doing a little google research I realized that what I need are automatically created one time URLs which combined with your script coud be kept active for 24h.

        Because when somebody buys at day one and the next one at day two and so on and I only had one landing page like download.html I needed to give everybody 24h access, which basic would make the website accesibly all day.

        Any ideas?

        Thanks.
        {{ DiscussionBoard.errors[977806].message }}
  • Profile picture of the author iBBnet
    Hey, I might need this one day. Thanks!
    Signature
    Bryan
    After5PC.net
    Freelance Web Development
    and Graphic Design Services
    {{ DiscussionBoard.errors[976412].message }}
  • Profile picture of the author HomeBizNizz
    The ebooks I bought off ebay some while back where served from filehosts.
    I needed to login off course to get them.
    {{ DiscussionBoard.errors[977885].message }}

Trending Topics