generate random download link

  • Started
  • Last post
  • 1 Response
  • sinisnap

    trying to find an e-commerce payment fulfillment provider that would generate a random single-use download link once payment is made.

    also need to have it store ip address, time, date, etc to log file, tho i imagine this would probably be standard.

    anyone built a site using this kind of functionality before? any info would be gratefully received.

  • UndoUndo0

    I have I uses the header() function in php to do a redirect from a link I sent to the user by email. The link had md5 hash of thier purchase id and when they did there download I logged it and gave the 24 hrs to get it.

    alternatively you can use the rewrite engine in a htaccess doc to do the same thing